body {
	background-color: #002200;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	border: 0px;
}

h1 {
	color:#000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	word-spacing: 5px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
}

h2 {
	color: #669900;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

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;
}

/* 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 */


/* for side links */
.rightcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	color: #6699CC;
	text-transform: capitalize;
}

.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*/

/* main links/ body links */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #669900;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #669900;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399FF;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399FF;
}
/* end body links */

/* footer links */
a.foot: link {
	color:#006600;
}

a.foot: visited {
	color:#006600;
}

a.foot: hover {
	color:#006633
}

