/* CSS Stylesheet for Excel */

Body {
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #2F4F4F;
	scrollbar-base-color: #10297B;
	scrollbar-track-color : #21E7EF;
}

A:link	{
	text-decoration: none;
	color: #cc0000;
	font-weight : bold;
}	
		
A:visited	{
	text-decoration: none;
	color: #cf7b0c;
	font-weight : bold;
}	
		
A:active	{	
	text-decoration: none;
	color:	#0b8a00;
	font-weight : bold;
}	
		
A:hover	{
	text-decoration: none;
	color:	#0066ff;
}

HR{
	color : #21E7EF;
	height : 1px;
}

H1{
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
	color : White;
	border : medium double #21e7ef;
	padding : 0px,0px,2px,5px;
	margin : 3px,1px,0px,2px;
	background : #10297B;
	text-align : center;
}

H2{
	font-family : Arial, Helvetica, sans-serif;
	color : #10297B;
	font : small-caps 900 ;
	border-bottom-style : solid;
	border-bottom-width : thin;
	border-bottom-color : Aqua;
	margin-bottom : 5px;
	padding-bottom : 3px;
	font-size : 20px;
	border-top : thin solid Aqua;
	padding-top : 2px;
}

H3{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000080;
	font-weight : 600;
	font-style : normal;
	padding : 0,0,0,0;
	;
	margin : 0,0,0,0;
	;
}

table.m{
	width : 100%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
}

.p1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	line-height : 110%;
	font-weight : normal;
}

.p2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #996699;
	font-style : italic;
	padding : 0,0,0,7;
	font-weight : 600;
}

.p3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000080;
	font-weight : 600;
	font-style : normal;
	text-align : center;
}

.p4{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #6699CC;
	font-weight : bold;
	font-style : italic;
}
	
.p5{
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 34px;
	color : #000080;
	font-weight : bold;
}

.p6{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #000000;
	font-weight : 700;
	text-transform : uppercase;
}

.p7{
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	font-size : 13px;
	font-weight : normal;
	color : #330066;
	line-height : 40%;
	padding-bottom : 8px;
}

.p8{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	font-style : italic;
	color : #999999;
}

.copy{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
}
	


