/* Body */

BODY {

	color : #000000;

	font-family: Verdana;

	font-size: 12px; }
	
a:link {
	color: #666666; 
	text-decoration: none;
}

a:visited {
	color: #666666; 
	text-decoration: none;
}

a:active {
	color: #666666; 
	text-decoration: none;
}

a:hover {
	color: #E90649; 
	text-decoration: underline;
}


/* Links normal

a.mainlevel:link, a.mainlevel:visited {
	color: #000000; font-family: Verdana;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	text-indent: 0px;
	text-decoration: none
	 width            : 100%;
	}
	
a.mainlevel:hover {
	color: #000000; font-family: Verdana;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	text-indent: 0px;
	text-decoration: none
	 width            : 100%;
	}

a.sublevel:link, a.mainmenu:visited {
	color: #000000; font-family: Verdana;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	text-indent: 0px;
	text-decoration: none
	 width            : 88%;
		}
	
a.sublevel:hover {
	color: #000000; font-family: Verdana;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	text-indent: 0px;
	text-decoration: none
	 width            : 88%;
	}
 */

.mainlevel {
  align			   : left;
  padding-left: 0px;
  
}

a.mainlevel:link, a.mainlevel:visited {
  color            : #000000;
  width            : 95%;
  padding-left	   : 0px;
  padding-top      : 3px;
  padding-bottom   : 0px;
  text-decoration: none;
  
}

a.mainlevel:hover {
  color            : #E90649;
  background-color : #FFFFFF;
  text-decoration: underline;
  padding-left: 0px;
}

a.sublevel:link, a.sublevel:visited  {
  color            : #000000;
  padding-left	   : 2px;
  padding-top      : 1px;
  padding-bottom   : 1px;
  width			   : 80%;
  text-decoration: none;
  
}

a.sublevel:hover {
  padding-left     : 2px;
  color            : #E90649;
  text-decoration: underline;
}





/* Table Column */	

td {

	font-family: Verdana,Arial,Sans-Serif;

	font-size: 12px;

	color: #000000; }	



/* Horizontal Line */	

HR {

	background: #000000;

	height:2px;

    	width:170px;

	border: 1px inset; }





	

/* --Default Class Settings-- */	



.articlehead {

	font-family: Verdana,Arial,Sans-Serif;

	font-size: 16px;

	font-weight: bold;

 	color: #009ACE }

	

.button {

	font-family: Verdana;

	font-style: normal;

	font-weight: bold;

	font-size: 11px;

	color: #000000;

	border-style: solid;

	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px } 



.componentHeading {

	font: bold; 

	font-size: 12px;

	font-family: Verdana;

	color: #000000;

	text-align: left }



.inputbox {

	font-family: Verdana,Arial,Sans-Serif;

	font-size: 11px;

	font-weight: normal;

	color: #666666;

	background: #FFFFFF;

	border: 1px solid; }



.newsarticle {

	font-family: Verdana,Arial,Sans-Serif;

	font-size: 12px;

	color: #333333;

	text-align: left }	



.newspane {

	background-color : White;

	border-bottom : 1px dotted #D0D0D0; }



.newspaneopen {

	border : 0px dotted #DCDCDC; }

	

.poll {

	font-family: Verdana,Arial,Sans-Serif;

	font-size: 12px;

	color: #666666;

	line-height: 14px }

	

.popupwindow {

	background-color : #FFFFFF; }

	

.sectiontableentry1 {

	background-color : #FFFFFF; }



.sectiontableentry2 {

	background-color : #FFFFFF; }



.sectiontableheader {

	background-color : #CB0447;

	color : #FFFFFF;

	font-weight : bold; }

	

.small {

	font-family: Verdana,Arial,Sans-Serif;

	font-size: 12px;

	font-weight: bold;

	color: #FF9900;

	text-decoration: none; }

			

.smalldark {

	font-family: Verdana,Arial,Sans-Serif;

	font-size: 12px; 

	color: #000000; 

	font-weight: normal }



li { list-style: inside url(../images/M_images/arrow.gif) 2px;

	list-style-image: url(../images/M_images/arrow.gif);
padding-left: 0;
margin-left: 0;
}

/** template specified classes **/



.basic_table {

	border: 1px solid #595959;

}

.top_table {

	background-color: #FFFFFF;

	border-bottom: 1px dotted #595959;

}

.nav_table {

	border-left: 1px dotted #595959;
margin: 0px;
}

.path_table {

	border-right: 1px dotted #595959;

}
	
table.moduletable {
	margin: 0px 0px 0px 0px;
	width: 100%;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;
	}

table.moduletable th {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
   color: #DB0C41;
   padding-left: 0px;
}
	
table.moduletable td {

	font-family: Verdana;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	color: #000000; 
	text-indent: 0px;
	
	}
	
.contentheading {
  font             : bold 12px Verdana;
  color            : #DB0C41;
  text-align       : Left;
