/* CSS Document */

body {
background-image: url(images/aa-bg-rep.jpg);
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px; line-height:140%;
}

TD.mainleftrep {
background-image:url(images/aa-menu-main-leftrep.jpg);
}

TD.mainmenurep {background-image:url(images/aa-menu-sidebar-rep.jpg);}

TD.mainbottomrep {background-image:url(images/aa-menu-main-botrep.jpg);}

TD.midbitrep {background-image:url(images/aa-menu-mid-rep.jpg);}

TD.menubar {
background-image:url(images/greybar.gif);
text-align: center;
color: #333333;
}

TD.menubar a,
TD.menubar a:link,
TD.menubar a:active,
TD.menubar a:visited {
color: #333333;
font-weight: bold;
text-decoration: none;
}
TD.menubar a:hover {
color: #FF6600;
font-weight: bold;
text-decoration: none;
}

/* Drop down menu */
#dropmenudiv {
position:absolute;
border:1px solid #666;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666;
padding: 1px 0;
text-decoration: none;
color: #333333;
background-color: #ECECEC;
}

#dropmenudiv a:hover {
color: #FF6600;
text-decoration: none;
}

/** TEXT! **/
h1,h2,h3{
	color:#666666;
	font-weight:bold;
	font-size: 11px;
	display:inline;
}

h2 {padding:0;margin:-1em 0}
html h2 {margin:0}

h4 {font-size:14px; padding:5px 0; margin:0 0 8px 0; border-bottom:1px solid #cccccc;}

.sidemenutext,a.sidemenutext:link,a.sidemenutext:visited {
font-size: 11px;
color:#333333;
text-decoration:none;
}
a.sidemenutext:hover {
color:#FF6600;
}

#topRight {
position: absolute;
margin-top: -95px !important;
margin-left: 600px  !important;
margin-top: 10px;
margin-left: -150px;
font-size: 11pt;
font-weight: bold;
}

/* OVERALL TEXT LINKS */

a,a:visited{color:#FF6600; text-decoration:none;}

a:hover {color:#FF6600; text-decoration:underline;}

hr	{ height: 0px; border: solid #CCCCCC 0px; border-top-width: 1px;}

.gen {
font-size:13px;
}

.copyright,a.copyright,a.copyright:visited {
font-size:11px;
color:#666666;
text-decoration:none;
}
a.copyright:hover{
color:#000000;
text-decoration:none;
}

.smallertext {
font-size:10px;
}

li {
font-size:10px;
}

.backtotop,a.backtotop:link,a.backtotop:visited {
font-size:9px;
color:#666666;
text-decoration:none;
}

a.backtotop:hover{
color:#FF6600;
text-decoration:none;
}


.required{font-weight:bold; color:#FF0000;}
div.roundeybox{border: 1px solid #CCCCCC; background:#F8F8F8; margin:8px 0; padding:8px; font-size:10px;}
img.fl { float: left; padding-right: 10px; }