.body {	font-size: 10pt;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: black;}
		
.bodyi {
	font-size: 10pt;
	font-family: Arial;
	color: black;
	font-style : italic;
}	
		
.bodybu {
	font-size: 10pt;
	font-family: Arial;
	color: black;
	font-weight : bold;
}
		
.bodyt {	
		font-family: Arial;
		color: white;
		font-size: 12pt;		
}
			
.links {
	font-family: Arial;
	color: white;
	font-weight: normal;
	font-size: 9pt;
}

.linkst {
	font-family: Arial;
	color: orange;
	font-weight: normal;
	font-size: 10pt;
}

.bodys {	font-size: 8pt;
		font-family: Arial;
		color: white;}
		
.bodysb {	font-size: 8pt;
		font-family: Arial;
		color: black;}
	
a.toolbar {
	text-decoration: none;
	font-size: 10pt;
	font-family: Arial;
	font-weight : normal;
	color: white;
}
a.toolbar:link {
	text-decoration: none;
	font-size: 10pt;
	font-family: Arial;
	font-weight : normal;
	color: white;
	}

a.toolbar:visited {
	text-decoration: none;
	font-size: 10pt;
	font-family: Arial;
	font-weight : normal;
	color: white;
	}

a.toolbar:hover {
	text-decoration: none;
	font-size: 10pt;
	font-family: Arial;
	font-weight : normal;
	color: yellow;
	}

a.toolbar:active {
	text-decoration: none;
	font-size: 10pt;
	font-family: Arial;
	font-weight : normal;
	color: white;
}

a.header {
	text-decoration: none;
	font-size: 14pt;
	font-family: Arial;
	font-weight : bold;
	color: blue;
}
a.header:link {
	text-decoration: none;
	font-size: 14pt;
	font-family: Arial;
	font-weight : bold;
	color: blue;
	}

a.header:visited {
	text-decoration: none;
	font-size: 14pt;
	font-family: Arial;
	font-weight : bold;
	color: blue;
	}

a.header:hover {
	text-decoration: underline;
	font-size: 14pt;
	font-family: Arial;
	font-weight : bold;
	color: blue;
	}

a.header:active {
	font-size: 14pt;
	font-family: Arial;
	font-weight : bold;
	color: blue;
}

a {
	text-decoration: none;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
}
a:link {color: blue;
		font-family: Verdana, Arial, Helvetica, sans-serif;}

a:visited {
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	color: blue;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:active {
	color: Blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	font-size : x-large;
}	

h2 {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-weight : bold;
	font-size : large;
}

h3 {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-weight : bold;
	font-size : medium;
}

p {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : Black;
	font-size: 10pt;
}