﻿<STYLE>

body    {
	margin: 0;
	padding: 0;
	width: 900;

	}
pre	{font: 12pt "Times New Roman";
	color: black
	}
H1 	{font: bold 20pt Arial;
	color: black
	}
H2 	{font: bold 18pt arial; 
	color: black
	}
H3 	{font: bold 16pt Arial; 
	color: black
	}
H4 	{font: bold 12pt Arial; 
	color: black
	}
H5 	{font: bold Italic 12pt Arial; 
	color: black
	}
a   	{
	font-weight: normal;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: red
  	}
a:visited {color:purple
	}
a.menu:{
	font-weight: normal;
	text-decoration: none;
	color:blue
	}
a.menu:hover {
	text-decoration: underline;
	color: blue;
	font: Italic
  	}
a.menu:visited {color:blue
	}


strong  {font-weight: bold
	}
.alert  {font: bold 12pt Arial;
          color: red
	}
.caption  {font: italic 10pt Arial;
          color: black
	}


#header {
	background-color: #FFFF66;
	height: 75px;
	position: fixed;
	margin-left: 5px;
	margin-right: 5px;
}

.right {
	text-align: right;
}
