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

body {
	background-image: url(../images/assets/page_bg.jpg);
	background-color: #F9F9E2;
	background-repeat: no-repeat;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #264A06;
}
img {
	border:none;
	}
a:link {
	color: #264A06;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #264A06;
}
a:hover {
	text-decoration: underline;
	color: #63C211;
}
a:active {
	text-decoration: none;
	color: #264A06;
}.lineheight {
	line-height: 2em;
}
.thumbnail{
	padding: 1px 1px 1px 1px;
	background-color: #264A06;
	border: 1px solid #264A06;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	
