/*
Filename:     basic.css
Description:  this file holds all style information that should apply to the whole site AND to the editor window
    any classes listed here will appear in the editor style dropdown - if you do not want the item to appear in the dropdown AND do not want
	that style info to be applied to the editor window - put it into site.css
*/

BODY { background-color: #FFFFFF; color: black; font-family:"arial"; font-size:12px; }
div, td, layer { color: black; font-family:"arial"; font-size:12px; margin: 0px; }
input, select, option, textarea {
	font-size:12px;
	font-family: Arial;
}

a.bodybox:link, a.bodybox:active, a.bodybox:visited, a.bodybox:hover { width: 100%; height: 100%; text-decoration: none; color: #000000; vertical-align: bottom; }

.pagetitle {color: #CC0033; text-decoration: none; font-weight: bold; font-size:9pt;}
.heading {color: white; font-weight: bold; font-size:12pt;}
.footer {color: #666666; font-size:8pt; text-decoration:none; text-align: center; }
A.footer:link, A.footer:active, A.footer:visited {color: #666666 ; text-decoration:none; font-size:8pt;}
A.footer:hover {color: #666666; text-decoration:underline; font-size:8pt;}
A.rnav:link, A.rnav:active, A.rnav:visited {color: #666666 ; text-decoration:none; font-size:8pt;}
A.rnav:hover {color: #666666; text-decoration:underline; font-size:8pt;}
A:link, A:active, A:visited {color: #666666; font-size:9pt;}
A:hover {color: #CC0033; font-size:9pt;}

a:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #b42330;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #b42330;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #b42330;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #b42330;
	text-decoration: none;
}

.heading {color: #2052a6; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; font-size:17px; 
	padding-left: 5px; 
}

.subsection {
	font-size: 11px;
}

.smalltxt {
	font-size: 9px;
}

.loginTxt {
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
}

.NormalCopyHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}
.NormalCopyBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	font-weight: bold;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-position: outside;
	list-style-image: url(../images/ULbullet.gif);
}
