body, td, font {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

p {
	line-height: 130%;
	margin: 0px;	
}

h1 {
	font-size: 18px;
	margin: 0px;
}

A {
	text-decoration: none;
	font-weight: bold;
	color: #1f4c79;
}

A:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #1f4c79;
}

.navbar-top {
   font-size: 10px;
   background-color: #2b67a4;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.navbar {
   font-size: 10px;
   background-color: #aabed2;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	border-top-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
}

.navbar-link {
   font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.navbar-link:hover {
   font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

.footertext {
   color:#333333;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}

.footertext:hover {
   color:#333333;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}

.form {
	border-style: solid;
	border-width: 1px;
	border-color: #cc3399;
	background-color: #fcf3f9;
	font-size: 11px;
}

.formbutton {
	border-style: solid;
	border-width: 2px;
	border-color: #cc3399;
	background-color: #fcf3f9;
	font-size: 12px;
	font-weight: bold;
	color: #cc3399;
}

.glossaryletter {
	font-size:18px;
	font-weight:bold;
	color:#1f4c79;
}