body {
	background-image: url(images/design/background.jpg);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
}
.tableborder {
 border: 1px solid #000000;
}
.titles {
	font-size: 16px;
	font-weight: bold;
	color: #0C3D1D;
	text-transform: uppercase;
}
a:link {
	color:#00345d;
	text-decoration: underline;
}
a.footer_link {
	color:#FFFFFF;
	text-decoration: underline;
}
a:hover.footer_link {
	color:#FFFFFF;
	text-decoration: underline;
}
a:visited.footer_link {
	color:#FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00345d;
}
a:hover {
	text-decoration: none;
	color: #00345d;
}
a:active {
	text-decoration: underline;
	color: #00345d;
}
.footer {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}