body {
	background-image: url(../images/bg.jpg);
	margin: 0px;
	text-align: center;
	font-family: verdana;
	font-size: 9px;
	color: #333333;
}
.main {
	background-color: #FFFFFF;
	background-image: url(../images/table_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 85%;
	left: auto;
	top: 75px;
	right: auto;
	margin-top: 40px;
	margin-bottom: 0px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 16px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.top {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100px;
	vertical-align: bottom;
	text-align: left;
}
.main table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.footer {
	font-size: 9px;
	color: #666666;
	text-align: right;
}
.contentheading {
	font-weight: bold;
	text-transform: uppercase;
	color: #004677;
	text-align: left;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.content_table {
	text-align: left;
}
td.content_table {
	text-align: left;
}

.componentheading {
	font-weight: bold;
	text-transform: uppercase;
	color: #004677;
	text-align: left;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:link {
	color: #2B6175;
}
a:visited{
	color: #2B6175;
}
a:active {
	color: #2B6175;
}
a:hover {
	color: #4396B6;
}
a{
	color: #2B6175;
	text-decoration: none;
	font-weight: bold;
}

