@charset "utf-8";
body {
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: small;
	z-index:0;
	color: #333333;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
	color: #990000;
}
h1 {
	background-image: url(/images/pageTitleBG.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	color: #333333;
	font-size: 18pt;
}
.emphasis {
	font-weight: bold;
}

#submenudiv
{
	float:right;
	border-color:#000000;
	border:thin;
}

/* dropdown menu styles begin */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color:#FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#6699FF;
}
/* dropdown menu styles end */

a.mainMenuItem:link {
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
}
a.mainMenuItem:visited {
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
}
a.mainMenuItem:hover {
	font-size: 12pt;
	color: #FFFF00;
	text-decoration: none;
}
a.buttonLabel:link {
	font-weight:bold;
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration: none;
}
a.buttonLabel:visited {
	font-weight:bold;
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration: none;
}
a.buttonLabel:hover {
	font-weight:bold;
	font-size: 11pt;
	color: #FFFF00;
	text-decoration: none;
}
#mainContent {
	padding-left:10px;
	padding-right:30px;
}
h2 {
	background-image: url(/images/header2BG.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 14pt;
}
.footnote {
	font-size: x-small;
}
a.topMenu:link {
	font-size: small;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color:#003399;
}
a.topMenu:visited {
	font-size: small;
	text-decoration: none;
	color:#003399;
}
a.topMenu:hover {
	font-size: small;
	text-decoration: none;
	color:#FFFF00;
}
