body{
background-image:url(img/back.jpg);
background-repeat:repeat-x;
background-position:top;
height:100%;
}

.main_menu{
	height:32px;
	background-image:url(img/menu.jpg);
	font-family: "Trebuchet MS";
	font-size:15px;
	color:#666666;
	font-weight:bold;
	padding-left:21px;
	cursor:pointer;
}
	
.main_menu_over{
	height:32px;
	background-image:url(img/menu_over.jpg);
	font-family: "Trebuchet MS";
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:21px;
	cursor:pointer;	
}

.boxtitle {
	font-family: "Trebuchet MS";
	font-size:15px;
	color:#666666;
	font-weight:bold;
	padding-left:8px;
}

.headtitle {
	font-family: "Trebuchet MS";
	font-size:15px;
	color:#666666;
	font-weight:bold;
}

td {
	font-family: Georgia, Arial;
	font-size:11px;
	color:#333333;
	font-weight:normal;
}

.text {
	font-family: Georgia, Arial;
	font-size:11px;
	color:#333333;
	font-weight:normal;
}

h1{
	font-family: "Trebuchet MS";
	font-size:20px;
	color:#848400;
	font-weight:bold;
}

h2{
	font-family: "Trebuchet MS";
	font-size:16px;
	color:#333;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

h3{
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#848400;
	font-weight:bold;
	padding:0px;
	margin:0px;	
}

.likeh1{
	font-family: "Trebuchet MS";
	font-size:20px;
	color:#848400;
	font-weight:bold;
}

td a{
	font-family: Arial;
	font-size:11px;
	color:#333;
	font-weight:normal;
	text-decoration:none;
}

td a:link, a:visited {
	font-family: Arial;
	font-size:11px;
	color:#333;
	font-weight:normal;
	text-decoration:none;
}

td a:hover {
	font-family: Arial;
	font-size:11px;
	color:#848400;
	font-weight:normal;
	text-decoration:none;
}

.inputbox{
border:2px solid #efefef;
font-family: Georgia, Arial;
font-size:11px;
color:#848400;
font-weight:normal;
text-decoration:none;
padding:2px;
}

.dropdown{
border:2px solid #efefef;
font-family: Georgia, Arial;
font-size:11px;
color:#848400;
font-weight:normal;
text-decoration:none;
}