/* CSS Document */

.ReguarText {
	font-family: Times New Roman;
	font-size: 16px;
	line-height: 20px;
	color: #353535;
}



.Title1 {
	font-family: Times New Roman;
	font-size: 24px;
	/*line-height: 20px;*/
	color: #032a43;
}

.Title2 {
	font-family: Times New Roman;
	font-size: 24px;
	/*line-height: 20px;*/
	color: #2121c7;
}




body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Times New Roman;
	font-size: 16px;
	color: #2158C7;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #2158C7;
}
a:hover {
	text-decoration: none;
	color: #2158C7;
}
a:active {
	text-decoration: underline;
	color: #2158C7;
}


/* Bottom */

.BottomText {
	font-family: Times New Roman;
	font-size: 11px;
	color: #000000;
}

a.BottomLinks {
	font-family: Times New Roman;
	font-size: 11px;
	color: #000078;
}
a.BottomLinks:link {
	text-decoration: underline;
}
a.BottomLinks:visited {
	text-decoration: underline;
	color: #000078;
}
a.BottomLinks:hover {
	text-decoration: none;
	color: #000078;
}
a.BottomLinks:active {
	text-decoration: underline;
	color: #000078;
}



/* SideBar & Contents */


#SideBar {
margin-right: 5px;
}

#Contents {
margin-left: 5px;
}






