body {
	background-color: #ECECEC;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma,Verdana,sans-serif;
	color: #787878;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
td.ms_corners {
	width: 10px;
	height: 10px;
}
td.ms_left {
	width: 10px;
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
}
td.ms_right {
	width: 10px;
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
}
td.ms_top {
	height: 10px;
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
}
td.ms_bottom {
	height: 10px;
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
}
div.footer {
	width: 770px;
	padding-left:5px; 
	padding-right:5px;
}
a:link.footer,a:active.footer,a:visited.footer {
	text-decoration: none;
	color: #787878;
}
a:hover.footer {
	text-decoration: none;
	color: #C4390B;
	background-color: #FFFFFF;
}
table.main_struct {
	width: 770px;
	height: 500px;
}
td.home_info {
	background-color: #FFFFFF;
	color: #C0C0C0;
	font-size: 15px;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	width: 50%;
}
td.infoA {
	background-color: #FFFFFF;
	color: #3C3C3C;
	font-size: 11px;
	text-align: left;
	padding: 26px 30px 0px 0px;
	vertical-align: top;
	font-family: Tahoma, sans-serif;
	line-height: 150%;
}
td.info {
	background-color: #FFFFFF;
	color: #3C3C3C;
	font-size: 11px;
	text-align: left;
	padding: 5px 30px 0px 0px;
	vertical-align: top;
	font-family: Tahoma, sans-serif;
	line-height: 150%;
}
td.title {
	color: #C4390B;
	font-size: 19px;
	text-align: left;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	padding: 5px 0px 5px 0px;
	width: 150px;
	vertical-align: top;
}
ul {
	list-style-type: square;
}
a:link.inside,a:active.inside,a:visited.inside {
	text-decoration: none;
	color: #C4390B;
}
a:hover.inside {
	text-decoration: underline;
	color: #C4390B;
}
td.ann_container {
	background-color: #FFFFFF;
	width: 50%;
	vertical-align: middle;
	padding-left: 35px;
}
div.ann {
	border: 1px solid #C4390B;
	border-top: 3px solid #C4390B;
	padding: 5px;
	height: 100%;
	background-color: #ECECEC;
	height: 75px;
	width: 213px;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
}
div.more {
	text-align: right;
	padding: 10px;
	font-weight: bold;
	width:100%;
}
div.footer2 {
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma,Verdana,sans-serif;
	color: #787878;
}