/* CSS Document */

body {
margin-top: 0;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #fff;
line-height: 130%;
background-color: #0057A8;
}


h1 {
	font-size: 25px;
	font-weight:lighter;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 12px;
	line-height:1;
	letter-spacing: 2px;
	
    
}

h5 {
	font-size: 25px;
	font-weight:lighter;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 2px;
	line-height:1;
	letter-spacing: 2px;
	
	
    
}

h2 {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 2px;
	color: #fff;
	font-weight:lighter;

}

h3 {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;

	color:#333;
}

p {
	font-size: 13px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 12px;
	color:#fff;
	line-height: 170%;
}

ul {
list-style-type: disc;
list-style-position: outside;
margin-top: 2px;
font-size: 12px;
}


a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}

a:active {
	text-decoration: none;
		color: #FF9900;
}



a.menu:link {
	color: #fff;
	text-decoration: none;

}
a.menu:visited {
	text-decoration: none;
	color: #000;

}
a.menu:hover {
	text-decoration: underline;
	color: #000;

}
a.menu:active {
	text-decoration: none;

}


table.main {
font-size: 10px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
border-collapse: collapse;
width: 100%;
padding: 0px;
border-spacing: 0px;

}

table.main td {
padding: 0px;
			border-spacing: 0px;
	background-color: #fff;

		margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;


}

table.nav {
font-size: 12px;
color: #333;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
border-collapse: separate;
padding:0px;
border-spacing:1px;
width: 100%;
	background-color: #fff;
	text-align:center;
}

table.nav td {
border-width: 0px;
	padding: 3px;
	border-style: dotted;
	border-color: gray gray gray gray;
	border-spacing: 5px 5px 5px 5px;
	background-color: #1F8DAD;
	vertical-align:middle;
	width:120px;

}

table.smalltable {
font-size: 11px;
border:thin;
border-style: dashed dashed dashed dashed;
margin-top: 0px;
margin-right: 0px;
margin-bottom:0px;
margin-left: 0px;
position:inherit;
border-collapse: collapse;
width: 100%;
} 

table.smalltable td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: none;
	border-color: gray gray gray gray;
}


textarea {
border: 1px solid #999;
width: 260px;
height: 50px;
font-size: 11px;
background: #fff;
}

