.redHighlight {
	color: #CC0000;
}

.greenHighlight {
	color: #006633;
}

.highlighter {
	background-color: #FFFF33;
}


.largebluelinks {


	font-size: 14pt;
	color: blue;
	font-family: Helvetica,Arial,sans-serif;
	
}
/* HTML Tags */
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

body {
	background-color: #053B57;
	background-image:url(images/1bg.jpg);
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 31px;
  text-align: center;
}

h2 {
	font-size: 26px;
	text-align: center;
}

h3 {
	font-size: 23px;
  text-align: center;
}

h4 {
	font-size: 22px;
	text-align: center;
}

h5 {
	font-size: 19px;
  text-align: center;
}

h6 {
	font-size: 17px;
  text-align: center;
}

ol {
	font-weight: bold;
}

p {
	font-size: 15px;
}

span {
	font-size: 17px;
}

small {
	font-size: 13px;
}



