BODY
{
scrollbar-base-color: BLACK; 
scrollbar-arrow-color: RED;
scrollbar-DarkShadow-Color: BLACK; 
}
.contlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	list-style-image: url(../images/bullet_red.gif);
	font-style: normal;
	line-height: 1.6em;
	font-weight: 590;
	font-variant: normal;
	text-transform: none;




}
.navlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: white;
	text-transform: uppercase;
}
.sml_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #777777;
	text-transform: uppercase;
}
.grey_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	text-transform: none;
}
.sub_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: black;
	text-transform: capitalize;
	font-style: italic;

}
.sub_heading_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	color: #B6061F;
	text-transform: capitalize;
	font-style: normal;

}
.page_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #CB5E05;
	text-transform: capitalize;
	font-weight: 600;

}
.contlinks a:link {
	color: white;
	text-decoration: underline;
	padding: 3px;
}

.contlinks1 a:link {
	color: #B6061F;
	text-decoration: underline;
	padding: 3px;
}

.contlinks a:visited {
	color: red;
	text-decoration: underline;
	padding: 3px;
}
.contlinks a:hover { 
	color: white;
	text-decoration: none; 
	background-color: #666666;
	padding: 3px;	
}
.contlinks a:active {
	color: blue;
	text-decoration: underline;
	padding: 3px;
}

a:link {color: #333333;}
a:visited {color: #333333;}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	
}
a:active {color: #333333;}


.navlinks a:link {
	color: #ffffff;
	text-decoration: none;
	padding: 3px;
}
.navlinks a:visited {
	color: #CCCCCC;
	text-decoration: underline;
	padding: 3px;
}
.navlinks a:hover {
	color: red;
	text-decoration: none;
	background-color: #000000;
	padding: 3px;
}
.navlinks a:active {
	color: red;
	text-decoration: underline;
	padding: 3px;
}

