﻿body {background-color: #C5C5C5; font-family : Tahoma,Verdana,Arial;}
p {color : #000000;	margin: 3px 20px 0px 20px;	padding-bottom : 10px;	font-size : 11px;}

a.blueLink:link, a.blueLink:visited, a.blueLink:active {text-decoration: none;  color : #000066; margin: 0px; padding: 0px;}
a.blueLink:hover {text-decoration: underline;}


h1 {color : white; margin-top : 10px;padding-bottom : 10px;margin-bottom : 0px;margin-left : 2px;font-size : 18px;font-weight: bold;font-family : Tahoma,Verdana,Arial;	}
h1.black {color : black; margin-top : 10px;padding-bottom : 10px;margin-bottom : 0px;margin-left : 2px;font-size : 18px;font-weight: bold;font-family : Tahoma,Verdana,Arial;	}
h2 {color : white; margin-top : 5px;	padding-bottom : 10px;	margin-bottom : 0px;	margin-left : 20px;	margin-right : 20px; font-size : 12px;}
h2.black {color : black; margin: 0px 0px 0px 0px;	padding: 0px 0px 5px 0px; font-size : 12px;}


.whiteIndentedText {color : #ffffff; margin-top : 4px; margin-bottom : 0px; margin-left : 5px; margin-right : 10px; font-size : 13px; font-family : Arial;}

.px {padding-top : 0px;	padding-bottom : 0px;	padding-left : 0px;	padding-right : 0px;	margin-top : 2px;	margin-bottom : 0px;	margin-left : 0px;	margin-right : 0px;}

.px5 {padding-top : 0px; padding-bottom : 0px; padding-left : 0px; padding-right : 0px; margin-top : 5px; margin-bottom : 0px; margin-left : 0px; margin-right : 0px;}

/****** general link - hover red *******/
A:link, A:visited {color : #000000;	text-decoration : none;}
A:hover {color : #FF0000;}

/****** MENU class needed for top nav buttons to work *******/
.menu01 {color : #000000; margin-top : 3px;	padding-bottom : 0px;	margin-bottom : 3px;	margin-left : 20px;	margin-right : 6px;	font-size : 9px;	font-family : Tahoma,Verdana,Arial;	font-weight: bold;}

.menu01 a:LINK {
	color : #000000;
	text-decoration: none;
}

.menu01 a:VISITED {
	color : #000000;
	text-decoration: none;
}

.menu01 a:hover {
	color : #0000FF;
}

/*************  end of menu classes *****/


/***** these classes set up the look of the arrow and bulleted list text ****/
.preBulletText {
	color : #ffffff;
	margin-top : 7px;
	padding-bottom : 5px;
	margin-bottom : 7px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 12px;
	font-family : Arial;
}

.PicBulletList {
	color : #ffffff;
	font-size : 13px;
	font-family : Arial;
	margin-left : 20px;	
}

.bulletText {
	margin-left: 15px;
}

#listed {
	margin-left : 20px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}

.listedtxt {	
	margin-left : 20px;
	color : #FFFFFF;
	padding-bottom : 1px;
	padding-top : 0px;
}

ul {
	list-style-type: none;
}
	
li { 
	background: url("../images/tinyrightarrow.gif") left center no-repeat;
	margin-bottom : 5px;	
}
