/* CSS Document */

body {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 770px;
	text-align: left;
	font-family: Verdana, Arial, Trebuchet MS, Times New Roman;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
} 

#container {
	width: 770px;
	float: left;
}	

#header {
	width: 770px;
	height: 215px;
	float: left;
	text-align: center;
	vertical-align: middle;
} 

#toolbar {
	width: 770px;
	height: 30px;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
}

#main {
	width: 770px;
	height: 695px;
	float: left;
	text-align: left;
}

#main_pages {
	width: 762px;
	float: left;
	text-align: left;
}


#footer {
	width: 770px;
	float: left;
	text-align: center;
}


.white_bold, a:link.white_bold, a:visited.white_bold {
	color: #ffffff; 
	text-decoration: none;
	font-size: 11px;
	FONT-FAMILY: arial, Trebuchet MS, verdana;
	font-weight: bold;
	text-transform: none;
}

a:hover.white_bold {
	color: #D00E31; 
	text-decoration: none;
	font-size: 11px;
	FONT-FAMILY: arial, Trebuchet MS, verdana;
	font-weight: bold;
	text-transform: none;
}

 .body-links A:link {
	color: #D00E31;
	text-decoration: none;
	font-weight: bold;
	}
.body-links A:visited {
	color: #D00E31;
	text-decoration: none;
	font-weight: bold;
	}
.body-links A:active {
	color: #D00E31;
	text-decoration: none;
	font-weight: bold;	
	}
.body-links A:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
	}
	
 .body-links13 A:link {
	color: #D00E31;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	}
.body-links13 A:visited {
	color: #D00E31;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;	
	}
.body-links13 A:active {
	color: #D00E31;
	text-decoration: none;
	font-weight: bold;	
	font-size: 13px;	
	}
.body-links13 A:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;	
	}	

 .class1 A:link {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}
.class1 A:visited {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}
.class1 A:active {
	color: #000099;
	text-decoration: none;
	font-weight: bold;	
	font-size: 12px;	
	}
.class1 A:hover {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;	
	}

.class2 A:link {
	color: #D00E31;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;	
	}
.class2 A:visited {
	color: #D00E31;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;	
	}
.class2 A:active {
	color: #D00E31;
	text-decoration: none;
	font-weight: bold;	
	font-size: 12px;	
	}
.class2 A:hover {
	color: #D00E31;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;	
	}
	
.class3 A:link {
	color: #D00E31;
	text-decoration: none;
	font-weight: bold;
	}
.class3 A:visited {
	color: #D00E31;
	text-decoration: none;
	font-weight: bold;
	}
.class3 A:active {
	color: #D00E31;
	text-decoration: none;
	font-weight: bold;	
	}
.class3 A:hover {
	color: #cccccc;
	text-decoration: underline;
	font-weight: bold;
	}
	
.small_gray {
	color: #CCCCCC;
	font-size: 9px;
}
