body
{ 
	font-family: arial, helvetica, sans-serif;
	color: #666; 
	font-size: x-small;
	background-color: #fff;
}

table
{
	font-size: x-small;
}

h1
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #324396;
}

h2
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: #666;
}

#main
{
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	padding-bottom: 5px;
}

#border
{
    border: 1px #324396 solid;
}


a:link, a:active, a:visited
{
	color: #324396;
	text-decoration: underline;
}

a:hover
{
	color: #324396;
	text-decoration: none;
}


.right
{
	float: right;
	margin: 0px 0px 5px 10px;
}


.footer

{
	font-family: arial, helvetica, sans-serif;
	font-size: xx-small;
	color: #666;
}

ul li	
{
	 font-family: arial, helvetica, sans-serif;
	 font-size: x-small;
	 font-colour: #666;
	 list-style-type: image;
	 list-style-image:  url(images/bulletpoint.gif);
}

.red
{
	color: #b22d24;
}

.bottom	{
	background-image: url(images/footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.blue
{
	font-family: arial, helvetica, sans-serif;
	font-size: x-small;
	color: #324396;
}