@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #000;
}

body,td,th {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

h1 {
	font-size: 16px;
	color: #FFFFFF;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 0px;
	font-weight: bolder;
}


.grey {
	font-size:14px;
	color: #A16B2C
}

.greyLarge {
	font-size:18px;
	color: #A16B2C;
	line-height: 22px;
}

.white {
	font-size:15px;
	color: #fff
}

li {
	font-size:12px;
	line-height: 19px;
	list-style: url(images/gear2.png) outside;
	margin-left: -15px;
	padding-left: -15px;
}

li.large {
	font-size:12px;
	line-height: 22px;
	list-style: url(images/gear2.png) outside;
	margin-left: -15px;
	padding-left: -15px;
}

li.med {
	font-size:12px;
	line-height: 14px;
	list-style: url(images/gear2.png) outside;	
}

li.small {
	font-size:11px;
	line-height: 15px;
	list-style: square;
}

hr {
	background: url(images/dotted.png) repeat-x center;
	width: 99%;
	height: 2px;
	border: 0;
}

.bluegrey {
	color:#A16B2C;
	font-size:16px;
	font-weight: bold;
}

input {
	color: #000;
	background: #FFFFA0;
	font-size: 12px;
	vertical-align: middle;
	margin: 5px;
}

input.submit {
	color:#FFFFFF;
	background: #1A1354;
	height: 25px;
	width: 50px;
}

textarea {
	background-color: #FFFFA0;
	color: #000;
	margin: 5px;
}

input.check {  
background: #1A1354; 
} 


a:link img,
	a:visited img{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}
	a:focus img,
	a:hover img,
	a:active img{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}

a:link {
	text-decoration: none;
	color: #A16B2C;
}
a:visited {
	text-decoration: none;
	color: #A16B2C;
}
a:hover {
	text-decoration: underline;
	color: #A16B2C;
}
a:active {
	text-decoration: none;
	color: #A16B2C;
}