a:link {
	color: #506B9E;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #506B9E;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #A5B6CC;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #A5B6CC;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url("images/page_bg.jpg");
	background-color: #EFF0F1;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #2B2B2B;
}
.italic {
	FONT-WEIGHT: normal;
	font-style: italic;
}
.small {
	FONT-WEIGHT: normal;
	font-size:9px;
}
.smallitalic {
	FONT-WEIGHT: normal;
	font-style: italic;
	font-size:9px;
}
.title {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
}
.titleitalic {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	font-style:italic;
}
.bold {
	FONT-WEIGHT: bold;
}
.bolditalic {
	FONT-WEIGHT: bold;
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.copyright {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
}