/* CSS DOCUMENT */

body{
	margin: 			0;
	text-align:			center;
	background-color: 	#021852;
	background-image:   url(../images/background.jpg);
	background-repeat:  repeat-x;
	background-position: -600px 0;
	font-family:		arial;
	font-size:			12px;
}

#tblMain {
	border-left:	1px dotted #000000;
	border-right:	1px dotted #000000;
}

.bgy {
	background-repeat: repeat-y;
}

.bgx {
	background-repeat: repeat-x;
}

.bgno {
	background-repeat: no-repeat;
}

.tblMenu .bgno {
	background-position: center;
}

.tblMenu font {
	font-family:	arial;
	font-size:		15px;
	color:			#FFFFFF;
	text-transform: capitalize;
}

.tblMenu a:link {
	color: 				#666666;
	text-decoration: 	none;
}

.tblMenu a:visited {
	color: 				#666666;
	text-decoration: 	none;
}

.tblMenu a:active {
	color: 				#FFFFFF;
	text-decoration: 	none;
}

.tblMenu a:hover {
	color: 				#600000;
	text-decoration: 	none;
}

.tblRefs h2, .tblSide h2 {
	font-family:	arial;
	font-weight:	bold;
	font-size:		13px;
	color:			#00184B;
	margin:			5px 0 0 5px;
	padding: 		0;
}

.tblRefs p {
	font-family:	arial;
	font-weight:	bold;
	color:			#00184B;
	margin:			0 5px;
	padding: 		0;
}

.tblSide h1 {
	font-family:	arial;
	font-size:		15px;
	font-weight:	normal;
	color:			#FFFFFF;
	margin:			15px 0 5px 5px;
	padding: 		0;
}

.tblSide p {
	font-family:	arial;
	font-size:		12px;
	text-align:		justify;
	color:			#000000;
	margin:			0 5px;
	padding: 		0;
}

.tblSide a:link {
	color: 				#00184B;
	text-decoration: 	none;
}

.tblSide a:visited {
	color: 				#00184B;
	text-decoration: 	none;
}

.tblSide a:hover {
	color: 				#FF0000;
	text-decoration: 	none;
}

.tblSide a:active {
	color: 				#00184B;
	text-decoration: 	none;
}

.tblCell {
	background-color: 	#FFFFFF;
}

.tblCell2 {
	background-color: 	;
}

.tblCell3 {
	background-color: 	#CCCCCC;
}

.tblCellOver {
	background-color:	#DAE4ED;
	cursor:				pointer;
}

.tblContent {
	margin:			0 0 0 10px;
}

.tblContent h1 {
	font-family:	arial;
	font-size:		25px;
	font-weight:	bold;
	color:			#021852;
	margin-top:		5px;
	padding: 		0 0 5px 0;
	border-bottom:	2px dotted #FF0000;
}

.tblContent h2 {
	font-family:	arial;
	font-size:		18px;
	font-weight:	bold;
	color:			#000000;
	margin:			0;
	padding: 		0;	
}

.tblContent h3 {
	font-family:	arial;
	font-size:		11px;
	font-weight:	normal;
	color:			#ABABAB;
	margin:			0;
	padding-bottom:	5px;	
}

.tblContent h4 {
	font-family:	arial;
	font-size:		15px;
	font-weight:	normal;
	margin:			0;
	padding:		0;	
}

.tblContent p {
	font-family:	arial;
	font-size:		12;
	text-align:		justify;
	color:			#000000;
	margin:			0 0 0 0;
	padding: 		0 10px 0 0;	
}

.tblContent a:link {
	color: 				#990000;
	text-decoration: 	none;
}

.tblContent a:visited {
	color: 				#666666;
	text-decoration: 	none;
}

.tblContent a:hover {
	color: 				#666666;
	text-decoration: 	none;
}

.tblContent a:active {
	color: 				#990000;
	text-decoration: 	none;
}

.newsdate {
		border-left:		2px solid #000000;	
		padding:			0 10px 0 0;	
		margin:				0;	
}
.newsdate h1 {
		font-size: 			20px;
		font-weight:		bold;	
		color:				#000000;
		padding: 			0;
		margin:				0 0 0 10px;
		border:				0;
}
.newsdate h2 {
		font-size: 			15px;
		font-weight:		normal;	
		color:				#000000;
		text-transform:		lowercase;	
		padding: 			0;
		margin:				0 0 0 10px;
}

.tblFooter a:link {
	color: 				#990000;
	text-decoration: 	none;
}

.tblFooter a:visited {
	color: 				#666666;
	text-decoration: 	none;
}

.tblFooter a:hover {
	color: 				#666666;
	text-decoration: 	none;
}

.tblFooter a:active {
	color: 				#990000;
	text-decoration: 	none;
}

.tblCopy {
	font-family:	verdana;
	font-size:		9px;
	color:			#999999;
}

.formField {
	border:			1px solid #999999;
	font-size:		11px;
}

input.formField {
	padding: 0 0 0 4px;
}


.formButton {
	border:			1px solid #999999;
	font-size:		11px;
	font-weight:	bold;
	margin: 		0 10px;
	padding:		2px;
	cursor:			pointer;
}

#rules {
	border: 		1px solid #699999;
	margin:			10px 0;
	padding:		10px;
}

#rules strong {
	font-size: 		14px;
	color:			#699999; 	
}

#rules ul {
	margin: 		0;
	padding:		0;
}

#rules ul li {
	display: 		block;
	color:			#000;
	font-weight: 	bold;
}