.menuItem
{
	position: absolute;
	top: 255;
	background-color: #4F7DBF;
	visibility: hidden;
	z-index:1000;
	cursor: hand
}

.submenuItem1
{
	position: absolute;
	top: 0; 
	background-color: #91B4D3;
	visibility: hidden;
	z-index:1000;
	cursor: hand
}

.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;
}

.bg
{
	background-image:url("bg.jpg");
	background-position: top center;
	background-repeat:repeat-x;
	background-color: #F1F6F9
}

.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: verdana; 
	font-weight: bold;
	text-decoration: underline;
	font-size: 12;
	color: #404040
}

.mainFontText
{
 font-family: verdana; 
 font-size: 11;
 text-align:justify;
 line-height:1.4;
 color: #000000
}

.mainFontTextNoJust
{
 font-family: verdana; 
 font-size: 11;
 line-height:1.4;
 color: #000000
}

.smallFont
{
	font-family: verdana; 
	font-size: 9;
	line-height:1.9;
	color: #FFFFFF
}

.imageBorder
{
	border: thin solid #CCCCCC;
	border-style: solid;
	border-width: 1
}

.smallFontLink a:link 
{
	font-family: verdana; 
	color: #DDDDDD;
	text-decoration: none
}

.smallFontLink a:visited
{
	font-family: verdana; 
	color: #DDDDDD;
	text-decoration: none
}

.smallFontLink a:hover 
{
	font-family: verdana;
	color: #DDDDDD;
	text-decoration: underline
}

.mainFontTextLink a:link 
{
	font-family: verdana; 
	color: #4F7DBF;
	font-weight: bold; 
	text-decoration: none
}

.mainFontTextLink a:visited
{
	font-family: verdana; 
	color: #4F7DBF;
	font-weight: bold; 
	text-decoration: none
}

.mainFontTextLink a:hover 
{
	font-family: verdana;
	//color: #000000;
	font-weight: bold; 
	text-decoration: underline
}

.mainFontTextLinkOpp a:link 
{
	font-family: verdana; 
	color: #4F7DBF;
	font-weight: bold; 
	text-decoration: none
}

.mainFontTextLinkOpp a:visited
{
	font-family: verdana; 
	color: #4F7DBF;
	font-weight: bold; 
	text-decoration: none
}

.mainFontTextLinkOpp a:hover 
{
	font-family: verdana;
	color: #000000;
	font-weight: bold; 
	text-decoration: underline
}

input
{
	font-size: 7pt;
	font-family: verdana;
	color: #202020;
	height:18
}

select
{
	font-size: 7pt;
	font-family: verdana;
	color: #202020
}

textarea
{
	font-size: 7pt;
	font-family: verdana;
	color: #202020;
}

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;
}