ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}


body {
	background-color:#666666;
	font-size:14px;
	color:#F1F1F1;
}

.site_header{
	font-size:16px;
	font-weight:bold;
}

.inputbox{
	border:1px solid #000000;
}
.submit_button{
	border:1px solid #000000;
	background-color:#CCCCCC;
	font-size:12px!important;
	color:#000000;
	width:70px;
}
.link{
	color:#000000;
}
.link:hover{
	color:#FFFFFF;
}

.submit_success{
	width:100%;
	text-align:center;
	color:#FFE7BA;
	font-weight:bold;
	font-size:15px;
	padding-top:15px;
	padding-bottom:15px;
}

.spacer_1{
	height:25px;
}
.spacer_2{
	height:50px;
}
.spacer_3{
	height:75px;
}
.spacer_4{
	height:100px;
}
.spacer_5{
	height:125px;
}
.header{
	font-family:sans-serif;
	font-size:18px;
}
.sub_header{
	font-family:sans-serif;
	font-size:18px;
}
.hp_header{
	font-size:24px;
	border-bottom:1px solid #CCCCCC;
	width:90%;
	text-align:center;
}

.success_prompt{
	width:100%;
	text-align:center;
	padding-bottom:30px;
	font-size:16px;
	color:#CCCCCC;
	font-size:14px;
	font-weight:bold;
}

