body, html {
margin:0;
padding:0;
height:100%;
border:none;
font-size:10px;
font-family: verdana;
color: #999087;
line-height:18px;
}

img{
border:1px dotted #fff;
padding:2px;
}

p {
font-size: 10px;
font-family: verdana;
line-height: 16px;
 }


td {

 }

a:link, a:visited, a:active  {
font-weight: bold; text-decoration: none;
color: #C44500;
border:1px dotted #fff;
position:relative;
left:-1px;

 }
 

a:hover {
font-weight: bold;
text-decoration: none;
border:1px dotted #C44500;
position:relative;
left:-1px;


 }



h1{

font-size: 18px;
margin-top:0;
margin-bottom: 20px;
font-family: verdana;
line-height: 30px;

}

h2{

font-size: 14px;
margin-bottom: 15px;
font-family: verdana;
line-height: 16px;

}

h3{
font-size: 12px;
margin-bottom: 10px;
font-family: verdana; line-height: 16px;

}

h4{
font-size:10px;
font-family: verdana;
line-height: 16px;
}

h5{
font-family: verdana;
line-height: 16px;
font-weight:normal;
font-size: 10px;
color:#BBB0A3;
margin: 5px 0px 0px 0px;
padding:0;
}

.btn{
cursor:pointer;
padding: 5px;
margin: 0px 0px 0px 15px;
color: #C44500;
font-weight:bold;
}

.closed{
margin: 20px 0px 0px 20px;
height:25px;
overflow:hidden;
}

.opened{
margin: 0px 0px 20px 20px;
width:80%;
margin:20px;
}

.column1{
min-height:250px;
min-width:200px;
width:60%;
margin:10px;
padding:10px;
}

.column2{
float:right;
min-height:250px;
min-width:260px;
margin:10px;
padding:10px;
}

.footer{
float:left;
margin:20px;
padding:10px;
border-top:1px solid #ccc;
background-color:#fff;
width:95%;
}

input, textarea {
	border:1px solid #999087;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999087;
	padding:5px;
	width:600px;
	
}
.btn input {
	width:100px;
	text-transform:uppercase;
	font-weight:bold;
	margin-right:5px;
	color:#999087;
	cursor:pointer;
}
