/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


select,textarea,input[type="text"],input[type="password"]
{
	margin: 0;
	background: #FFF;
	border: 1px solid #CCC;
	color: #C00;
	font-weight:bold;
	width:150px;
}
select:hover,textarea:hover,input[type="text"]:hover,input[type="password"]:hover
{
	border: 1px solid #808080;
}
select:focus,textarea:focus,input[type="text"]:focus,input[type="password"]:focus
{
	border: 1px solid #808080;
}
