body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}
html{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
.normal_text{
	font-size:12px;
}
.head_text{
	font-size:16px;
	font-weight:bold
}
.big_text{
	font-size:14px;
	}
.white_bold_text {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.white__text {
	color: #FFFFFF;
	font-size: 11px;
}
a:link {
	color: #686868;
	text-decoration: none;
}
a:visited {
	color: #686868;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

.white_link:link {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
.white_link:visited {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
.white_link:hover {
	font-size: 16px;
	color: #FFCC00;
	text-decoration: none;
}
.white_link:active {
	font-size: 16px;
	color: #FF0000;
	text-decoration: none;
}
.blue_big_text {
	font-size: 20px;
	color: #000EBF;
	font-weight: bold;
}
.orange_big_text {
	font-size: 20px;
	color: #D68600;
	font-weight: bold;
}
.small_text{
	font-size:10px;
}
.white_heading_text{
	font-size: 16px;
	color:#FFFFFF;
}