body {
	margin:0px;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	line-height:16px;
	margin-bottom:10px;
	}

.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	}
	
.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 22px;
	font-weight:bold;
}
.subtitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 20px;
	font-weight:bold;
}
.navbar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 16px;
	color:#efefef;
}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 14px;
	}
.H2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 18px;
	}

a:link	{
	color:#FF6600;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration:none;
	line-height:22px;
	}

a:visited	{
	color: #FF6600;
	font-weight:bold;
		font-variant:small-caps;
	text-decoration:none;
		line-height:22px;
	}
	
a:hover {
	color: #ffffff;
	font-weight:bold;
		font-variant:small-caps;
	text-decoration:underline;
		line-height:22px;
	}