body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div, p, td, tr, li, ul {
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	color : #002d62;
	font-style : normal;
	line-height:15px;
}

h1 {
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 17px;
	font-weight : 100;
	color : #000000;
	line-height:20px;
}

h2 {
	font-family : Tahoma, Verdana, sans-serif;
	font-weight : bold;
	font-size : 13px;
	color : #666666;
}

h3 {
	font-family : Tahoma, Verdana, sans-serif;
	font-weight : bold;
	font-size : 10pt;
	color : #000000;
}

ul li {
	list-style-image : url("/images/li.gif");
	margin-left : -10px;
}

hr {
	height:1px;
	color:#CCCCCC;
}

a:hover { 
	color: #000000;
}

.small {
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 8pt;
}

.odd { background-color: #D5D9FE; }

.even { background-color: #EEEEEE; }

.border {
	border-color : #d4d4d4;
	border-style : solid;
	border-width : 10;
}

.imgout {
	border: 0;
	filter: alpha(opacity=60);
	margin: 0;
	padding: 0;
}

.imgover {
	border: 0;
	margin: 0;
	padding: 0;
}	

.formmargin {
	margin-top : 0px;
	margin-bottom : 0px;
}

.forminput {
	font-family : Tahoma, sans-serif;
	border: 1px solid #263D83; 
	background: #EFEFEF;
	color: #000066;
	margin: 0;
	padding-left: 3px;
}

#required {
	border-left: 4px solid #CCCCCC;	
}

.menu {
	float:left;
	margin-top:0px;
	line-height:11px;
	height:33px;
	width:122px;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	color : #666666;
	font-weight : bold;
	text-decoration : none;
	background-image: url(/images/menu_under.gif);
	background-repeat: no-repeat;
	text-align:left;
}

/* i.e. set width hack */
* HTML .menu {
	padding-left:10px;
}

span.menu {
	background-image: url(/images/menu_on.gif);
	background-repeat: no-repeat;
	color : #000000;
}

.menu:hover {
	background-image: url(/images/menu_on.gif);
	background-repeat: no-repeat;
	color : #002d62;
}

