body {
	background-color: #006666;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	border: 0px;
}

h1 {
	color: #CC9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
}

h2 {
	color: #009999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
}

h3, h4 {
	color: #999900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

h5, h6 {
	color: #6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: underline;	
}

p {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

/* classes */
.grey {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.blue {
	font-size: 12px;
	color: #6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}

/* news styles */
.news:first-line{
	font-size: 12px;
	color: #6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.news body{ 
	background-color:#FFFFFF;
}
.news2 a:link {
	font-size: 14px;
	color:#00FFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/* end news styles */

/* top links --------------------- */
a.top: link {
	font:"Courier New", Courier, mono;
	font-weight:bold;
	text-decoration: none;
	color:#FFCC33;
	letter-spacing: 2px;
}

a.top: visited {
	color:#FFCC33
}

a.top: hover {
	color:#9966CC
}
/* end top links */

/* begin sidebar instructions*/
.rightcolumn {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCC66;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	text-transform: capitalize;
	line-height: 25px;
}

.rightcolumn dd {
	text-indent: -20px;
	list-style-type: none;
}
/* begin side links */
.rightcolumn a:link {
	color: #6699CC;
}

.rightcolumn a:visited {
	color: #6699CC;
}

.rightcolumn a:hover {
	color: #6699CC;
	font-weight: bold;
}

.rightcolumn a:active {
	color: #999900;
}

/* end side links*/
/* end sidebar instructions */


/* main links/ body links */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6666;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6666;
}
/* end body links */

/* footer links */

a.foot: link {
	color:#006600;
}

a.foot: visited {
	color:#006600;
}

a.foot: hover {
	color:#006633
}
/* end footer links */



.resources {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.resources a:link {
	font-family: Sylfaen, sans-serif;
	color:#6699CC;
}

.resources a:visited {
	font-family: Sylfaen, sans-serif;
	color:#6699CC;
}

.resources a:hover {
	font-family: Sylfaen, sans-serif;
	font-weight: bolder;
	color:#0066CC
}

.resources a:active {
	font-family: Sylfaen, sans-serif;
	color: #0066CC;
}

.resources img {
	border: inset;
}

