body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/sitewide/bg.gif);
}
.bodytext {
		font-size: 11px;
		color: black;
		background-color:transparent;
}
.dblink {
		font-size: 11px;
		color: black;
		text-decoration: none;
		font-weight: bold;		
		background-color:transparent;
}
.smallbodytext {
		font-size: 9px;
		color: #333;
		background-color:transparent
}
.whitetext {
		font-size: 10px;
		color: white;
		background-color:black
}
.header14 {
	font-size: 13px;
	color: #900;
	font-weight: bolder;
	background-color:transparent
}
.menutitle {
	font-size: 13x;
	color: white;
	font-weight: bolder;
	background-color:black
}
.menutitlenobackground {
	font-size: 13px;
	color: black;
	font-weight: bolder;
	background-color:transparent
}
.header18 {
	font-size: 17px;
	color: #900;
	font-weight: bolder;
	background-color:transparent
}
.header18background {
	font-size: 17px;
	color: #900;
	font-weight: bolder;
}

/* HYPERLINKS */
	/* main menu style - header.asp*/
a:link {
	font-size: 11px;
	color: black;
	font-style: normal;
	text-decoration: underline;
	background-color:white
}
a:visited {
	font-size: 11px;
	color: black;
	font-style: normal;
	text-decoration: underline;
	background-color:white
}
a:hover {
	font-size: 11px;
	color: black;
	font-style: normal;
	text-decoration: underline;
	background-color:white
}
a:active {
	font-size: 11px;
	color: black;
	font-style: normal;
	text-decoration: underline;
	background-color:white;
	text-align: right;
}
	
	/* main menu style - leftmenu.asp*/
a.mmLink:link {
		font-size: 11px;
		font-weight: bold;
		color: black;
		text-decoration: none;
		background-color:#CCC
}
a.mmLink:visited {
		font-size: 11px;
		font-weight: bold;
		color: black;
		text-decoration: none;
		background-color:#CCC
}
a.mmLink:hover {
		font-size: 11px;
		font-weight: bold;
		color: white;
		text-decoration: none;
		background-color:#CCC
}
a.mmLink:active {
		font-size: 11px;
		font-weight: bold;
		color: black;
		text-decoration: none;
		background-color:#CCC
}
		
	/* left menu style - leftmenu.asp*/
.smLink:link {
		font-size: 10px;
		font-weight: bold;
		color: black;
		text-decoration: underline;
		background-color:transparent
}
a.smLink:visited {
		font-size: 10px;
		font-weight: bold;
		color: black;
		text-decoration: underline;
		background-color:transparent
}
a.smLink:hover {
		font-size: 10px;
		font-weight: bold;
		color: gray;
		text-decoration: none;
		background-color:transparent
}
a.smLink:active {
		font-size: 10px;
		font-weight: bold;
		color: black;
		text-decoration: none;
		background-color:white
}

/* lines*/
.line {
		border-top-style:solid;
		border-top-width:thin;
		border-top-color:silver; 
		width: 100%;
		text-align: left;
		vertical-align:middle;	
}
hr {
	color:#CCCCCC;
	size: 1;
}
