/* CSS Document */
html {height:100%}
* {
	margin:0px;
	padding:0px;
	}
body {
	margin-top:30px;
	color:#000;
	background:#F2F8FB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:15px;
	min-height:100%
	}
p {
    margin:10px;
	color:#063868;
	font-size:12px;
	line-height:20px;
	text-align:justify;
	}
h1 {
    margin:10px;
	color:#FFF;
	font-size:16px;
	line-height:30px;	
}
h2 {
    margin:10px;
	color:#999;
	font-size:12px;
	line-height:20px;	
}
a:link, a:hover, a:visited {
	color:#666;
	text-decoration:none;
}

a:hover {
	color:#999;
}

.warning {
	color:#cc0000;	
}
.titlespan {
	color:#1898BB;	
}