/* CSS Document */

body{
	background-color: #ffffff;
	background-image: url(images/bug_back1.jpg);
	background-repeat: repeat-x;
	color: #336633;
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin: 0px;}
	
a:link{
	color: #c92f2e;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;}
	
a:visited{
	color: #c92f2e;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;}
	
a:hover{
	color: #ce7a79;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;}
	
.header{
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	text-align: left;
	text-decoration: none;}

.header2{
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
	text-align: right;
	text-decoration: none;}
	
.menu{
	background: #f5f8f0;
	border: #cfd6c3 1px solid;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	text-decoration: none;}
	
.foot{
	color: #336633;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	padding-left: 25px;
	text-align: left;
	text-decoration: none;}

.posted{
	color: #336633;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: none;
	text-align: right;
	text-decoration: italic;}