/* 
the tag definitions below need to be identical to those at abbc.css
This is to limit user control of the site with the forms, 
but allow them to see their text formatted correctly in the WYSIWYG editor */

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #994212;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	font-size: 10px;
}

table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}

/* These are pulled into abbc.css and are only defined here.  Dummy makes the below 
styles all show up, due to a bug in the html editor that doesn't read the first style
after comments*/

.dummy {}

.underlinedHeader {
	font-family: "Times New Roman", Times, serif;	color: #80889b;
    display: block;
	font-size: 14pt;
	border-bottom: 1px solid #80889B;
	text-transform: uppercase;
	font-weight: normal;
}

.header
{
	font-size: 14px;
	font-weight: bold;
	color: #A08A61;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.redHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

.greyHeaderMedium
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
}

.greyHeaderLarge
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}