html,
body,
#box {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 90%;
}


table, td, p, a, div, span, ul, li {
	font-size: 100%;
}


table, img  {
	border: none;
}

table
{
	border-collapse: collapse;
}

td
{
	margin: 0em;
	padding: 0em;
	vertical-align: top;
}

h1 {
	font-size: 200%;
	font-family: Tahoma;	
	color: #2e7aa4;
    font-weight:normal;
    letter-spacing:1px;
	margin: 0px 0 20px 0;
}
h2 {
	font-size: 130%;
	font-family: Tahoma;	
	color: #004C8B;	
	margin: 0;
}
h3 {
	font-size: 120%;
	font-weight: bold;
    font-family: Tahoma;
	padding: 0 0 3px 0;
	color: #004C8B;
	margin: 0;
}
h4 {
	font-size: 100%;
	font-weight: bold;
    font-family: Tahoma;
	padding: 3px 0 3px 0;
	color: #3f3f3f;
    text-transform: uppercase;
    letter-spacing:1px;
}


p {
	margin: 5px 0 10px 0;
	xtext-indent: 2em;
	text-align: justify;
}


a:link {
	color: #0880CA;
}
a:active {
	color: #0880CA;
}
a:visited {
	color: #0880CA;
}
a:hover {
	color: #CC0000;
}