/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image:url(images/backer.jpg);
	background-repeat:repeat-y;
	background-position:center;
	}

.padding {
	padding: 5px 5px 5px 5px
	}
	
.orange {
	color:#AD6228;
	}
	
.black {
	color:#000000;
	}

.link:link {
	text-decoration:none;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}

.link:visited {
	text-decoration:none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

.link:hover {
	color: #666666;
	text-decoration:underline;
	font-weight: bold;
	font-size: 12px;
}

.linkg:link {
	text-decoration:none;
	color: #8b9d20;
	font-weight: bold;
	font-size: 12px;
}

.linkg:visited {
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	color: #8b9d20;
}

.linkg:hover {
	color: #8b9d20;
	text-decoration:underline;
	font-weight: bold;
	font-size: 12px;
}


.linkw:link {
	text-decoration:underline;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}

.linkw:visited {
	text-decoration:nunderline;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

.linkw:hover {
	color: #666666;
	text-decoration:underline;
	font-weight: bold;
	font-size: 11px;
}
