/* CSS Document */

body {
margin-top: 5;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #fff;
line-height: 130%;
background-color: #000;	
font-weight:lighter;
}


h1 {
	font-size: 26px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	text-transform: uppercase;
	color: #BC9B4E;
	margin-top: 20px;
	margin-bottom: 2px;
	line-height:1;
	letter-spacing: 2px;
	
    
}

h2 {
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #BC9B4E;
	font-weight:lighter;
	text-transform: uppercase;

}

h3 {
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #BC9B4E;
	font-weight:lighter;
	text-transform: uppercase;
}

h4 {
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:lighter;
		text-transform: uppercase;
}

.free {
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	text-transform: uppercase;
	color: #BC9B4E;
	margin-top: 0px;
	margin-bottom: 4px;
	letter-spacing: 2px;
	
    
}


p {
	font-size: 14px;
	margin: 0px;
	margin-top: 5px;
	padding-bottom: 8px;
	color:#FFF;
	line-height: 150%;
	font-weight:lighter;
}

ul {
list-style-type: disc;
list-style-position: outside;
margin-top: 2px;
font-size: 13px;
}

ol {
list-style-position: outside;
margin-top: 2px;
font-size: 13px;
}


a:link {
	color: #FFFF99;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFF99;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}

a:active {
	text-decoration: underline;
}



a.small:link {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
line-height: 100%;

}
a.small:visited {
	text-decoration: none;
	color: #fff;
	font-size: 10px;
line-height: 100%;

}
a.small:hover {
	text-decoration: underline;
	color: #BC9B4E;
	font-size: 10px;
line-height: 100%;

}
a.small:active {
	text-decoration: underline;
	color: #BC9B4E;
	font-size: 10px;
line-height: 100%;
}


table.main {
font-size: 10px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
border-collapse: collapse;
width: 100%;
padding: 0px;
border-spacing: 0px;

}

table.main td {
padding: 0px;
			border-spacing: 0px;
	background-color: #fff;

		margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;


}

table.nav {
font-size: 12px;
color: #333;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
border-collapse: separate;
padding:0px;
border-spacing:1px;
width: 100%;
	background-color: #fff;
	text-align:center;
}

table.nav td {
border-width: 0px;
	padding: 3px;
	border-style: dotted;
	border-color: gray gray gray gray;
	border-spacing: 5px 5px 5px 5px;
	background-color: #BC9B4E;
	vertical-align:middle;
	width:120px;

}

table.smalltable {
font-size: 11px;
border:thin;
border-style: dashed dashed dashed dashed;
margin-top: 0px;
margin-right: 0px;
margin-bottom:0px;
margin-left: 0px;
position:inherit;
border-collapse: collapse;
width: 100%;
} 

table.smalltable td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: none;
	border-color: gray gray gray gray;
}


textarea {
width: 300px;
height: 50px;
font-size: 11px;
}
select {
width: 160px;
font-size: 11px;
}

select.numberselect {
width: 40px;
font-size: 11px;
}

input {
font-size: 11px;
width: 300px;
}


input.longtext {
font-size: 11px;
width: 400px;
}


input.short {
font-size: 11px;
width: 20px;
}

input:hover {
font-size: 11px;


}
button {
font-size: 11px;
width: 140px;
}




button:hover {
font-size: 11px;

}

input.button
{
width: 140px;
}

