body {
	background-color: #ECECEC;
	color: #2A2A2A;
	text-align: left;
}
.main_table {
	background-color: #FFFFFF;
	background-image: url(/images/head.png);
	background-repeat: no-repeat;
	text-align: left;
}
.base {
	position: relative;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%;
	text-align: right;
}
td.main_head {
	border-right: solid 1px;
	border-color: #CBCBCB;
}
td.main_menu {
	border-right: solid 1px;
	border-color: #CBCBCB;
	padding-left: 56px;
}
td.main_body {
	background-image: url(/images/base.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-right: solid 1px;
	border-bottom: solid 1px;
	border-color: #CBCBCB;
	padding: 5px 5px 100px 5px;
}
td.fill {
	background-color: #ECECEC;
}
.main_content   { 
	background-color: transparent;
}
td.content {
                 background-color: #F9F9F9;
                 padding: 3px;
}
a {border: none; text-decoration: none;}
img {border: none;}

/* General font families for common tags */
a,body,font,td,p,div { font-family: Georgia, Palatino, Times, serif }
a:link,a:active,a:visited { color : #7C4333; }
a:hover		{ text-decoration: none; color : #AE8A81; }

.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }