﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
}
.GeneralHeading
{
	font-weight: bold;
}
.smallLink
{
	font-size: 10px;
	font-weight: bolder;
}
.Highlight
{
	
	font-size: medium;
	font-weight: bolder;
	color: #E48B18;
}
.Heading1
{
	
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
.Highlight2
{
	font-size: 15px
	}
.ItalicsNoHighlight {
	font-size: 16px;
	font-style: italic;
}
.HighlightItalics 
{
	font-size: 16px;
	font-style: italic;
	color: #000000;
	font-weight: bold;
}
.ItalicsColored {
	color: #333333;
	font-style: italic;
	font-weight: bold;
}
.ContentTight
{
	
	position:absolute;
	top:80px;
	left:0px;
	bottom:60px;
	right:0px;
}
.PicLabel 
{
	font-size: 12px;
	font-weight: bold;
	text-align:center; 
	background-color: #FFFF66; 
	border: 1px solid #000000
}
.small
{
	font-size: small;
}
.smallitalic
{
	font-size: 9pt;
	font-style: italic;	
}
#navbar {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#wrapper 
{
	margin: 0 auto; 
	padding-bottom: 60px; 
	position: relative;
} 
#ContentArea
{
	overflow:hidden;
	position:absolute;
	top:80px;
	left:0px;
	bottom:60px;
	right:0px;
}
a
{
	color: #E48B18;
}

