*{
	margin:0px;
	padding:0px;
	border:none;
	background:none;
	font-size:100%;
	min-height:1%;
}
body{
	font:100% "Tahoma", sans-serif;
	color:#555555;
	background-color:#f0f0f0;
	/*background:#F2FDFF url(../images/bg.png) top center repeat-x;*/
}
a,a:visited{
	color:#0000ff;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6, h7, h8{
	font-weight:normal;
	margin:0px;
	padding:0px;
}
.h1{font-size:300%;}
.h2{font-size:250%;}
.h3{font-size:200%;}
.h4{font-size:150%;}
.h5{font-size:100%;}
.h6{font-size:80%;}
.h7{font-size:60%;}
.clear{
	clear:left;
	clear:right;
	clear:both;
}
hr{
	height:1px;
	background-color:#cccccc;
	color:#cccccc;
}
ul{
	list-style-type:disc;
}
ul li ul{list-style-type:square;}
ul li ul li ul{list-style-type:circle;}
ul li ul li ul li ul{list-style-type:disc;}
ul li ul li ul li ul li ul{list-style-type:square;}
ul li ul li ul li ul li ul li ul{list-style-type:circle;}
p{
	margin-bottom:5px;
}
quote, code{
  margin-left:20px;
}
code, pre, kbd{
  font-size: 80%;
}
pre{
  margin-left:20px;
  white-space: pre-wrap;
}
legend{
	font-weight:normal;
	font-size:120%;
}
input[type=text],input[type=password],textarea{
	background-color:#E0E8D6;
	padding:1%;
	margin-bottom:1px;
	color:#808080;
	border:thin solid #cccccc;
}
input[type=text]:hover,input[type=password]:hover,textarea:hover,input[type=text]:focus,input[type=password]:focus,textarea:focus,select:hover,select:focus,select:active{
	color:#808080;
	box-shadow:0px 0px 5px #cccccc;
	-moz-box-shadow: 0px 0px 5px #cccccc;
	-khtml-box-shadow: 0px 0px 5px #cccccc;
	-webkit-box-shadow: 0px 0px 5px #cccccc;
	background-color:#E0E8D6;
}
input[type=submit],input[type=reset],button{
	background-color:#E0E8D6;
	padding:10px;
	margin-top:2px;
	margin-bottom:2px;
	color:#808080;
	cursor:pointer;
}
input[type=submit]:hover,input[type=reset]:hover,button:hover,input[type=submit]:focus,input[type=reset]:focus,button:focus{

	color:#000000;
	box-shadow:0px 0px 5px #cccccc;
	-moz-box-shadow: 0px 0px 5px #cccccc;
	-khtml-box-shadow: 0px 0px 5px #cccccc;
	-webkit-box-shadow: 0px 0px 5px #cccccc;
}
input[type=submit]:active,input[type=reset]:active,button:active{
	background-color:#F7B64C;
	color:#fefefe;
	box-shadow:0px 0px 5px #F7B64C;
	-moz-box-shadow: 0px 0px 5px #F7B64C;
	-khtml-box-shadow: 0px 0px 5px #F7B64C;
	-webkit-box-shadow: 0px 0px 5px #F7B64C;
}
select{
	background-color:#fefefe;
	border:1px solid #f0f0f0;
	padding:10px;
	margin-top:2px;
	margin-bottom:2px;
	color:#333333;
	cursor:pointer;
	width:200px;
	max-width:200px;
}
select option{
	width:180px;
	max-width:200px;
}
img{border:0px;}
.clear{
	clear:both;
}
.page{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	top:0px;
	background-color:#FFFFFF;
}
.shadow{
	box-shadow:0px 0px 15px #666666;
	-moz-box-shadow: 0px 0px 15px #666666;
	-khtml-box-shadow: 0px 0px 15px #666666;
	-webkit-box-shadow: 0px 0px 15px #666666;
}
.shadow_solid{
	box-shadow:0px 0px 5px #cccccc;
	-moz-box-shadow: 0px 0px 5px #cccccc;
	-khtml-box-shadow: 0px 0px 5px #cccccc;
	-webkit-box-shadow: 0px 0px 5px #cccccc;
}
.text_shadow{
	text-shadow: 1px 1px #cccccc;
	-webkit-text-shadow: 1px 1px #cccccc;
	-o-text-shadow: 1px 1px #cccccc;
	-khtml-text-shadow: 1px 1px #cccccc;
	-moz-text-shadow: 1px 1px #cccccc;
}
.title{
	color:#000000;
	font-size:150%;
	padding-bottom:5px;
	padding-left:5px;
}
.txt{
	color:#555555;
	padding:10px;
	padding-top:30px;
	padding-bottom:30px;
}
.banner{
	padding:5px;
	font-size:120%;
}
.content{
	padding:5px;
	font-size:90%;
}
.footer{
	font-size:90%;
}
.alert{
	background-color:#DF534E;
	border:thin solid #A44C48;
	color:#fefefe;
	font-weight:bold;
	padding:5px;
	margin:3px 0;
	font-size:100%;
	width:99%;
	border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	margin-left:-6px;

}
.alert ul{
	list-style-type:square;
	margin-left:30px;
	font-size:75%;
}
.alert2{
	background-color:#DF534E;
	border:thin solid #A44C48;
	color:#fefefe;
	font-weight:bold;
	padding:5px;
	margin:3px 0;
	font-size:100%;
	width:99%;
	border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;

}
.alert2 ul{
	list-style-type:square;
	margin-left:30px;
	font-size:75%;
}
.form_required_star{
	color:#ff0000;
	font-size:100%;
	float:left;
	width:10px;
	height:10px;
	margin:5px 5px;
	position:absolute;
}
#loading{
	background-image:url(../../../images/loader.gif);
	width:220px;
	height:19px;
	margin:20px;
	display:none;
}