.hiddenPic
{
	display:none;
}

.topheading
{
	background-image: url("heading.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

.line
{
	background-image: url("line.gif");
	background-repeat: repeat-x
}

.bgTop
{
	background-image:url("bgTop.jpg");
	background-repeat:repeat-x;
}

.back
{
	background-image:url("back.jpg");
	background-position: center center;
	background-repeat:no-repeat;
}

.bgBot
{
	background-image:url("bgBot.jpg");
	background-position: bottom;
	background-repeat:repeat-x;
}

.heading
{
	font-family: tahoma;
	font-weight: bold;
	font-size: 16;
	color: #000000
}

.mainFontText
{
	font-family: verdana; 
	font-size: 11;
	text-align:justify;
	line-height:1.3;
	color: #000000
}

.smallFont
{
	font-family: verdana; 
	font-size: 9;
	line-height:1.9;
	color: #000000
}

.imageBorder
{
	border: thin solid #CCCCCC;
	border-style: solid;
	border-width: 1
}

.smallFontLink a:link 
{
	font-family: verdana; 
	color: #000000;
	text-decoration: none
}

.smallFontLink a:visited
{
	font-family: verdana; 
	color: #000000;
	text-decoration: none
}

.smallFontLink a:hover 
{
	font-family: verdana;
	color: #000000;
	text-decoration: underline
}

.mainFontTextLink a:link 
{
	font-family: verdana; 
	color: #B1221C;
	font-weight: bold; 
	text-decoration: none
}

.mainFontTextLink a:visited
{
	font-family: verdana; 
	color: #B1221C;
	font-weight: bold; 
	text-decoration: none
}

.mainFontTextLink a:hover 
{
	font-family: verdana;
	color: #000000;
	font-weight: bold; 
	text-decoration: underline
}

input
{
	font-size: 7pt;
	font-family: verdana;
	color: #333333;
	height:18
}

input.big
{
	font-size: 12pt;
	font-family: verdana;
	color: #000000;
	height:24
}

select
{
	font-size: 7pt;
	font-family: verdana;
	color: #333333
}

select.big
{
	font-size: 12pt;
	font-family: verdana;
	color: #000000
}

textarea
{
	font-size: 7pt;
	font-family: verdana;
	color: #333333
}

a.linkopacity img
{
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}

a.linkopacity:hover img
{
	filter:alpha(opacity=50);   
	-moz-opacity: 0.5;   
	opacity: 0.5;
}
