.nospam { margin-right: -4px; }

p {
	color : #000000;
	margin-top : 3px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 20px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;	
}

.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 : #FFFFFF;
	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;	
}
