@charset "utf-8";
/* CSS Document */

body {
	background-color: #222222;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Georgia;
	font-size: 12px;
	color: #FFFFFF;
}
a
{
	font-size: 11px;
	color: #FFFFFF;
}

a:link
{
	font-size: 11px;
	color: #FFFFFF;
}
a:hover
{
	font-weight: bold;
	color:#FF9900;
	font-size: 11px;
}
a:visited
{
	font-size: 11px;
	color: #FFFFFF;
}
h1
{
	font-family: Georgia;
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;
}
#bottomMenu
{
	font-size: 11px;
}
#bottomMenu a:link
{
	font-size: 11px;
	color: #FFFFFF;
}
#bottomMenu a:hover
{
	font-weight: bold;
	color:#FF9900;
	font-size: 11px;
}

#footer
{
	font-size:10px;
	color:#666666;
}
#footer a:link
{
	font-size: 11px;
	color: #666666;
}
#footer a:hover
{
	font-weight: bold;
	color:#FF9900;
	font-size: 11px;
}
#thumbnails
{
	width: 310px;
}
#thumbnails li
{
	list-style: none;
	border: 1px #333333 solid;
	padding:3px;
	margin: 3px;
	width:  65px;	
	height: 65px;
	float: left;
	overflow:hidden;
}
#thumbnails li:hover
{
	background-color:#333333;
}
#thumbnails img{
	width:  40px;
	border: 0px;

}
input,textarea,select,file
{
font-family:Tahoma;
font-size:10px;
width:100%;

}
#button
{
	margin: 5px;
	padding: 5px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	width: 100px;
}