h1  {
	font-family:  Tahoma,Arial,Helvetica;
	font-size:18pt;
	font-weight:bold;
	color:#CC0000;
}

h2 {
	font-family: Tahoma,Arial,Helvetica;
	font-size:16pt;
	font-weight:bold;
	color:#CC0000;
}

h3 {
	font-family:  Tahoma,Arial,Helvetica;
	font-size:14pt;
	font-weight:bold;
	color:#CC0000;
}

h4 {
	font-family: Tahoma,Arial,Helvetica;
	font-size:13pt;
	font-weight:bold;
	color:#CC0000;
}

h5 {
	font-family: Tahoma,Arial,Helvetica;
	font-size:12pt;
	font-weight:bold;
	color:#CC0000;
}

h6 {
	font-family:  Tahoma,Arial,Helvetica;
	font-size:11pt;
	font-weight:bold;
	color:#CC0000;
}
body {
	background-color: #ffffff;
	margin-top: 0;
}

body, p, li, td, ul, table, tr {
	font-family: georgia,times, times new roman,Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
}
	
a.menu:link, a.menu:visited {
	font-size: 10pt;
	/*font-weight: bold;*/
	text-transform: none;
	color: #004a7d;
}

a.menu:hover {
	color: black;
}

a:link, a:visited {
	color: #004a7d;
}

a:hover, a:active {
	color: red;
}

.boxBG {
	background-image: url(images/box_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bullets {
	list-style-image: url(images/arrow.gif);
	list-style-position:outside;
	margin:0px;
	padding-left:20px;
	padding-top:0px;
	
}