/* BASE
------------------------------------*/

html,body{

}

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	background-color:#808382;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0 0 10px 0;
	padding:0;
}
h1{
	font-size:200%;
	font-family: Arial;
	font-weight: normal;
	color: #666666;
}
h2{
	font-size:140%;
	font-family: Arial;
	color: #ACC314;
}
h3{
	font-size:120%;
	font-family: Arial;
	color: #E7921A;
}
a, a:link, a:active a:visited {
	color:#8DA433;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#999999;
	text-decoration:none;
}
ol{
	margin:0;
	padding:0;
	margin-left:20px;
	font-size:11px;
}
ul{
	margin:0;
	padding:0;
	margin-left:20px;
	font-size:11px;	
}
p {
}
input,textarea,select{
	font-size:10px;
}

/* EXTRAS
------------------------------------*/

.clear{clear:both;}
.f_right{float:left;}
.f_right{float:right;}
:focus{-moz-outline-style: none;}
.green{color:#708913;}
.orange{color:#e68400}
.elevenPx{font-size:11px}

.tables{

}
.tables td{
	padding:5px;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
}
.field{	
	width:98%;
}

