body {
	background-image: url(images/body_bg.png);
	background-color: #0A1C6E;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.footerBg {
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000066;
}

a:link { color: #000066; text-decoration: none }
a:active { color: #000066; text-decoration: none }
a:visited { color: #000066; text-decoration: none }
a:hover { color: #000066; text-decoration: underline }
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.txtLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}
.photobox {
	background-color: #FFFFFF;
	border: #000000;
}
.txtSmall {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}

