html {
	padding:		0px;
	margin:			0px;
	width:			100%;
	height:			98%;
}
body {
	padding:		0px;
	margin:			0px;
	width:			100%;
	height:			98%;
}
body {
	font-family:	Verdana, Tahoma, sans-serif;
	font-size:		13px;
	font-weight:	normal;
	color:			#ffffff;/*#821d0b;*/
	background-color: #878787;
}
p,td {
	font-size:		13px;
	color:			#ffffff;
}
p {
	margin: 0.3em 0em 0.3em 0em;
}
.b, .bold, strong, .strong	{
	font-weight: bold;
}
.u, .underlined {
	text-decoration: underline;
}
.clear	{
	font-weight:	normal;
	font-variant:	normal;
	font-style:		normal;
	text-decoration:none;
}
.i, .italic {
	font-style:	italic;
}
.big	{
	font-size: 15px;
}
.normal	{
	font-size: 13px;
}
.small	{
	font-size: 11px;
}
.tiny	{
	font-size: 9px;
}

.left		{	text-align: left;		}
.center 	{	text-align: center;		}
.right		{	text-align: right;		}

.top		{	vertical-align: top;	}
.middle		{	vertical-align: middle;	}
.bottom		{	vertical-align: bottom;	}

.clearfix:after {width: 100%; content: "."; display: block !important; clear: both !important; visibility: hidden !important; line-height: 0 !important; height: 0 !important; font-size:0 !important;}

