body
{
	margin: 			0px 0px 0px 0px;
	padding: 			0px 0px 0px 0px;
	background-color: 	#565356;
	
	
	text-align: 		left;
	color: 				#D8D8D8;
	font-family: 		'monospace', 'calibri', 'verdana';
	font-size: 			25px;
	font-weight: 		300;
	text-decoration: 	none;
}


a, a:link, a:visited, a:active, a:hover
{
	text-decoration: 	underline;
	color:				#D8D8D8;
	font-weight:		normal;
	cursor:				pointer;
}

.blankLink
{
	color: 				#000000;
	font-family: 		'monospace', 'calibri', 'verdana';
	font-size: 			12px;
	font-weight: 		300;
	text-decoration: 	none;
}

.logoBanner
{
	width:				100%;
	
	margin-top:			100px;
	
	background:			#CFCFCF;
}

.textBanner
{
	padding-left:		50px;
	font-weight: 		bold;
	width:				1200px;
	margin:				0px auto 0px auto;
}