
.style1 {
font-family: Rockwell, Tahoma, Arial, "Times New Roman";
color:#6B879B;
font-size:x-large;
}

.BoldRockwell
{
font-family: Rockwell, Tahoma, Arial, "Times New Roman";
font-weight:bold;
}
.BoldRockwellGreen
{
font-family: Rockwell, Tahoma, Arial, "Times New Roman";
font-weight:bold;
color:#6BAE00;
}
.Green
{
font-family: Rockwell, Tahoma, Arial, "Times New Roman";
color:#6BAE00;
font-size:medium
}
.Black
{
font-family: Rockwell, Tahoma, Arial, "Times New Roman";
font-size:medium
}
.MoreText
{
font-family: Rockwell, Tahoma, Arial, "Times New Roman";
font-size:small;
font-weight:bold;
color:#6B879B;
}
.MoreTextWhite
{
font-family: Rockwell, Tahoma, Arial, "Times New Roman";
font-size:small;
font-weight:bold;
color:White;
}
H3
{
font-family: Arial, "Times New Roman";
color:#6B879B;
font-size:small;
font-weight:bold;
}
BODY
{
font-family: Arial, "Times New Roman";
font-size:x-small;
}
.BODY1
{
font-family: Arial, "Times New Roman";
font-size:small;
}
.BODYBOLD
{
font-family: Arial, "Times New Roman";
font-size:small;
font-weight:bold;
}
td#content
{

padding:10px 10px 10px 10px;

}
/*MENU STYLES*/
td#menucontent
{
margin-right: 10px;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
/*position: absolute;
top: 1em;
left: 1em;*/
width: 10em;
}

#menu dt {
cursor: pointer;
/*background: #A9BFCB;*/
height: 20px;
line-height: 20px;
margin: 2px 0;
border-bottom: 1px solid gray;
width: 190px;
text-align: left;
font-family: Arial, "Times New Roman";
font-size:small;
font-weight: bold;
color: #6B879B;
}
.QuickLinkText
{
font-family: Arial, "Times New Roman";
font-size:small;

color: white;
}
.QuickLinkTextSmall
{
font-family: Arial, "Times New Roman";
font-size:x-small;

color: white;
}
.MenuArrow
{
font-family: Arial, "Times New Roman";
color: #6BAE00;
}


#menu dd {
position: absolute;
z-index: 100;
left: 8em;
margin-top: -1.4em;
width: 20em;
background: #EEFFFF;
border: 1px solid gray;
/*font-family: Arial, "Times New Roman";
font-size:small;
font-weight: bold;
color: #6B879B;*/
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: center;
font-size: 85%;
height: 18px;
line-height: 18px;
font-family: Arial, "Times New Roman";
font-size:small;
font-weight: bold;
color: #6B879B;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
}
.aims
{
margin-left:20px;
}

#menu li a:hover {
text-decoration: underline;
}
.MenuItem
{
font-family: Arial, "Times New Roman";
font-size:small;
font-weight: bold;
color: #6B879B;
}
.MOTImage
{
float:left;
padding-right:10px;
}
.MOTImageRight
{
float:right;
padding-left:10px;
}
.MOTDropDown
{
float:right;
margin-right:0px;
}
.tablerepeat
{
height:400px;
width:100%;
overflow:scroll;
}
.MOTul
{
list-style-type:square;
list-style:inherit;
}
.MOTli
{
list-style-type:square;
}

/*DHTML Tooltip*/
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #FFFFCC;/*lightyellow;*/
visibility: hidden;
z-index: 100;
font-family: Arial, "Times New Roman";
font-size:small;
font-weight: bold;
color: #6B879B;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}