/* CSS definition file containing site wide stylesheets */

.biglink {
	font-size: medium;
 	color: rgb(0,102,51);
 	font-weight: bold;
 	text-decoration: none 
}

.boldred {
	font-size: x-small;
 	color: rgb(153,0,0);
 	font-weight: bold;
 	text-decoration: none 
}

.smlink {
	font-size: xx-small;
 	text-decoration: none 
}

.space {
	font-size: medium;
 	line-height: 18pt;
 	font-weight: bold
}

.tablelines {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10px;
 	line-height: 14px;
 	border: 1pt solid rgb(0,0,0);
 	padding: 2pt
}

.menu {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10px;
 	color: rgb(249,243,228);
 	line-height: 10px;
 	font-weight: bold;
 	background-color: rgb(72,79,46);
 	background-image: none;
 	border: 1px solid rgb(0,0,0);
 	padding: 2px 2px 3px 2px
}

.whnahead {
	background-color: rgb(249,243,228);
 	background-image: url( "../assets/images/whnaheader.gif" );
 	background-repeat: no-repeat;
 	background-position: top;
 	border-left: 1pt solid rgb(72,79,46);
 	border-right: 1pt solid rgb(72,79,46)
}

.justlitetan {
	background-color: rgb(249,243,228);
 	border-left: 1pt solid rgb(72,79,46);
 	border-right: 1pt solid rgb(72,79,46)
}

.leftcol {
	background-color: rgb(249,243,228);
 	padding-right: 11pt;
 	border-right: 1pt dotted rgb(128,51,65)
}

.rtcol {
	background-color: rgb(249,243,228);
 	padding-left: 11pt;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.yellowbox {
	background-color: rgb(251,250,167);
 	border: 1pt dashed rgb(194,28,28);
 	padding: 4pt
}

.turqcaps {
	font-size: x-small;
 	color: rgb(0,153,204);
 	font-weight: bold;
 	text-decoration: none 
}