body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #485B59;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6e7b6c;
}
a{
	outline: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}
a:link {
	color: #006e62; 
	text-decoration: underline; 
	font-weight: bold;
}
a:active {
	color: #1481a4; 
	text-decoration: underline; 
}
a:visited {
	color: #666666; 
	text-decoration: underline;
}
a:hover {
	color: #1481a4; 
	text-decoration: none; 
}
a.matmon:link{
color: #F5C663;
text-decoration: none;
}
a.matmon:visited{
color: #F5C663;
text-decoration: none;
}
a.matmon:hover{
color: #FAF7B6;
text-decoration: none;
}

.date {
	color: #FFF;
	font-weight: bold;
}
.copyright {
	color: #a8c4c0;
	font-size: 11px;
	font-weight: normal;
}

.frontThumb {
	padding-left: 20px;
	padding-right: 20px;
}

.subHeader {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding-top:5px;
}

.subSubHeader {
	font-weight: bold;
	color: #444;
	font-size: 16px;
	font-weight: bold;
}

.subContent {
	background-image: url(sub_content_bg.gif);
	background-color: #FFF;
	background-repeat: repeat-y;
	font-weight: normal;
	padding-top: 20px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 14px;
	min-height: 350px;
}
input, select, textarea {
	background: #B3C0AF;
	color: #000000;
	border: 1px solid #485B59;
}
input {height: 18px;}
input.button {
	background: #485B59 url(/assets/layout/button_bg.jpg) repeat-x;
	color: #FFF;
	border: 1px solid #B3C0AF;
	font-weight: bold;
	font-size: 12px;
	height: 23px;
}
input[type=radio] {background: none; border: none; display: inline; vertical-align: middle;}
.label {
	font-weight: bold;
}
.smalltxt {
	font-size: 10px;
}