/* CSS Document */

/*------------------< Base Elements >------------------*/
a:link {
	font-weight: 100;
	text-decoration: underline;
	color: #0a3e7b;
	}
a:visited {
	font-weight: 100;
	text-decoration: none;
	color: #0a3e7b;
	}
a:hover, a:active {
	text-decoration: blink;
	color: #adc2db;
	}
	
/*------------------< End Base Elements >------------------*/

/*------------------< Font Styles >------------------------*/

.mainText {
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.blackTextTitle {
	color: #000000;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.whiteTextTitle {
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
/*------------------< Font Styles >------------------------*/
