@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font:normal 12px Verdana,Arial;
	color:#6c706c;
	border:none;
	}
	
body{background:#727678 url(../imgs/background.gif) repeat-x left top;}

p{
	line-height:normal;
	letter-spacing: normal;
	font-size:1em;
	margin:15px 0 20px 0;
	color:#6e7c84;
	}
	
p strong span{color:#8ac900; font-weight:bold;}
	
a {text-decoration : none;}
	
a:hover { text-decoration : underline; cursor:pointer;}

strong { font-weight:bold;}

h1{
	display:block;
	border-bottom:1px solid #b6cb1c;
	padding:2px 0 6px 0;
	font-size:1.2em;
	font-style:italic;
	text-align:left;
	color:#b6cb1c;
	font-weight:bold;
	letter-spacing:1px;
	}
	
h2{
	color:#b6cb1c;
	font-size:1em;
	font-weight:bold;
	}
	
h3{
	color:#094096;
	font-weight:bold;
	font-size:1.7em;
	line-height:1em;
	}
	
ul{
	list-style-type:disc;
	list-style-position:inside;
	}
	
ol{
	list-style-type:lower-alpha;
	list-style-position:inside;
	}
	
button{
	background:none;
	cursor:pointer;
	}
	
hr{
	clear:both;
	visibility:hidden;
	margin:0;
	}
	
cite{font-size:0.9em;}
	
label{
	line-height:17px;
	font-size:1.1em;
	color:#ffffff;
	font-weight:bold;
	}
	
input{
	border:1px solid #babbba;
	height:17px; 
	line-height:20px;
	background-color:#ffffff;
	font-size:1em;
	padding:3px 0 0 0;
	}
	
select{
	border:1px solid #babbba;
	width:150px;
	padding:2px 0 2px 0;
	margin:0 20px 0 0;
	}
	
textarea{
	border:1px dashed #094096;
	height:133px;
	background-color:#EFF0EB;
	font-size:1.1em;
	padding:5px 0 0 5px;
	}
