.table_main {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
}
.cell_top_bdr {

	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}
.background {
	background-image: url(../images/background_main.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
}
.cell_bottom_bdr {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	margin: 0px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 24px;
}
a {
	color: #996600;
}
a:hover {
	color: #FF9900;
}
.img {
	padding-left: 12px;
	text-align: left;
}
ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
