html, body {
width:100%;
height:100%;
margin:0px;
padding:0px;
}

body {
background-color:#FFFFFF;
}

a:link, a:visited {
	color:#000099;
	text-decoration: underline;
	}

a:hover {  
	color:#9999ff;
	text-decoration:none;
	}
	

/* Generic Styles ---------------------------------------------------------------------------- */

h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px;
	line-height: 25px;
	color: #330099;
	font-weight:normal;
	}
h2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	line-height: 20px;
	color: #330099;
	font-weight:bold;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	margin: 0px 0px 12px 0px;
	}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	margin: 0px 0px 12px 0px;
	}
.bold_blue {
	color: #330099;
	font-weight: bold;
	}

/* Side Text Styles ---------------------------------------------------------------------------- */

.side_panel {
	font-size: 11px;
	line-height: 15px;
	}

/* List Styles ---------------------------------------------------------------------------- */

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	list-style-image:url(images/ul_icon.gif);
	}
li{
	margin: 0px 0px 3px 0px;
	}

/* Special Styles ---------------------------------------------------------------------------- */

.error_red {
	color: #FF0000;
}
.scroller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	}
.scroller a:link, .scroller a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
.scroller a:hover {
	color: #CCCCFF;
	}

.dot_line {
	border-bottom: #000099 1px dotted;
	padding: 0px 0px 4px 0px;
	margin: -12px 0px 0px 0px;

	}
		
/* Field Styles ---------------------------------------------------------------------------- */

.fields {
	color: #000099;
	font-size: 11px;
	width: 100%;
	height: 18px;
	background-color: #e9e9ff;
	padding: 0px 0px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCFF;
	background-position: center;
	}

.fields_small {
	color: #000099;
	font-size: 11px;
	width: 150px;
	height: 18px;
	background-color: #e9e9ff;
	padding: 0px 0px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCFF;
	}

.fields_multi {
	color: #000099;
	font-size: 11px;
	width: 100%;
	height:100px;
	clip:      rect(   );
	background-color: #e9e9ff;
	padding: 0px 0px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCFF;
	}

	
/* Footer ---------------------------------------------------------------------------- */

.footer_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color:#9999FF;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px 0px 0px 0px;

	}

.footer_link a:link, .footer_link a:visited{
	font-size: 11px;
	line-height: 18px;
	color:#9999FF;
	text-decoration:none;
	font-weight:normal;
	}

.footer_link a:hover {
	color:#666666;
	}

.fluid a:link, .fluid a:visited{
	color: #9999FF;
}

.fluid a:hover{
	text-decoration:none;
	color: #FF9900;
}

/* Side BG ---------------------------------------------------------------------------- */
.bg_left {
	background-repeat: repeat-x;
	background-image: url(images/side_bg.gif);
	}
.bg_left_2 {
	background-repeat: repeat-x;
	background-image: url(images/side_bg_2.gif);
	}

/* Nav Style ---------------------------------------------------------------------------- */

#newnav {
	background: #ffffff;
	width: 660px;
	height: 29px;
	padding:0px;
	margin:0px;
}
