/* Style sheet design by Mike McAllister and Logikbox inc,copyright ©2002 */

.row0 {background-color: e7e7e7;} 
.row1 {background-color: white;}  
 
 
li {color: #000000;}


BODY {
	 
	     scrollbar-3d-light-color:silver;
         scrollbar-arrow-color:#ffffff;
         scrollbar-base-color:silver;
         scrollbar-dark-shadow-color:black;
         scrollbar-face-color:#81A63E;
         scrollbar-track-color: #FFCC06;
         scrollbar-highlight-color:#FFFFFF;
         scrollbar-shadow-color:black
}
 
 

 
/* ANCHOR TAGS */

a {
	 
	font-family :  sans-serif;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	font-size : 12px; 
	color: #2A41AD;
}

a:hover {
	font-family :  sans-serif;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	font-size : 12px;
	color : #990000;
	text-decoration: none;
}
 
a:visited  {
	 
	font-family :  sans-serif;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	font-size : 12px;
	text-decoration: none;
	color: #2A41AD;
}

 


/* END ANCHORS */


/* Start Text Elements ------------------------------------------------------------------------------------*/

.headline {
 	font-size : 20px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight: bold;
	font-family :   Arial Narrow,Arial MT Condensed Light,Helvetica condensed,Helvetica,Tahoma ,Verdana,Arial,sans-serif;
	color : 000000;
 
	 
}
 

.title {
	font-size : 14px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bolder;
	color : 000000;
	line-height: 14px;
	font-family : "Avant Garde", Arial,   serif;
	text-transform : uppercase;
	
}

.title2 {
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bolder;
	color : 7FC31C;
	line-height: 10px;
	font-family : "Avant Garde", Arial,   serif;
	text-transform : lowercase;
	
}
	
.text {
	font-family :  "Avant Garde", Arial,   serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	color: #000000;
}

.address {
	font-family :  "Avant Garde", Arial,   serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	color: #000000;
}

.Callout {
	font-family :  "Avant Garde",sans-serif; 
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	letter-spacing : normal;
	color: #9A1908;
}
.Boxtitle {
	font-size : 14px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bolder;
	color : 000000; 
	line-height: 20px;
	font-family :  serif; 
	}
 
.teaser {
	font-family :  sans-serif; 
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	color: 000000;
}

.newsDate {
	font-family : sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	color: #2A41AD
}

.footer {
	 
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	color: 000000;
	letter-spacing : normal;
 
}

.legal {
	font-family : sans-serif;
	font-size : 10px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	font : Arial, helvetica;
	letter-spacing : normal;
	color: #727272;
}
 

 
/* END text Elements */

/* Start ERRORS and SUCCESS messages --------------------------------------------------------------------------- */
.langerr {
 
	color : 3300ff;
 
}
 
/* TABELS WITH COLOR ------------------------------------------------------------------------------------- */

table.datatables  {
	background : DADADA;
	border : 1px solid;
	border-color : black;
	padding : 0px;
 
	
}

td.datatables {
	border: none;
}

table.listtables {
	padding : 4px;
	border : 1px solid;
	spacing : 2px;
	border-color : black;
	border-bottom-style : none;
	border-left-style : none;
}

table.homedatatables  {
	background : FFE48C;
	border : 1px solid;
	border-color : black;
	padding : 4px;
	border-bottom-style : none;
	border-left-style : none;
	
}
table.homelisttables {
	padding : 4px;
	border : 1px solid;
	spacing : 2px;
	border-color : black;
	border-bottom-style : none;
	border-left-style : none;
}
/* BUTTONS WITH COLOR --------------------------------------------------------------------------------------*/

  INPUT,TEXTAREA, SELECT, OPTION {
	font-family : Arial, sans-serif;
	padding: 2px;
	font-size: 12px;
	color: 000000;
	background-color: DADADA;
	border: inset 1px #708090;
}




 /* End Buttons */