/* just basic text formatting - nothing special */
		@import "/_common/demo.css";

.padding {padding: 7px;
	}
.sidepadding {padding: 4px;
	}

body{
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 8pt;
	color: #000000;
	background: #DFE1D7;	
	
	}
	
.submenu{
	font:normal 10pt/11pt Verdana, Helvetica, Arial, Sans-serif;
	}

.currnews{
	font:normal 9pt/10pt Verdana, Helvetica, Arial, Sans-serif;
	}

.small {  
	font-family: arial, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333; 
	}

.titles {  
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 12pt; 
	color: #000000; 
	font-weight: bold; 
	
	}

.largetitles {  
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 14pt; 
	color: #000000; 
	font-weight: bold; 
	padding: 10px;
	}

.itatitles {  
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-style: italic;
	color: #000000; 
	font-weight: bold;
	}

.smtitles {  
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11pt; 
	color: #000000; 
	font-weight: bold;
	}

.lntitles {  
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #000000; 
	font-weight: bold;
	}

.quotitles {  
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	font-style: italic;
	}

.smtext {  
	font-family: times new roman, times, serif; 
	font-size: 10px; 
	color: #000000;
	padding-left: 15px; 
	padding-right: 15px;
	}

.greytext {  
	font-family: times new roman, times, serif; 
	font-size: 10px; 
	color: 666666;
	}

A.style1:link {
	font-family: Verdana, Helvetica, sans-serif;
	color: CC0000;
	font-size: 9pt;
	text-decoration: none;
	}
	
A.style1:active   {
	color: 003366;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration : none;
}
/* Same as the all othe link properties except hover */ 



A.style1:visited  {
	color: 666666;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration : none;
}
/* Same as the all othe link properties except hover */ 



A.style1:hover   {
	color: FFFFFF;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	background-color : CC0000;
}
/* This style changes the color on links back to grey when you roll-over */ 

A.style2:link {
	font-family: Verdana, Helvetica, sans-serif;
	color: CC0000;
	font-size: 8pt;
	text-decoration: none;
	}
	
A.style2:active   {
	color: 003366;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration : none;
}
/* Same as the all othe link properties except hover */ 



A.style2:visited  {
	color: 666666;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration : none;
}
/* Same as the all othe link properties except hover */ 



A.style2:hover   {
	color: FFFFFF;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	background-color : CC0000;
}
/* This style changes the color on links back to grey when you roll-over */ 

		
		.menuActuator a { 
			color:#333333;
			font-weight:bold;
			font-size:12px;
			font-family:arial;
		}

		.menu {
			font-family:verdana;
			color:#666666;
			font-size:10px;
			background-color:#cccccc;
			layer-background-color:#cccccc;
		}

