/* CSS Document */
/* font classes */
.leftmenuhed {
	font-family: arial;
	font-weight: bold;
	font-size: 11pt;
	color: #0066CC
}
.warning {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: red; 
}
.header {
	font-family: arial;
	font-size: 18pt;
	color: #0066CC;
	font-weight: bold;
	}
.headtext {
	font-family: arial;
	font-size: 12pt;
	color: #000033;
	}
.h3 {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold; 
	color: #0066CC;
	}
.h4 {
	font-family: arial;
	font-size: 11pt;
	font-weight: bold; 
	color: #0066CC;
	}
.body1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: black; 
	list-style-type: square;
}

.body1 ul{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: black; 
	list-style-type: square;
}
.body1bold {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: black; 
	list-style-type: square;
}