body {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

a, p, td, dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: blue;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}

.button {
		color : Black;
		background-color : #DCDCDC;
		font-size : 14px;
		font-family: Arial;
		}

.textbox {
		border-width : 2 2 2 2;
		color : black; 
		background-color: white;
		height : 22px; 
		font-size : 14px; 
		font-family: Arial, Helvetica, sans-serif;
}

.textarea {
		border-width : 2 2 2 2;
		color : black; 
		background-color: white;
		font-size : 12px; 
		font-family: Arial, Helvetica, sans-serif;
}

form {
	background-color: white;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
  color: black;
}

.header,h1 {
	font-size : 15pt;
 	font-family : Arial;
 	color : black;
 	font-weight : bold;
}

.subheader {
	font-size : 14pt;
 	font-family : Arial;
 	color : black;
 	font-weight : bold;
		text-decoration: italics;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  font-weight: bold;
	background-color: #DCDCDC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #DEDECA;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.submenu {
 	font-size : 8pt;
 	font-family : Arial;
 	color : black;
}
