BODY
{
	background-color: White;
	margin: 0px 10px 0px 10px;
	width: 800px;
	font-family: Garamond;
}

h2
{
	color: Green;
}

A.body_link
{
	color: Black;
	text-decoration: none;
}

A.body_link:hover
{
	color: Black;
	text-decoration: underline;
}

A.bottom_navbar_link
{
	color: White;
	text-decoration: none;
}

A.bottom_navbar_link:hover
{
	color: White;
	text-decoration: underline;
}

A.left_navbar_link
{	
	color: #FEEC0E;
	text-decoration: none;		
}

A.left_navbar_link:hover
{
	color: #ffff99;
	text-decoration: none;
}


IMG
{
	border: none;
}

.top_navbar
{
	background-color: #020671;	
	height: 40px;
	width: 800px;
}

.top_navbar_button
{
	margin-right: 10px;
}

.bottom_navbar
{
	background-color: #020671;
	color: White;
	height: 25px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}

.left_navbar
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #020671;		
	width: 164px;	
	padding-bottom: 0px;
	padding-top: 10px;
	margin-bottom: 0px;	
}

.page_body
{
	padding-top: 0px;
	margin-top: 0px;
}

.body_middle
{
	padding: 10px 10px 4px 10px;
	width: 650px;
}

.body_right
{
	width: 175px;
}

.main
{
    font-size:25px;
    font-family:Sans-serif;
}

.main_title
{
    font-size:25px;
    font-family:sans-serif;
    color:#000099;
}

.main_data
{
    fon-size:20px;
    font-family:sans-serif;
    color:black;
}

