body
{
	background: #c0c0c0;
}

.menuitem
{
	color:white;
	border-bottom: 1px #ffffff solid;
	font-size: 12;
	font-family:verdana, arial;
}

.menuitem a, .menuitem a:link, .menuitem a:visited
{
	background: #000000;
	width: 168px;
	padding: 6px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-weight: bold
}

.menuitem a:hover
{
	background: yellow;
	color: #000000;
}



a:link
	{
	text-decoration: none;
	color: #0000FF;
	}

a:visited
	{
	text-decoration: none;
	color: #0000FF;
	}

a:hover
	{
	text-decoration: none;
	color: #FF0000;
	}

.regulartext
	{
	font-color: #000000;
	}

.rightmenu {  color: #ffffff; text-decoration: none}
a.rightmenu:visited {  color: #ffffff; text-decoration: none}
a.rightmenu:hover {  color: #ff0000; text-decoration: none}
a.rightmenu:link {  color: #ffffff; text-decoration: none}

.results {  color: #000000; text-decoration: none}
a.results:visited {  color: #000000; text-decoration: none}
a.results:hover {  color: #ff0000; text-decoration: none}
a.results:link {  color: #000000; text-decoration: none}

.module-header .heading {
    border-bottom: 1px dotted #800080;
    color: #000000;
    font: 15px "Verdana","Times New Roman",Times,serif;
    text-decoration: none;
    text-transform: uppercase;
}


h2 {
	/* optional styling, you can use whatever you wish */
	font-size: 24px;
	font-family:verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-weight:bold;
	letter-spacing:-.05em;
	margin:.6em 0;
	/* now, this is important */
	position:relative;
	text-shadow: 2px 2px 2px #c0c0c0; 
}



h2 span{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url('/images/gradient_1.png') repeat-x;
}


* html h2 span{
	background-color:#fff;
	back\ground-color:transparent;
	background-image: url(none.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/gradient_1.png", sizingMethod="scale");
}


.pagetitle
{
	text-align:center;

}

.homenewsdate
{
 	font-size: 9px;
	color: #800080;
}
