html, body {
	height: 100%;
	margin: 0px;
	background: #0b0b05 url(../img/back_body.jpg) repeat-x;
}
body, tr, td
{
	font-family: verdana, arial;
	font-size: 12px;
	color: #161616;
	line-height: 17px;

}

.small
{
	font-family: verdana, arial;
	font-size: 10px;
	color: #161616;
}

.footer
{
	font-family: arial;
	font-size: 10px;
	color: #595859;
}

.smallbold
{
	font-family: verdana, arial;
	font-size: 10px;
	color: #161616;
	font-weight: bold;
}

.inputmedium
{
	font-family: verdana, arial;
	font-size: 11px;
	color: #161616;
	width: 150px;	
	height: 17px;
}

.inputsmall
{
	font-family: verdana, arial;
	font-size: 11px;
	color: #161616;
	width: 75px;
	height: 17px;	
}

.formbutton
{
	font-family: verdana, arial;
	font-size: 11px;
	color: #161616;
	width: 125px;
	height: 25px;	
}

textarea
{
	font-family: verdana, arial;
	font-size: 12px;
	color: #161616;
	width: 317px;
	height: 75px;
}

a
{
color: #000000;
text-decoration: none;
font-weight: bold;
}

a:hover
{
color: #000000;
text-decoration: none;
font-weight: bold;
}
