/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

a:link {
	color: #696969;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #808000;
	font-weight: bold;
}

a:visited {
	color: #808000;
	text-decoration: none;
	font-weight: bold;
}

body {
    margin: 0px;
	padding: 0px;
	background: #712c1d url(bg.jpg) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #696969;
}


H1 {
	font: 26px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 29px;
	color: #a9a9a9;
}

H2 {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	color: #696969;
}

.text {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	color: #696969;
}
.textwhite {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	color: #ffffff;
}
.textsmall {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	color: #696969;
}

.textbox {
width: 200px;
height: 40px;
float: left;
text-align: left;
padding-top: 9px;
padding-left: 14px;
font: 11px Verdana, Helvetica, sans-serif;
line-height: 14px;
}

.footer {
font: 10px Verdana, Helvetica, sans-serif;
line-height: 11px;
font-weight : normal;
}

.niceform  {
	font-size : 11;
	font-family : verdana, Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	text-indent: 0px;
	letter-spacing: 0px;
	color : rgb(0,0,0);
		background-color: #f5f5f5;
	border: 1 #bdb76b solid;
	margin: 2;
}

a.footer:link {color: #696969; text-decoration: none; font-weight : normal;}
a.footer:visited {color: #C5C5CC; text-decoration: none; }
a.footer:active {color: #C5C5CC; }
a.footer:hover {color: #008080; text-decoration: none; } 