
body 
{
	BACKGROUND: #eeeeee;
	BGCOLOR: #eeeeee;
	font-family: Arial;
	font-size: xx-small;
	color: black;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
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;
font-weight: bold;
background-color: #2F97CF;
color: white;
}

#dropmenudiv a:hover{ /*hover background color*/
color: white;
background-color: #000099;
}

/* Class Definitions */


.languageColour
{
	font-family: Arial;
	font-size: 10pt;
	color: #66FFFF;
	text-decoration: none;
}

.hand
{
cursor: pointer;
cursor: hand;
}

.menuLinks
{
	font-family: Arial;
	font-size: 10pt;
	color: black;
	text-decoration: none;

}

.specialLinks
{
	font-family: Arial;
	font-size: 10pt;
	color: blue;
	text-decoration: none;
}
.1a
{
color: white;
text-decoration: none;
font-size: 18pt;
font-weight: bold;
}

.NonSelectedMenuItems
{
	font-family: Arial;
	font-size: 10pt;
	color: White;
	text-decoration: none;
}
.SelectedMenuItem
{
	background: #000099;
	font-family: Arial;
	font-size: 10pt;
	color: White;
	text-decoration: none;
}

.standardTable
{
	background: #fafafa;
	border: 1px solid black;
	font-family: Arial;
	font-size: xx-small;
	color: black;
}

.nonStandardTable
{
	font-size: 10pt;
	font-weight: bold;
	background: #2F97CF;
	background-repeat: repeat-y;
	background-attachment: scroll;
	color: white;
	border-bottom: 1px solid black;
	background-position: right;
}

.sideBarTitle
{
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	background: #2F97CF;
	background-repeat: repeat-y;
	background-attachment: scroll;
	color: white;
	border-bottom: 1px solid black;
	background-position: right;
}

.topBar
{
	background: #2F97CF; 
	border: 1px solid black; 
	font-family: Arial; 
	font-size: xx-small; 
	color: black;
}

.plainTable
{
	font-family: Arial; 
	font-size: xx-small;
}

.plainText
{
	font-size: 10pt;
}