body{
	background-color: rgb(204,204,204);
	font-family: Lucida;
	color: rgb(77,79,99);
	font-size: 12px;
}
table td{
	font-size: 12px;
}

marquee{
	color: red;
}

a {
	font-size: 12px;
	color: rgb(77,79,99);
	text-decoration: underline;
}
a:visited{
	color: rgb(77,79,99);
	text-decoration: underline;
}
a:active{
	color: rgb(77,79,99);
	text-decoration: underline;
}
a:hover {
	color: rgb(0,0,0);
	text-decoration: none;
}

.home_photo{
	text-align: center;
	border: solid 2px rgb(171,172,189);
	margin-top:10px;
}
.photo_border{
	border: solid 2px rgb(171,172,189);
}
.main_content{
	width:90%;
	height:320px;
	overflow: auto;
	text-align: left;
	font-size: 12px;
	
	scrollbar-track-color: #F1F1F1; 
	scrollbar-arrow-color: #4D4F63; 
	scrollbar-face-color: #DEDFE0; 
	scrollbar-shadow-color: #4D4F63; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-darkshadow-color: #4D4F63;
}
.main_content_tall{
	width:90%;
	height:355px;
	overflow: auto;
	text-align: left;
	font-size: 12px;
	
	scrollbar-track-color: #F1F1F1; 
	scrollbar-arrow-color: #4D4F63; 
	scrollbar-face-color: #DEDFE0; 
	scrollbar-shadow-color: #4D4F63; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-darkshadow-color: #4D4F63;
}
.main_margins{
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
}

.dark_sep{
	border-bottom: solid 2px rgb(77,79,99);
	width:90%;
	height:2px;
}
.light_sep{
	border-bottom: solid 2px rgb(171,172,189);
	width:90%;
	height:2px;
}

/*LEVEL 2 NAVIGATION */
.table_nav_level_2{
	font-size: 12px;
	font-weight: bold;
}
.td_nav_level_2{
	font-size: 12px;
	font-weight: bold;
}
.td_nav_level_2 a {
	font-size: 12px;
	font-weight: bold;
	color: rgb(77,79,99);
	text-decoration: none;
}
.td_nav_level_2 a:visited{
	color: rgb(77,79,99);
	font-weight: bold;
	text-decoration: none;
}
.td_nav_level_2 a:active{
	color: rgb(77,79,99);
	font-weight: bold;<br>
	text-decoration: none;
}
.td_nav_level_2 a:hover {
	color: rgb(0,0,0);
	font-weight: bold;
	text-decoration: none;
}
.td_nav_level_2 a span{
	font-size: 11px;
	font-weight: bold;
}

