﻿body, input, select, textarea{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;	
}

input, textarea{
	border: 1px solid #B4B4B4;
	padding:2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input:focus, textarea:focus{
	border-color: #494949;
	background-color: #F1F1F0;
}

body{
	margin:20px 5px;
	background-color: #F1F1F0;
	line-height: 1.3em;
}

a{
	color: #ED6611;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	margin:0px 0px 5px 0px;
	font-size: 14pt;
}

hr{
	height: 1px;
	border: 0px;
	background-color: #494949;
}

h1.head{
	width:200px;
	height: 21px;
	text-transform: uppercase;
	font-weight:normal;
	color: #494949;
	background-color: #D4D4D4;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin-bottom:20px;
}

h1 span{
	display:none;
}

h2{
	margin: 15px 0px;
	font-size: 12px;
}

p{
	margin: 10px 0px;
}

img{
	padding:0px;
	margin:0px;
	border:0px;
}

ul{
	list-style-image: url('images/list.gif');
}

li{
	line-height:2em;
}

#box_main{
	width:980px;
	margin:auto;
}

#box_header{
	width:100%;
}

#box_body{
	width:100%;
	background-image: url('images/body.png');
	background-position:center;
	background-repeat: repeat-y;
	min-height:300px;
	text-align:left;
	padding: 30px 0px 10px 0px;
}

#box_footer{
	clear:both;
	width:100%;
	text-align:right;
	height:151px;
	background-image: url('images/footer.png');
	background-position:center;
	background-repeat: no-repeat;
	background-color: #D4D4D4;
}

#footer{
	padding-top: 60px;
	padding-right: 40px;
	text-align:right;
	font-size:7pt;
	color: #505050;
}

#footer a{
	color: #505050;
}

#box_nav{
	float:left;
	padding-left: 80px;
}

.nav{
	width: 180px;
	background-color: #FCC643;
	margin-bottom: 20px;
	padding:15px;
	padding-right:5px;
}

.nav a img{
	margin: 2px 0px;
}

#box_content{
	width: 500px;
	float: left;
	margin-left:75px;
}

.small{
	font-size: 7pt;
}

.grey{
	color: #888888;
}

.tbl-list td{
	padding:3px;
}

.tbl-list th{
	padding: 3px;
	background-color: #494949;
	color: #FFFFFF;
	text-align:left;
	text-transform: uppercase;
}

.tbl-list tr:hover{
	background-color: #E0E0E0;
}

.tbl-border{
	background-color:#F0F0F0;
	border-collapse: collapse;
	border: 1px solid #D0D0D0;
}

.tbl-border td{
	padding:3px;
	border: 1px solid #D0D0D0;
}

.tbl td{
	padding: 8px 0px;
}

table td{
	padding:3px;
}

.ref{
	width:100%;
	clear:both;
	padding-top:20px;
}

.ref_img{
	width:150px;
	height:150px;
	float:left;
	border: 1px solid #C0C0C0;
}

.ref_txt{
	width:300px;
	float:left;
	margin-left:20px;
	padding-top:5px;
}

