/* TAG STYLES */

body, td { 
	font-family: comic sans MS, comic sans, times new roman, verdana;
	font-size: 12pt;
	color: #000000;
	

}

h1 { font-size: 13pt; 	font-weight: bold; }
h2 { font-size: 12pt; font-weight: bold; }
h3 { font-size: 12pt; }
h4  { font-weight: bold; }
h5 { text-transform: uppercase; }
h6 { font-style: italic; }


.h-page-bg {
	margin-top: 5;
	margin-left: 5;
	margin-right: 5;
	margin-bottom: 5;
	background-color : #660066;
}


a { 
	color: purple;
	text-decoration: none; 
}

a:hover { 
	color: red; 
	font-weight: bold;
	text-decoration: none; 
}


.h-nav{
	font-size: 10pt;
	text-decoration: none;
	color:white;
}

a.h-nav:active{
	font-size: 10pt;
	text-decoration: none;
	color:white;
}

a.h-nav:visited{
	font-size: 10pt;
	text-decoration: none;
	color:white;
}

a.h-nav:link {
	text-decoration: none;
	color:white;
}

a.h-nav:visited{
	font-size: 10pt;
	text-decoration: none;
	color:white;
}

a.h-nav:hover { 
	color: red;

}


.h-lthead {
	font-size: 14pt;
	font-weight: bold;
	color:white;
}

.h-page-heading {
	font-size: 14pt;
	font-weight: bold;
	color:navy;
}

.h-sub-heading {
	font-size: 12pt;
	font-weight: bold;
	color:black;
}

.h-bold {
	font-weight: bold;
	color:black;
}

.h-soft {
	font-size: 10pt;
	font-style: italic;
	color:black;
}

.h-caption {
	font-size: 8pt;
	font-style: italic;
	color: black;
}


.h-footer {
	font-size: 8pt;
	color:black;
}


 /*-------------------------------------------------------------------------------
	END
*/