/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	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: #000099;
	font-weight:normal;
	}
h2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	line-height: 20px;
	color: #000099;
	font-weight:bold;
	}
h3 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 18px;
	color: #000099;
	font-weight:bold;
	}
.search_head { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	line-height: 20px;
	color: #000099;
	font-weight:bold;
	}

.bold_blue { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 18px;
	color: #000099;
	font-weight:bold;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	margin: 0px 0px 8px 0px;
	}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	margin: 0px 0px 8px 0px;
	}
/* List Styles ---------------------------------------------------------------------------- */

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	list-style-image:url(images/site_icon.gif);
	}

/* Bottom Nav Styles ---------------------------------------------------------------------------- */

.bottom_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000099;
	}

.bottom_nav a:link, .bottom_nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000099;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 1px 6px 1px 6px;
	}
.bottom_nav a:hover {
	background-color: #e9e9ff;
	}

/* Special Styles ---------------------------------------------------------------------------- */

.maroon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #af3b51;
	}

.breadcrumb { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 12px; 
	color: #999999;
	background: url(images/title_bottom.gif) bottom left repeat-x;
	padding: 0px 0 0px 0;
	margin: -8px 0 18px 0;
	}

.error_red {
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
}
.grey_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #808080;
	}
		
/* Buying Small Styles ---------------------------------------------------------------------------- */

.buying_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin: 1px 0px 0px 0px;
	}
.buying_sm a:link, .buying_sm a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 1px 4px 1px 3px;
	}
.buying_sm a:hover {
	background-color: #e9e9ff;
	}

/* 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_small_2 {
	width: 60px;
	}
.fields_small_3 {
	width: 95px;
	}

.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;
	}
.fields_multi_2 {
	width: 100%;
	}

	
/* Footer ---------------------------------------------------------------------------- */

.footer_link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 18px;
	color:#999999;
	}

.footer_link a:link, .footer_link a:visited{
	font-size: 10px;
	line-height: 18px;
	color:#999999;
	text-decoration:none;
	font-weight:normal;
	}

.footer_link a:hover {
	font-size: 10px;
	line-height: 18px;
	color:#af3b51;
	text-decoration:underline;
	}

.fluid a:link, .fluid a:visited{
	color: #999999;
}

.fluid a:hover{
	text-decoration:none;
	color: #FF9900;
}
