h1 {
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:14pt;
	color:#9591C5;
	text-transform:uppercase;
	font-weight:normal;
}



.box {border:1px solid #465C73;text-align:center;padding:5px;}
.img {height:238px;width:238px;border:1px solid #BCC8D6;}

.textinput {
	outline: none;
	text-decoration: none;
	font: 14px/100% 'Arial', sans-serif, Helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: black;
	border: solid 1px silver;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:left;
	background: #EEEEEE;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
	background: -moz-linear-gradient(top,  #FFFFFF,  #EEEEEE);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE');
}


.button {
padding:3px;
	float:right;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px 2px 5px #3B3444;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	width:125px;
	background-color:#9F9BD7;
	color:white;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #FFEB2D;
	
}
.button:hover {
	text-decoration: none;
	background-color:#485D75;
}



.maintext {font-family:Arial;font-size:12pt;color:#5E5E5E;}
body {font-family:Arial;font-size:10pt;color:black;}
a:link, a:visited, a:active {color:#6E7E8C;}
a:hover {color:#4E6680;}
.navtext {text-align:center;color:white;font-family:Arial;font-size:15pt;font-weight:bold;padding-top:10px;text-shadow:1px 1px 0px #000000;}

.white {text-transform:uppercase;color:white;font-size:16pt;font-family:arial;}

.black {text-transform:uppercase;color:#202020;font-size:20pt;font-family:arial;text-align:left;}
.black .small {text-transform:uppercase;color:#202020;font-size:11pt;font-family:arial;position:relative;top:2px;text-align:left;}

.footerb {width:996px;height:80px;background:url('images/footer.gif') center center no-repeat;text-align:center;font-family:Arial;font-size:10pt;color:#5E5E5E;}