body {
	background : #203f01;
	font-family : Arial;
	font-size : 10pt;
	margin : 0;
}
.mainTable {
	border-style : solid;
	border-width : 1px;
	border-color : #DF162B;
	width : 752px;
	background-color: white;
}
.footerText {
	font-size : 10pt;
	color : #999999;
}

.contentArea {
	margin-left : 10px;
	margin-right : 10px;
}
p {
	text-align : justify;
}

.contentText {
	text-align : justify;
}

.imgOutline {
	border : solid 1px #DF162B;
}

.imggallery {	padding: 2px 2px;  border: none}

.imgheader {	padding: 2px 0px;  border: none}

A:link {
color: #df162b;
text-decoration: none;
}

A:visited {
color: #ffcc33;
text-decoration: none;
}

A:active {
color: #D9AC35;
text-decoration: none;
}

