a.black 
	{ 
		color: black;
		font-size: 10pt;
		font-weight: bold;
		font-family: trebuchet MS, verdana, Monaco; 
		text-decoration: none ;
		line-height: 1.3 em;
		text-align:left;
	}
	
a.black:hover { 
		color: blue;
		text-decoration: underline; 
		}
p.white 
{ 
		color: white;
		font-size: 11pt;
		font-weight: bold;
		font-family: trebuchet MS, verdana, Monaco; 
		text-decoration: none ;
		line-height: 1.3 em;
		text-align:left;
	}
a.main 
	{ 
		color: #12016C;
		font-size: 14pt;
		font-weight: bold;
		font-family: trebuchet MS, verdana, Monaco; 
		text-decoration: none ;
		line-height: 1.3 em;
		text-align:left;
	}
	
a.main2 
	{ 
		color: #2220AF;
		font-size: 10pt;
		font-weight: bold;
		font-family: trebuchet MS, verdana, Monaco; 
		text-decoration: none ;

	
		}
		
a.main2:hover { 
		color: #5E5FE1 ;
		text-decoration: underline; 
		font-style: none; 
		}	

p.main { 
		color: black;
		font-weight: bold;
		font-size: 10pt;
		font-family: trebuchet MS, arial, Courier, Monaco;
		line-height: 1.2 em;
		text-align:left

		 }
p.inside { 
		color: black;
		font-size: 10pt;
		font-weight: bold;
		font-family: trebuchet MS, arial, Courier, Monaco;
		line-height: 1.5 em;
		text-align:left;

		
		 }

p.titles 
	{ 
	color: #DB3B33;
	//font-weight: 800;
	font-size: 15pt;
	font-family: trebuchet MS;
	vertical-align: sub;
	text-decoration: none 
	}
	
p.special {
		color: 333333; 
		font-style: italic;
		font-size: 10pt;
		font-family: arial, Courier, Monaco;
		line-height: 1.3 em;

		}
		
p.titlessec 
	{ 
	color: #12016C;
	font-weight: 800;
	font-size: 11pt;
	font-family: trebuchet MS, Arial;
	vertical-align: sub;
	text-decoration: none
	 }
	 
.mainlist {
		color: black;
		font-size: 10pt;
		font-weight: bold;
		font-family: trebuchet MS, arial, Courier, Monaco;
		line-height: 1.2 em;
		text-align: left;
		list-style-type: none;
		}
		
.mainlistbul {
		color: black;
		font-size: 10pt;
		font-weight: bold;
		font-family: trebuchet MS, arial, Courier, Monaco;
		line-height: 1.2 em;
		list-style-image: url("../images/arrow.gif");
		text-align:left;
		}