
/* - REDEFINED HTML TAGS- */

body {
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 12px 6px;

}

td {
	font-family: Verdana, sans-serif;
	font-size: 11px;

}

th {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* - CUSTOM CLASSES - */
/* - insert your customized code in this area - */
h1 {
	font-size: 18px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 5px 0 6px;


}
h2 {
	font-size: 14px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 6px;

}
h3 {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 6px;

}



.pmain {font-size: 11px; line-height: 1.4em; margin-left: 6px; margin-right: 4px}

.pside {font-size: 11px; line-height: 1.3em; margin-left: 6px; margin-right: 4px; color: #FFFFFF}

.faqs {font-size: 12px; line-height: 1.3em; margin-left: 6px; margin-right: 4px}

.headercal {font-size: 11px; font-weight: bold; color: #FFFFFF; margin-left: 6px; margin-right: 5px} 

.calendar {font-size: 11px; line-height: 1.5em; margin-top: 5px; margin-left: 6px; margin-right: 3px}

.leftnav {color: #881C1C; font-size: 11px; font-weight: bold; line-height: 1.3em; margin-left: 8px; margin-right: 4px} 
 
.subnav {color: #881C1C; font-size: 10px; line-height: 1.3em; margin-left: 12px; margin-right: 4px} 

/* - Applied to the right sidebar links and headers - */

.qlinksheader {color: #881C1C; font-size: 12px; font-weight: bold} 

.qlinks {font-size: 11px; line-height: 1.8em; margin-left: 6px;} 


/* - Applied to text in the footer - */

.footer {
	color: #000000;
	margin-left: 10px;
}

.headernav {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}


/* - Applied to table for the bread crumbs for to color text of non-linked widgets- */

.crumbs {
	color: #881C1C;
	font-size: 10px;
	margin-left: 6px;
}

A:link {
color: #881C1C;
}
A:visited{
color: #881C1C;
}
A:active {
	color: #881C1C;
	
}

A:hover {
	color: ##881C1C;
	text-decoration: none;
}

/* - Custom Class for default font override - */
/* - Use to override other styles making the text appear as the default font - */

.normal {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
