/* 

Headings and sub headings 

*/

.head      { color: #ce0909; font-size: 14px; font-family: "Comic Sans MS"; font-weight: bold; border-style: none none solid; border-width: medium medium 1px; border-color: #005900 }

.title      { color: #ce0909; font-size: 14px; font-family: "Comic Sans MS"; font-weight: bold; text-decoration: none }
.subhead      { color: #ce0909; font-size: 12px; font-family: "Comic Sans MS"; font-weight: bold; line-height: 14px; text-decoration: none }
/* 

Main Text

 */
 
.para      { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 16px; font-stretch: normal; text-decoration: none }
.parasmall { color: black; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 16px; font-stretch: normal; text-decoration: none }
.para :link    { color: #CE0909; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; text-decoration: none }

.para :link :hover    { color: #CE0909; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; text-decoration: underline }
.para :link :visited    { color: #CE0909; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; text-decoration: none }
/* 

Navigation

 */

.navitem  { font-size: 11px; font-family: "Comic Sans MS"; font-weight: bold; line-height: 16px; text-decoration: none; padding: 0 }

.navitem a, .navitem span {
	padding: 2px 0;
	line-height: 16px;
	text-indent: 2px;
	text-decoration: none;
}

.navitem a, .navitem a:visited {
	color: #CE0909;
	text-decoration: none;
}

.navitem a:hover, .navitem span {
	color: #CE0909;
	text-decoration: none;
}

.navitem_sel  { font-size: 12px; font-family: "Comic Sans MS"; font-weight: bold; line-height: 16px; text-decoration: none; padding: 0 }
.navitem_sel a, .navitem_sel a:visited {
	color: #CE0909;
	text-decoration: none;
}

.navitem_sel a, .navitem_sel span {
	padding: 2px 0;
	text-indent: 2px;
	text-decoration: none;
}

/*

SUBNavigation

 */

.sub {
	padding: 0;
	font-family: Arial; 
	font-weight: bold; 
	font-size: 10px;
	text-decoration: none;
}

.sub a, .sub span {
	padding: 2px 0;
	text-indent: 4px;
	text-decoration: none;
}

.sub a, .sub a:visited {
	color: #ED8000;
	text-decoration: none;
}

.sub a:hover, .sub span {
	color: #C50029;
	text-decoration: none;
}

.sub_sel {
	border-top: #666666 solid 1px;
	border-left: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
	border-right: #666666 solid 1px;
	padding: 0;
	font-family: Arial; 
	font-weight: bold; 
	font-size: 10px;
	text-decoration: none;
	
}
.sub_sel a, .sub_sel a:visited {
	color: #C50029;
	text-decoration: none;
}

.sub_sel a, .sub_sel span {
	padding: 2px 0;
	text-indent: 2px;
	text-decoration: none;
}
