body {
	background:#FFF;
	margin:auto 0; 
	padding:0px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}
	
.content h4{
	color:#1f0850;

}
	
.content {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:707px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	text-align:center;
	
	
}
	
	
a:visited {  color: #000000; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
a:link {  color: #000000; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
a:hover {  color: #17003D; text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
td, textarea, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#1f0850;

}
.sm {
	font-size: 10px;
}
.bigger {
	font-size: 22px;
	font-weight: bold;
}




#header{
	width:707px;
	height:180px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	text-align:center;
	}

#text{
	padding:20px;
	text-align:left;
	width:707px;
	color:#333;
}

.footer{
	background-color:#19023e;
	height:50px;}

.line{
	background-color:#1f0850;

	height:1px;
	margin-top:30px;
}

h2 {
	color:#1f0850;
	
}