/* Normal font */
body, p, td, th, ul, ol, li, dl, dd, center, blockquote {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px; }

/* Altered font sizes */
.xxxsm { font-size: 7px; }
.xxsm { font-size: 8px; }
.xsm { font-size: 9px; }
.sm { font-size: 10px; }
.med { font-size: 11px; }
.norm { font-size: 12px; }
.lg { font-size: 13px; }
.xlg { font-size: 14px; }
.xxlg { font-size: 15px; }
.xxxlg { font-size: 16px; }

/* Altered font colors */
.alertColor1 { color: #FF0000; }
.RequiredField { color: #FF0000; }

/* Special fonts */
.smcolor1 { font-size: 10px; color: #000033; }
.smcolor2 { font-size: 10px; color: #000033; }
.smcolor3 { font-size: 10px; color: #000033; }
.smred { font-size: 10px; color: #990000; }
.smlite { font-size: 10px; color: #666666; }
.ShowMsg { color: #FF0000; font-weight: bold; }
.headtext {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none; }
.menutitle {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none; }

/* Headings and titles */
H1 { font-family: verdana, arial, helvetica, sans-serif;
	font-size: 19px; color: #003366; font-weight: bold;
	margin-top: 0px; margin-bottom: 0px; }
H2 { font-family: verdana, arial, helvetica, sans-serif;
	font-size: 17px; color: #003366; font-weight: bold;
	margin-top: 0px; margin-bottom: 0px; }
H3 { font-family: verdana, arial, helvetica, sans-serif;
	font-size: 15px; color: #003366; font-weight: bold;
	margin-top: 0px; margin-bottom: 0px; }
.PageTitle {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #003366;
	font-weight: bold; }

/* Link fonts */
A:link, A:visited, A:active {
	color: #0000CC;
	text-decoration: underline; }
A:hover {
	color: #990000;
	text-decoration: underline; }
A.headnav:link, A.headnav:visited, A.headnav:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none; }
A.headnav:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline; }
A.menua:link, A.menua:visited, A.menua:active {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #336699;
	text-decoration: none; }
A.menua:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #336699;
	text-decoration: underline; }
A.menub:link, A.menub:visited, A.menub:active {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none; }
A.menub:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: underline; }
A.SAMPLE:link, A.SAMPLE:visited, A.SAMPLE:active {
	color: #003399; }
A.SAMPLE:hover {
	color: #003399; }
A.BookmarkName {
	text-decoration: none; }

/* Form fields fonts */
.ffsm {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px; }
.ffmed {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px; }
.ffnorm {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px; }
.fflg {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px; }
.selmed {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px; }

/* Buttons */
input.button1 { 
	background-color: #003366;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: #587A9B solid 1; 
	border-bottom: #002142 solid 1; 
	border-right: #002142 solid 1; 
	border-left: #587A9B solid 1; 
	cursor: hand; }
input.button2 { 
	background-color: #003366;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: #587A9B solid 1; 
	border-bottom: #002142 solid 1; 
	border-right: #002142 solid 1; 
	border-left: #587A9B solid 1; 
	cursor: hand; }
input.DeleteButton { 
	background-color: #CC0000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand; }

/* custom */
td.requestformtd {
	background-color : #EAF4FF;
	border-left : 1px solid #CCCCCC;
}
ul.homeprograms {
	list-style : square inside;
	margin-top : 15px;
	margin-left : 10px;
	font-size : 14px;
}
.homelocationhead {
	color : #666666;
	font-size : 13px;
	font-weight : bold;
}
.homelocationlinksize {
	font-size : 11px;
}
A.homeprogramslink:link, A.homeprogramslink:visited, A.homeprogramslink:active, A.homeprogramslink:hover {
	font-size: 14px;
	font-weight: bold;
}
ul.leadprograms {
	list-style : square outside;
	margin-top : -10px;
	margin-left : 25px;
}
