body { 
	text-decoration: none; 
	background-color: white
 }
h1 { 
	color: #003366; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none 
}
h2 { 
	color: #003366; 
	font: bold 13px Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	border-bottom: 2px solid #003366 
}
li { 
	color: #333333; 
	font: 12px Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	text-transform: none; 
	list-style-type: disc; 
	list-style-position: outside 
}
p { 
	color: #000000; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none 
}
td { 
	color: #000000; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
}
ul { 
	color: #333333; 
	font: 12px Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	text-transform: none; 
	list-style-type: disc; 
	list-style-position: outside 
}
th { 
	color: #FFFFFF; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none 
}
h3 {  
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 12px; 
	font-weight: bold; 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
	margin-top: 5px; 
	padding-top: 5px
}

.table p { 
	color: black; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	background-color: white 
}
.table table { 
	 font-size: 12px; 
	 font-family: Arial, Helvetica, Geneva, sans-serif; 
	 background-color: #333
 }
.table td { 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	background-color: #f5f5f5 
}
.table td h1 { 
	color: black; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	margin-top: 2px; 
	margin-bottom: 0px; 
	margin-left: 0px ; 
	padding-left: 0px
 }
.table td li { color: black; font-size: 12px; font-family: Arial, Helvetica, Geneva, sans-serif }
.table th {
	color: #000033;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background-color: #CECE9C;
	text-align : left;
}
a { 
	color: #003366; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none 
}
a:active { 
	color: #cc0000; 
	font: bold 12px Arial, Helvetica, sans-serif; 
	text-decoration: none 
}
a:hover {
	text-decoration : none;
	color : #CC0000;
}
