/* CSS Document */
body,html {
	height: 95%; /* ie treats as min-height */
	min-height: 100%; /* ie ignores */
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

body {
	background-color:#ffffff;
}
	
*>body {
height: auto; /* ie ignores child selector, modern browsers replace height declaration */
} 

*>html {
height: auto; /* ie ignores child selector, modern browsers replace height declaration */
} 

p {
	font-size:14px;
	color: #000000;
}

a {
	color: #007097;
	text-decoration:none;
}	
	
a:hover {
	color: #387990;
	text-decoration:underline;
}	

a img {
	border: none;
}
	
h1 {
	color:#007097;
	font-size:36px;
	padding-top: 20px;	
}

h2 {
	color:#007097;
	font-size:25px;
}

h3 {
	color:#666666;
	font-size:14px;
	padding-bottom: 0px;
}

 .text {
	display: block;
	padding: 5px 200px 0px 200px;
	text-align:center;  
}

 img.main-img {
	display: block;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;  
}

