* {
	margin: 0px;
	padding:0px;
}

html { 
	font-size: 100%;
}

body { 
	font-size:62.5%;
	background-color: #0080bf;
}

img {
	border: none;
}

p {
	margin-bottom: 3px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #002f5e;
	line-height: 14px;
	text-decoration: none;	
}

.header-text, .header-text a {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
.header-text a:hover {
	color: #ff9411;
}
.footer-text {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
.body-text {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #002f5e;
	line-height: 14px;
	text-decoration: none;
}

.body-text a {
	color: #106d9b;
	text-decoration: none;
}

.body-text a:hover {
	color: #106d9b;
	text-decoration: underline;
}

.date-text {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #002f5e;
	line-height: 14px;
	font-style: italic;
}

h1, .heading-text {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #002f5e;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
}

.leftnav-text, leftnav-text a {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #002f5e;
	line-height: 14px;
	text-decoration: none;
}
.leftnav-text a:hover {
	color: #106d9b;
	text-decoration: none;
}

.frmLabel {
	font-family: arial;
	font-size: 10px;
	font-weight: 300;
	font-style: normal;
	color: #002f5e;
	text-decoration: none;

	text-align:right;
	margin-right:20px;
}
	
.frmTextArea {
	width:250px;
	height:60px;
	border:0;
	background:#91ceed;
	font-size: 10px;
	font-weight: 300;
	font-family:arial;
	color:#002f5e;
}
	
.frmInput {
	width:250px;
	height:20px;
	border:0;
	background:#91ceed;
	font-size: 10px;
	font-weight: 300;
	font-family:arial;
	color:#002f5e;
}

.frmSelect {
	width:250px;
	height:20px;
	border:0;
	background:#91ceed;
	font-size: 10px;
	font-weight: 300;
	font-family:arial;
	color:#002f5e;
}
