body  {
	background-color: White;
	font-family: arial, helvetica, sans-serif;
	color: black;

}
a:link {
	color: #3399FF;
	text-decoration : none;
	font-weight : bold;
} 
a:visited {
	color: #3399FF;
	text-decoration : none;
	font-weight : bold;
} 
a:hover {
	color: #3399FF;
	text-decoration : underline;
	font-weight : bold;
} 
a:active {
	color: Red;
} 
td{
	font-size: 12px;
	color: #003399;
}
.prim_bg{
	background-color : #2B5F98;
}
.title{
	font-weight: bold;
	font-size: 16px;
}
.left_bg{
	background-image : url(images/main/left_bg.jpg);
	background-repeat : repeat-y;
}
.left_top_bg{
	background-image : url(images/main/left_top_bg.jpg);
	background-repeat : no-repeat;
}
.nav_td_cell_over{
	color : White;
	font-size : 13px;
	font-weight : bold;
	text-align : left;
	padding-left : 5px;
	background-color :#2B5F98;
	border : 1px solid #ffffff;
	letter-spacing : 4px;
}
.nav_td_cell{
	color : White;
	font-size : 13px;
	font-weight : bold;
	text-align : left;
	padding-left : 5px;
	background-color : #2F3454;
	border : 1px solid #ffffff;
	letter-spacing : 4px;
}
.title_bg{
	border : 1px solid Black;
	background-image : url(images/general/title_bg.jpg);
	background-repeat : repeat-x;
	color : White;
	font-weight : bold;
	text-align : center;
}
.sub_title_bg{
	text-align : center;
	border : 1px solid Black;
	background-color : White;
}
.cell{
	background-color : #DEDFE4;
}
.small{
	font-size : 9px;
}
.bold{
	font-weight : bold;
}
.on_dark{
	color : White;
}
.creed{
	font-style : italic;
	color : White;
	font-size : 12px;
}