

body {  margin:0px; padding:0px; font-family: Verdana; font-size: 12pt; color:#000000; background-image: url('/images/page-bg.gif')}

/* Standard table cell with 3d effect */
.greytable {
	border: 2pt ridge #FFFFFF;
}
/* Standard text for >> bullet points */
.standardbulletpoint {
	color: 800000;
	font-family: Arial, Helvetica, Sans-Serif
}

.mid2
{
background-color: #FFFFFF; background-image: url(/images/bg-mid2.gif); background-repeat: no-repeat
}

/* Standard form input field */
.standardinputfield {
	border: 1pt solid black;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt
}
/* Standard form button */
.standardbutton {
	border: 1pt solid #FFFFFF;
	background-color: #333399;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
	font-size: 10pt
}
/* Standard form dropdown */
.standarddropdown {
	border: 1pt solid black;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt
}
/*Image borders for links*/
img { border-style: none }
/*Menu div styles*/
.menu {
	position: absolute;
	width: 175;
	background: #939090;
	left: 200;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 2pt ridge #FFFFFF;
	filter:alpha(opacity="95");	
}
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
.linkwhite {  color: #FFFFFF; text-decoration: none}
li {  list-style-image: none}

/*Menu rollovers*/
.menu a:link {color: white; text-decoration: none}
.menu a:visited {color: white; text-decoration: none}
.menu a:active {color: white; text-decoration: none}
.menu a:hover {color: white; text-decoration: underline}

/*Standard rollovers*/
a:link {text-decoration: none}     /* unvisited link */
a:visited {text-decoration: none}  /* visited link */
a:hover {text-decoration: underline}   /* mouse over link */
a:active {text-decoration: none}   /* selected link */
/*Horizontal rules*/
hr { 
	width: 90%;
	border: 2pt ridge #FFFFFF;
	height: 2pt

 }