

a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #455f3a;
	font-weight: bold;
	text-decoration: underline overline;
}

a:active {
	color: #455f3a;
	font-weight: bold;
	text-decoration: underline overline;
}

body {
	background-color: #DFE0E2;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: underline;
	text-transform: uppercase;
}

h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	text-transform: uppercase;
}

p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.content {
	background-image: url(images/bkcontent.jpg);
	background-repeat: repeat-y;
}

.rights {
	font-size: 9px;
}

.date {
	color: #FECE00;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.nav {
	border: #A0B6C5;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
}

.listhead {font-size: 13px}

.listhead2 {font-size: 13px}

.txttr	{text-transform: capitalize;
}

.adstuff:link	{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	cursor:default;
}

.adstuff:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	cursor:default;
}

.adstuff:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	cursor:default;
	background-color: #green;
}

.adstuff:active {
	color: #000000;
	font-weight: normal;
	text-decoration : none;
	cursor:default;
	background-color: #FFFFCB;
}

.adstufftxt  {
	margin-bottom: 0;
 	margin-top: 10px;
 	text-transform: capitalize;
 	line-height: 12px;
 	font-size: 12px;
}
	
.red {color: #990000; font-weight: bold;}

.red2 {color: #990000; font-weight: bold; text-decoration: underline overline;}

.cursor {cursor:pointer;cursor:hand;
	font-weight:bold;
	color: #333333;
	text-decoration: underline;
}

.ademph {cursor:pointer;cursor:hand;
	font-weight:normal;
	color: #990000;
	text-decoration: underline;
}

.adcopy  {text-transform: capitalize;
 	line-height: 15px;

 }



th  {color: #000000; font-weight: bold; font-size: 15px;}

.left		{background-color: #3b415f;
		padding-right: 5px;
		padding-left: 5px;
		width: 100px;
		text-align: left;
		font-size: 12px;
		color: #ffffff;
		font-weight: bold;
		}

.right		{background-color: #baa48d;
		padding-right: 5px;
		padding-left: 5px;
		width: 400px;
		text-align: left;
		font-size: 11px;
		color: #000000;
		font-weight: bold;
		}
		