/* Main Body */
BODY {
	background: #868686;
	background-image: url(../images/tile.gif);
	margin: 5px 0px 5px 0px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
BODY.popup {
	background: #D3D4D4;
	margin: 5px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

/* Link styles	*/
a:link, a:active, a:visited {
		text-decoration: none; 
		font-style: italic; 
		font-size: 10pt; 
		color: #000000; 
		}

a:hover {
		text-decoration: underline; 
		font-style: italic; 
		font-size: 10pt; 
		color: #898989; 
		}

a:link.textlink, a:active.textlink, a:visited.textlink { 
		text-decoration: none; 
		font-style: normal; 
		font-size: 10pt; 
		text-align: left; 
		color: #000000; 
		margin: 0px; 
		padding: 0px;
		}
a:hover.textlink { 
		text-decoration: none; 
		font-style: normal; 
		font-size: 10pt; 
		text-align: left; 
		color: #DCE8FF; 
		margin: 0px; 
		padding: 0px; 
		}

a:link.box, a:active.box, a:visited.box { 
		display: block;
		text-decoration: none;
		font-style: normal; 
		font-size: 10pt; 
		text-align: center; 
		color: #000000; 
		background-color: #E8E8E8; 
		border: #000000; 
		border-style: solid; 
		border-width: 1px; 
		width: 100px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		margin-bottom: 3px;
		}
a:hover.box { 
		display: block;
		text-decoration: none; 
		font-style: normal; 
		font-size: 10pt; 
		text-align: center; 
		color: #000000; 
		background-color: #C7DDEC; 
		border: #000000; 
		border-style: solid; 
		border-width: 1px; 
		width: 100px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		margin-bottom: 3px;
		}

.linkimg {
	margin: 0px 7px 0px 10px;
	border: 0px; 
	}
	
.validationlinks {
			border: 0px;
			width: 88px;
			height: 31px;
			margin: 5px 0px 2px 0px;
			text-align: center;
			}

.smallimg {
		border: 1px;
		border-color: #000000; 
		margin: 0px 2px 0px 0px;
		height: 50px;
		width: 30px;
		}
		
.navtitle {
		background-repeat: no-repeat;
		background-image: url(../images/title.gif);
		height: 23px;
		font-size: 10pt;
		font-weight: bold;
		text-align: left;
		color: #DCE8FF;
		padding-left: 10px;
		padding-top: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
		text-decoration: none;
		}

/* text styles */
.bold { font-weight: bolder; }
.size12 { font-size: 12pt; }
#rules {
   font-size: 10pt;
   text-align: left;
   margin: 5px 5px 10px 60px;
   color: #000000;
   }
		
p.text {
	font-size: 10pt;
	text-align: left;
	margin: 5px 5px 10px 15px; 
	color: #000000;
	}

p.ctext {
	font-size: 10pt;
	text-align: center;
	margin: 5px 5px 10px 15px; 
	color: #000000;
	}
	
p.small {
	font-size: 8pt;
	text-align: left;
	margin: 5px 5px 10px 15px; 
	color: #000000;
	}
	
p.latestnews {
	font-size: 10pt;
	text-align: left;
	margin: 5px 20px 10px 20px; 
	color: #000000;
	}
	
div.welcome {
			font-size: 12pt;
			text-align: left;
			font-weight: bolder;
			margin: 5px;
			padding: 5px;
			background: #B3B3B3;
			border-width: 1px;
			border-style: solid;
			}
			
div.latestnews {
			font-size: 10pt;
			text-align: left;
			font-weight: bolder;
			margin: 15px 15px 2px 15px;
			padding: 2px;
			background: #B3B3B3;
			border-width: 1px;
			border-style: solid;
			}
	
.righttext8 {
	font-size: 8pt; 
	text-align: right;
	margin: 5px; 
	color: #000000;
	}
	
/* Table styles */
.mainbg { background: #446D95; }
.contentbg { background: #D3D4D4; }
.navtable {
		background-image: url(../images/grad.gif); 
		background-repeat: repeat-y;
		}

.rightborder {
		background-image: url(../images/right.gif); 
		background-repeat: repeat-y;
		}

/* Alignments */
.pagecenter {
        margin-left: auto;
		margin-right: auto;
		padding: 0;
		width: 720px;
 		}

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

/* Widths and paddings */
.maxscreen { width: 100%; }
.width750 { width: 750px; }
.width627 { width: 627px; }
.width120 { width: 120px; }
.width90 { width: 90px; }
.width3 { width: 3px; }

.vspace { padding: 0px; margin: 2px;}

/* Form styles */
.formfields { 
		background-color: #E8E8E8; 
		border: #000000; 
		border-style: solid; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px;
                }

.button { 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #000000; 
		background-color: #E8E8E8; 
		border: #000000; 
		border-style: solid; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px; 
		width: 100px;
		margin: 5px 5px 3px 0px;
		}
.buttonover { 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #000000; 
		background-color: #C7DDEC; 
		border: #000000; 
		border-style: solid; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px;
		width: 100px;
		margin: 5px 5px 3px 0px; 
		}
		
/* Other Styles */
.hr90 {
		width: 90%;
		height: 1px;
		border-style: dashed;
		color: #000000;
		margin: 0px;
		}

