body
{
	margin:					0px;
	padding: 				0px;
	background-color:		#cccccc;
}

a
{
	color: #000000;
	text-decoration: underline;
	}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

.images
{
	display:none;
}

.content 
{
	position: absolute; width:600px; left:20px;
}
.bold 
{
	font-weight: bold;
}

.heading 
{
	display:none;
}

.menu {

	display:none;
}

.headersBLUE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #587193;
	valign: justify;
}

.headersRED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E04545;
}

.headersGREEN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #41B371;
}

.headersYELLOW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #D4AF00;
}

.headersORANGE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E58B14;
}

.headersPINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CF76B4;
}

.headersPURPLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9385ab;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	list-style-position: outside;
}

.textsmall2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 13px;
}

ul.blue
{
	list-style-type: disc;
	}

ul.sub
{
	list-style-type: circle;
	}


ul.none
{
	list-style: none;		
}
ol
{
	list-style-type: upper-alpha;		
}