<!This CSS file will set up different formats to be used as a subroutine to design all pages in the site-->


body.bg	
{
	font-family: arial,helvetica;
	font-size: 10pt;
	color: #000000;
	background-color: black;
}

h1.blue
{
	color: blue;
	font-size: 15pt;
	font-weight: bold;
	font-style: italic;
	font-family: verdana,arial,helvetica;
}

h1.red
{
	color: red;
	font-size: 15pt;
	font-weight: bold;
	font-style: italic;
	font-family: arial,helvetica;
}

h1.teal
{
	color: teal;
	font-size: 15pt;
	font-weight: bold;
	font-style: italic;
	font-family: arial,helvetica;
}

p.left1
{
	color: black;
	font-size: 11pt;
	font-style: italic;
	font-family: arial, helvetica, times roman;
	font-weight: bold;
	text-align: left;
}

p.left2
{
	color: black;
	font-size: 12pt;
	font-style: italic;
	font-family: arial, helvetica, times roman;
	font-weight: bold;
	text-align: left;
}

p.left3
{
	color: black;
	font-size: 13pt;
	font-style: italic;
	font-family: arial, helvetica, times roman;
	font-weight: bold;
	text-align: left;
}

p.left4
{
	color: black;
	font-size: 14pt;
	font-style: italic;
	font-family: arial, helvetica, times roman;
	font-weight: bold;
	text-align: left;
}

a.navbar
{
	float: left;
	width: 200px;
	padding: 6px;
	font-family: arial,helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
a.navbar:link
{
	color: black;
}
a.navbar:visited
{
	color: black;
}
a.navbar:hover
{
	color: green;
}
a.navbar:active
{
	color: black;
}

a.navbarmod
{
	float: left;
	width: 200px;
	padding: 2px;
	font-family: arial,helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
a.navbarmod:link
{
	color: black;
}
a.navbarmod:visited
{
	color: black;
}
a.navbarmod:hover
{
	color: green;
}
a.navbarmod:active
{

	color: black;
}













	