@charset "utf-8";
body {
	color: #000000;
	line-height: normal;
	background-repeat: repeat;
	background-color: #000000;
	padding:0px;
	margin-top: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/wtrripple.jpg);
	text-align:center;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	}
	

#centercol{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:5px;
	width:800px;
	min-height: 815px;
}

#header{
	clear: both;
	left: 0px;
	width:100%;
	padding-bottom: 2px;
	 }
	 
#footer{
	clear: both;
	left: 0px;
	width:100%;
	padding-bottom: 10px;
	 }

/**********LINKS********************/
.link_yby a:link {
	text-decoration: underline;
	color: #000099;
	}
.link_yby a:visited {
	text-decoration: underline;
	color: #000099;
}
.link_yby a:hover {
	text-decoration: none;
	color: #000000;
	}
.link_yby a:active {
	text-decoration: underline;
	color: #FFFF00;
	}

.link_yyy a:link {
	text-decoration: underline;
	color: #000099;
	}
.link_yyy a:visited {
	text-decoration: underline;
	color: #000099;
}
.link_yyy a:hover {
	text-decoration: none;
	color: #FFFF00;
	}
.link_yyy a:active {
	text-decoration: underline;
	color: #FFFF00;
	}


/**************GENERAL STYLES FOR TEXT**********/
/*********************COLORS*******************/
.green {
	color: #006600;
}
.blue {
	color: #000099;
}
.red{
	color: #FF0000;
}
.white{
	color: #FFFFFF;
}
.black{
	color: #000000;
}
.yellow{
	color: #ffff00;
}
.yeltxt{
	color: #FFFF00;
}
.blktxt{
	color: #000000;
}
.slvtxt{
	color: #BCC6CC;	
}
.ptmtxt{
	color: #E5E4E2;
}
.grttxt{
	color: #837E7C;
}
.cbgtxt{
	color: #625D5D;
}




	
/*******************SIZES**********************/
.px4 {
	font-size: 4px;
}
.px5 {
	font-size: 5px;
}
.px9 {
	font-size: 9px;
}
.px10 {
	font-size: 10px;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.px13 {
	font-size: 13px;
}
.px14 {
	font-size: 14px;
}
.px18 {
	font-size: 18px;
}
.px20 {
	font-size: 20px;
}
.px24 {
	font-size: 24px;
}
.px36 {
	font-size: 36px;
}
.px40 {
	font-size: 40px;
}
.px45 {
	font-size: 45px;
}
/****************MISC*************************/
.bold{
	font-weight:bold;
}
.times{
	font-family: "Times New Roman", Times, serif;
}
.arial{
	font-family: Arial, Helvetica, sans-serif;
}
.verdana{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.lucida{
	font-family:"Lucida Sans", SansSerif;
}
	