/*****************************************/
/* HYPERLINK CLASSES                     */
/*****************************************/
A 					{ text-decoration : none; }
A:LINK 				{ color: #000000; }
A:VISITED 			{ color: #000000; }
A:ACTIVE 			{ background-color:transparent; }
A:HOVER 			{ color: #ffffff; background : #383838; }


/*****************************************/
/* TEXT CLASSES                          */
/*****************************************/
.headertext			{ font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000000; font-weight:bold;}
.maintext 			{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
.maintext_justified	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-align:justify; }
.breadcrumb 		{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #505050; }
.breadcrumb A 			{ text-decoration : underline; }
.breadcrumb A:LINK 		{ color: #505050; }
.breadcrumb A:VISITED	{ color: #505050; }
.breadcrumb A:ACTIVE 	{ background-color:transparent; }
.breadcrumb A:HOVER 	{ color: #ffffff; background : #505050; }
.formtext 			{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #585858; }
.errortext 			{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FF0000; }


/*****************************************/
/* HOMEPAGE TEXT                         */
/*****************************************/
.hometext			{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	color: #666666;
}
.hometext A 		{ text-decoration : none; }
.hometext A:LINK 	{ color: #505050; }
.hometext A:VISITED	{ color: #505050; }
.hometext A:ACTIVE 	{ background-color:transparent; }
.hometext A:HOVER 	{ color: #ffffff; background : #505050; }


/*****************************************/
/* FOOTER TEXT                           */
/*****************************************/
.footer 			{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #7A7A7A; }
.footer A 			{ text-decoration : none; }
.footer A:LINK 		{ color: #7A7A7A; }
.footer A:VISITED 	{ color: #7A7A7A; }
.footer A:ACTIVE 	{ background-color:transparent; }
.footer A:HOVER 	{ color: #F7F7F7; background : #383838; }



/*****************************************/
/* BOX CLASSES                           */
/*****************************************/
.infobox		 	{ background-color: #F7F7F7; border: 1px dashed #C1C1C0; margin-top: 8px; margin-bottom: 8px; padding: 3px 3px 3px 3px; line-height: 14px; }


/*****************************************/
/* Menu Classes                          */
/*****************************************/
#tablist				{ padding: 5px 0; margin-left: 0; margin-bottom: 0; margin-top: 0.1em; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold; color: #000000; }
#tablist li				{ list-style: none; display: inline; margin: 0; }
#tablist li a			{ text-decoration: none; padding: 5px 0.5em; margin-left: 5px; border-bottom: none; background: white; }
#tablist li a:link, #tablist li a:visited	{ color: #000000; }
#tablist li a.current	{ background: #FFFFFF; }
#tabcontentcontainer	{ width:680px; height:20px; }
.tabcontent				{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; display:none; }

/*****************************************/
/* FAQ Classes                           */
/*****************************************/
.question	{  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
.answer 	{  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; display: none; }/* CSS Document */
