/* CSS Document */

body {
	/*background-image: url(../images/notes1.gif);
	background-attachment: fixed;*/
}
#page {
	width: 100%;
	text-align: center;
}
#footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #cccccc;
	font-weight: bold;
}
a.foota, a:link.foota, a:visited.foota {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #cccccc;
	font-weight: bold;
	text-decoration: underline;
}
a:hover.foota, a:active.foota {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
	
a, a:link, a:visited {
	color: #669900;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #99CC00;
	text-decoration: underline;
	font-weight: bold;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	padding-top: 10px;
	line-height: 22px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0033CC;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: underline;
}
h3 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-transform: uppercase;
}
.error {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 2px 2px 2px;
	background-color: #ff0000;
}
.thanks {
	font-weight: bold;
	color: #669900;
}
.frmtable {
	margin: 0px 0 10px 20px;
}
.frmtable th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 15px;
	font-weight: bold;
	text-align: left;
}
.frmlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 15px;
	font-weight: bold;
}
.frmfield, .frmtable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 8px;
	margin-left: 20px;
}
.frmreq {
	color: #FF0000;
}
.frmcancel {
	border: 1px solid #999999;
	background-color: #efefef;
	padding: 4px;
	cursor: pointer;
	margin: 0px 10px 0px 0px;
	color: #333333;
}
.frmsubmit {
	color: #FFFFFF;
	border: 1px solid #0099CC;
	background-color: #0033CC;
	font-weight: bold;
	padding: 4px;
	cursor: pointer;
	margin: 0px 10px 0px 0px;
}
