/** style.css
 * CSS style and Class definition(s)
 */
html, body {
	margin: 0px;
	border: 0px;
	width: 100%;
	height: 100%;	
	overflow: auto;
	background: #55737A;
	
	color: #132A91;	
	font-size: 11px;
 	font-family: Arial;
}

form, table {
	width: 100%;
	height: 100%;
	margin: 0px;
	background: #f8fbfe;
}

td, th, p {
	color: #ffffff;
	font-size: 11px;
 	font-family: Arial;
}

p {
	text-align: justify;
}

ul {
	list-style-type: square;
	color: #132A91;
}

li {
	color: #479fdd;
}

a, a:link, a:visited {
	color: #ffffff;
	font-size: 11px;
 	font-family: Arial;
	text-decoration: none;
}

a:hover {
	color:#55737A;
	text-decoration: underline;
}


