@charset "utf-8";
/* CSS Document */

body
	{
	margin:0px;
	background-image:url(images/backgroundimage.jpg);
	}
a:link
	{
	text-decoration: none;
	
	}
a:visited
	{
	text-decoration: none;
	}
a:hover
	{
	text-decoration: underline;
	}
a:active
	{
	text-decoration: none;
	}
.border1
	{
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	}
.heading
	{
	font-family:Verdana, Tahoma, Arial;
	color:#849B94;
	font-size:12px;
	font-weight:bold;
	}
.largeheading
	{
	font-family:Verdana, Tahoma, Arial;
	color:#CCCCCC;
	font-size:13px;
	font-weight:bold;
	}
.normaltext
	{
	font-family:Verdana, Tahoma, Arial;
	color:#CCCCCC;
	font-size:12px;
	}
.normaltextwhite
	{
	font-family:Verdana, Tahoma, Arial;
	color:#ffffff;
	font-size:12px;
	}
.padding10
	{
	padding:10px;
	}
.footertext
	{
	font-family:Verdana, Tahoma, Arial;
	font-size:11px;
	color:#333333;
	padding-bottom:3px;
	}
.largeheadingtop
	{
	font-family:Verdana, Tahoma, Arial;
	color:#0099FF;
	font-size:13px;
	font-weight:bold;
	}
	.fsize
	{
	font-size:10px;
	}
	
	*{
	font-size:12px;
	color:#0099ff;
	}
	
	
