body,tr,td
	{
	background-color: #ffffff;
	color: #000000;
	font:normal 12pt Arial;
	}

h1
	{
	color: #0099ff;
	font:25pt Arial;
	margin-top:40px;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	font-weight: bold;
	}

h2
	{
	color: #00ccff;
	font:normal 14pt Arial;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%
	}
h3
	{
	color: #FF0000;
	font:14pt Arial;
	font-weight: bold;
	}

h4
	{
	color: #00ccff;
	font:normal 14pt Arial;
	text-align: left;
	}

p
	{
	text-align:left;
	color: #0110ff;
	font:normal 12pt Arial;
	text-indent: 0cm;
	margin:0px 10px 10px 10px;
	}

span
	{
	font:bold 12pt helvetica ;
	color: #3366ff;
	}

img
	{
	margin: 10px 10px 10px 10px
	}

img.top
	{
	vertical-align: text-top;
	}

img.bottom
	{
	vertical-align: text-bottom;
	}

p.center
	{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	}

p.headOne
	{
	font:25pt Arial;
	margin-top:40px;
	margin-left: 5%;
	margin-right: 5%;
	font-weight: bolder;
	text-align:center;
	color: #0099ff;
	}

p.headTwo
	{
	text-align:center;
	color: #00ccff;
	margin-left: 5%;
	margin-right: 5%;
	font:normal 14pt Arial;
	}
	
a.define
	{
	color: #00ff00;
	font:normal 14pt Arial;
	}
#header
	{
	position: fixed;
	width: 100%;
	height: 15%;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	}

#sidebar
	{
	font:10pt Arial;
	position: absolute;
	top: 15px;
	left: 5px;
	}

#main
	{
	position: fixed;
	width: auto;
	height: auto;
	top: 15%;
	right: 0;
	bottom: 100px;
	left: 10em;
	}

#footer
	{
	text-align: center;
	color: #6666ff;
	font:10pt Arial;
	position: fixed;
	width: 100%;
	height: 100px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	}

a:link
	{
	color: #000000;
	}

a:visited
	{
	color: #000000;
	}

a:hover
	{
	color:blue;
	}
