* {margin:0;padding:0}
html{font-size: 10px; height:100%;}
* html{font-size: 62.5%;}

img {border: none;}

h1{font-family: Trebuchet MS;font-weight: normal;line-height: 2em;}
h2{font: 17px georgia, arial, tahoma, sans-serif;}
h3{font: 17px georgia, arial, tahoma, sans-serif;}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-weight:bold;
}
table {
	width:100%;
	margin-top:10px;
	background-color:silver;
}
select option {
	color:#666666;
	font-size:11px;
}
a,a:visited {
	color:#FF8844;
	text-decoration:none;
	border-bottom:1px silver dotted;
}
a:hover {
	color:red;
}
form {
	padding:0px;
	margin:0px;
}
tr {
	background-color:white;
}
tr.title {
	background-color:#aeaebe;
}
tr.title td {
	color:#eee;
}
td {
	padding:5px;
	color:#666666;
	font-weight:bold;
	font-size:11px;
}
table.noPadding {
	margin:0px;
}
table.noPadding td {
	padding:0px;
}

img.logo {
	width:261px;
	height:71px;
	border:none;
}
.about{font-family: Trebuchet MS;font-weight: normal;font-size:12px;}