body {
	font-family: Verdana;
	font-size: 13px;
	color: #282828;
	background-color: #EBE2EF;
	margin-top:0;
}

.texts {
	font-size: 11px;
	font-family: Arial;
}
.textss {
	font-size: 12px;
}

.textl {
	font-size: 17px;
}

.textm {
	font-size: 15px;
}

.footer_txt {
	font-size: 9px;
	padding-top:5px;
	color: #626262;
}

.red {
	color: red;
}
.blue {
	color: #0099FF;
}

.white {
	color: white;	
}

.bold {
	font-weight: bold;	
}

a:link {
	text-decoration: none;
	color: #006CD9;
}
a:visited {
	text-decoration: none;
	color: #006CD9;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #006CD9;
}

a.rig:link, a.rig:visited, a.rig:active {
	color: white;
	text-decoration: none;
}

a.rig:hover {
	color: #AEA4D1;
	text-decoration: none;
}

a.bot:link, a.bot:visited, a.bot:active {
	color: #626262;
	text-decoration: none;
	font-size:11px;
}

a.bot:hover {
	color: #FF6600;
	text-decoration: none;
	font-size:11px;
}
