DIV,BODY,TD,TH,P,FONT,A {
	font-family:		verdana;
	font-size:		12px;
	color:			#f0f0f0;
	}

.contentContainer {
	border-top:		3px solid #000000;
	border-left:		3px solid #000000;
	border-right:		3px solid #003B00;
	border-bottom:		3px solid #004500;
	width:			480px;
	background-image:	url('../gfx/backprp_dark.gif');
	background-repeat:	repeat;
	padding-top:		20px;
	padding-left:		33px;
	padding-right:		33px;
	padding-bottom:		20px;
	margin-top:		6px;
	margin-bottom:		6px;
	text-align:		left;
	}
	
.copyrightNotice {
	text-align:		center;
	font-size:		10px;
	font-weight:		bold;
	line-height:		11px;
	color:			#D1E2BE;
	}

.raisedButton {
	margin:			5px;
	border-top:		2px solid #AEC291;
	border-left:		2px solid #AEC291;
	border-right:		2px solid #4E593F;
	border-bottom:		2px solid #4E593F;
	}

BODY {
	background-color:	#000000;
	background-image:	url('../gfx/backprp.gif');
	background-repeat:	repeat;
	text-align:		center;
	}

A:link {
	background:		none transparent scroll repeat 0% 0%;
	font-size:		12px;
	color:			#ffff00;
	text-decoration:	none
	}
A:active {
	background:		none transparent scroll repeat 0% 0%;
	font-size:		12px;
	color:			#ffff00;
	text-decoration:	none
	}
A:visited {
	background:		none transparent scroll repeat 0% 0%;
	font-size:		12px;
	color:			#ffff00;
	text-decoration:	none
	}
A:hover {
	background:		none transparent scroll repeat 0% 0%;
	font-size:		12px;
	color:			#777700;
	text-decoration:	underline
	}

H1 { font-size: 24pt;	color: #f0f0f0 }
H2 { font-size: 18pt;	color: #f0f0f0 }
H3 { font-size: 14pt;	color: #f0f0f0 }
H4 { font-size: 12pt;	color: #f0f0f0 }
H5 { font-size: 10pt;	color: #f0f0f0 }
H6 { font-size: 7pt;	color: #f0f0f0 }

TT,CODE,SAMP {
	font-family: courier,courier-new,monospaced;
	}
	
.justify {
	text-align: justify;
	}
