BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
A {
	text-decoration : none;
	font-weight : bold;
}

A:HOVER {

        font-weight : bold;
        color : #14a6fa;
}

.menuhead {
	font-size : 16px;
	color : #14a6fa;
	font-weight : bold;
	text-align : center;
	background-color : #ccf4ff;
}

.title {
	color : BLACK;
	font-size : 16px;
	font-weight : bold;
}

.footer {
	color : #474D50;
	font-size : 10px;
}

.linker {
	color : #474D50;
	font-size : 14px;
}

.buylink {
	color : #474D50;
	font-size : 9px;
}

.shadowbox {
			position: relative;
			background: url(http://www.members.cox.net/evoviii/images/shadowlight.gif) repeat;
}

.shadowcontentleft {
			position: relative;
			top: 0px; /* these two define the shadow 'offset'*/
			right: 0px;
			width: 90%;
			color : #474D50;
			font-size : 12px;
			background-color : #ABB9BF;
			border: 1px solid #2E595C;
}

.shadowcontentright {
			position: relative;
			top: 0px; /* these two define the shadow 'offset'*/
			left: 0px;
			width: 90%;
			color : #474D50;
			font-size : 12px;
			background-color : #ABB9BF;
			border: 2px solid #2E595C;
}
.shadowcontentlink {
			color : #474D50;
			font-size : 14px;
			text-decoration: bold;
}
select {
	background-color:  #DCDCDC;
	font-size : 11px;
}