﻿body 
{
	font-family:Arial;
}
h1
{
	font-size:18pt;
}
h2
{
	font-size:12pt;
}
.main
{
	width:800px;
}
.footer
{
	font-size:7pt;
	text-align:center;
	width:100%;
}
.bg1
{
	color:#000000;
	font-size:12pt;
	font-weight:bold;
	background-color:#0084C5;
	text-align:center;
}
.menu
{
	background-image:url(_images/button.gif);
	background-repeat:no-repeat;
	width:144px;
	height:36px;
	text-align:center;
}

.link
{
	color:white;
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
}

.link:hover
{
	color:black;
}

.nlink
{
	color:#0084C5;
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
}

.nlink:hover
{
	color:black;
}
