/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bottom_bg{
	background-image: url(images/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #f2f5fa;
	}

a:link, a:visited {
	color:#003399;
	text-decoration: underline;
	}

a:hover {  
	color:#FF0000;
	text-decoration:none;
	}
	

/* Generic Styles */

h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
	line-height: 20px;
	color: #FF0000;
	font-weight:bold;
	}

h2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 14px; 
	color: #003399;
	font-weight:bold;
	}

h3 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	color: #FF0000;
	font-weight:bold;
	}

h4 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	color: #003399;
	font-weight:bold;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	}

.bold_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #003399;
	font-weight:bold;
	}

.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	}


/* Special Styles */

.highlight_text {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	color: #FF0000;
	font-weight:bold;
	}
	
.small_links { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #87a8ca; 
	}

.small_links a:link, .small_links a:visited { 
	text-decoration: none;
	color:#87a8ca;
	}
	
.small_links a:hover { 
	text-decoration: none;
	color:#003366;
	}

.photo {
 background-color: #efece7;
 border: 1px solid #c5c5c5;
 padding: 2px;
}

.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;
	}

/* Field Styles */

.fields {
	color: #000066;
	font-size: 11px;
	width: 100%;
	height: 16px;
	background-color: #c8d4e9;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #87a8ca;
	}


.fields_multi {
	color: #000066;
	font-size: 11px;
	width: 100%;
	height:100px;
	clip:      rect(   );
	background-color: #c8d4e9;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #87a8ca;
	}

/* Below is the Navigation */

#nav {
	clear: both;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #FFFFFF;	
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 3px;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active{
	color: #FFFFFF;	
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#nav a:hover{
	background-image: url(images/nav_bg_ro.gif);
	background-repeat: repeat-x;
	color:#FFFFFF;
}