/* CSS Document */

body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.redTextTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}
.whiteTextTitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}
.greyTextTitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
    text-transform: lowercase;
}
.greyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
    text-transform: lowercase;
}
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	text-align:justify;
}
.whiteTextMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	text-align:justify;
	margin-left: 30px;
	margin-right: 30px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a:link, a.copy:visited	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	text-decoration: underline;
}
a:active { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	text-decoration: underline;
} 
.topbar {
	background-color: #111111;
}
.mainbody {
	color: #666666;
	background-color: #000000;
}
img {
	border: solid #666666 2px;
}
.imgplacement {
	top: 30px;
}
.textbar {
	background-color: #212121;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}