body {
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9e7b18;
}

table {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9e7b18;
}

.main-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.small-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	color: #0B5C9D;
	font-weight: bold;
}

.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #0B5C9D;
	font-weight: bold;
}

a {
	color: #0B5C9D;
	text-decoration: none;
}

a:hover {
	color: #9e7b18;
	text-decoration: underline;
}

.main-table{
	background: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: top 316px;
}

.main-content{
	padding-left: 35px;
	padding-right: 40px;
	padding-top: 14px;
	padding-bottom: 17px;
}

.footer-bar{
	background: url(../images/bottombar_bg.png);
	background-repeat: repeat-x;
	height: 65px;
}

.hidden-div {
	border: #000000 1px dashed;
	width: 432px;
	display: none;
}
