@charset "utf-8";
/* CSS Document */


body
{
	font-family:Tahoma;
	font-size:12px;
	background-color:#CCC;
	color:#320;
}

table
{
	padding:0;
	border-spacing:0;
	border-collapse:collapse;
	font-family: Tahoma;
	font-size: 11px;
}

td
{
	padding:0;
	margin:0;
}


img
{
	border:0;
}

hr
{
	height:1px;
	border:none;
	border-top:dotted 1px #666;
	border-bottom:0px;
}

input[type="submit"]
{
	font-family:Tahoma;
	font-size:11px;
	background:#CCC;
	border:solid 1px #A50;
	height:21px;
	width:75px;
	cursor:pointer;

}

input[type="submit"]:hover
{
	font-family:Tahoma;
	font-size:11px;
	background:#CCC;
	border:solid 1px #C07843;
	height:21px;
	width:75px;
	cursor:pointer;
}

input[type="button"]
{
	font-family:Tahoma;
	font-size:11px;
	background:#CCC;
	border:solid 1px #A50;
	height:21px;
	min-width:75px;
	cursor:pointer;

}

input[type="button"]:hover
{
	font-family:Tahoma;
	font-size:11px;
	background:#CCC;
	border:solid 1px #C07843;
	height:21px;
	width:75px;
	cursor:pointer;

}
input[type="text"]
{
	border:solid 1px #A50;
	color:#0;
	height:16px;
	font-size:11px;
	font-family:Tahoma;
	width:150px;
	padding:2px;
}

input[type="password"]
{
	border:solid 1px #A50;
	color:#0;
	height:16px;
	font-size:11px;
	font-family:Tahoma;
	width:150px;
	padding:2px;
}

select
{
	border:solid 1px #A50;
	font-size:12px;
	font-family:Tahoma;
	height:21px;
	padding:1px;
}

option
{
	font-size:12px;
	font-family:Tahoma;
}

a, a:visited 
{
	text-decoration:none;
	color:#320;
}

a:hover
{
	text-decoration:none;
	color:#A66637;
}








