body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #58688C;
}
.header{
	background-color:#58688C;
}
.tab_left{
	background-color: #7B89A6;
	width: 200px; 
	height: 100%;
}
.tab_left_small{
	background-color: #7B89A6;
	width: 600px; 
	height: 100%;
}
.content_area{
	background-color: #F3F3F3;
	height: 100%;
	padding: 10px;
	text-align:left;
	color:#000000;
}
.content_area_small{
	background-color: #F3F3F3;
	padding: 10px;
	text-align:left;
	color:#000000;
}
.footer{
	background-color: #7B89A6;
}
.tab_right{
	background-color: #7B89A6; 
	width: 200px; 
	height: 100% ;
}
h1 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: none;
}
h2 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: none;
}
h3 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: none;
}
.details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a:link { 
	color: #0000ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-decoration: none;
}
a:active { 
	color: #0000ff ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-decoration: none;
}
a:visited { 
	color: #0000ff; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}







