﻿h1{
	font-size: xx-large;
	font-family: /Arial;
	color: #0000FF;
	font-weight: bold;
	text-align: left;
}

h1.style15{
	font-size: xx-large;
	font-family: /Arial;
	color: #0066CC;
	font-weight: bold;
}

h2{
	
	font-size:large;
	font-family:Arial;
	color:black;
	font-weight:bold;
	text-align: left;
}

p{
	font-family: Arial;
	font-size: small;
	color: black;
	text-align: left;
	}
td{
	font-family:Arial;
	font-size: medium;
	color:black
	;
	font-weight:normal;
}

li, ul{
	
	font-family:Arial;
	font-size: small;
	color:#000000;
	list-style-type: circle;
	}