body {
 font-family: arial, helvetica, sans-serif;
}
th, tr, td {
 padding:3px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-position: 10px;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 300px;
	height: 100px;
	font-weight: normal;
}
.smalltextarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
}
.copyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.subheadGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}
.copyBoldRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.copyBoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
}
.headerBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border: thin none #003399;
	background-image: url(/Images/bkgd_header.jpg);
	background-repeat: no-repeat;
}
.headerBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border: thin none #003399;
	background-image: url(/Images/bkgd_header_blk.jpg);
}
.copyWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
}

.headerTxtWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border: thin none;
}
.headerRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border: thin none #003399;
	background-image: url(/Images/bkgd_header_red.jpg);
	background-repeat: no-repeat;
}

a:link 		{	 font-size: 18px; font-weight: normal; color: #0000ff; text-decoration: none; }
a:visited 	{	 font-size: 18px; font-weight: normal; text-decoration: none; }
a:active 	{	 font-size: 18px; font-weight: normal; color: #0000ff; text-decoration: none; }
a:hover 	{	 font-size: 18px; font-weight: normal; color: #0000ff; text-decoration: underline; }