.menuItem
{
	position: absolute;
	top: 277; 
	background-color: #9E3031;
	display:none;
	cursor: hand
}

.menuItemPink
{
	position: absolute;
	top: 277; 
	background-color: #f6c3ca;
	display:none;
	cursor: hand
}

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

.bgOpp
{
	background-image:url("bgOpp.jpg");
	background-attachment: fixed
}

.back1
{
	background-image:url("back1.jpg");
	background-repeat:no-repeat
}

.back2
{
	background-image:url("back2.gif");
	background-repeat:no-repeat
}

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

.imageBorderDashed
{
	border: thin solid #000000;
	border-style: solid;
	border-width: 4
}

.pageBorder

{
	border: thin solid #303030;
	border-style: thin solid;
	border-width: 1

}

.heading
{
	font-family: verdana; 
	font-weight: bold;
	font-size: 13;
	text-decoration: underline;
	color: #000000
}

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

.mainFontTextMenu
{
	font-family: verdana; 
	font-size: 12;
	text-align: justify;
	line-height:1.4;
	color: #000000
}

.mainFontTextNoJustify
{
	font-family: verdana; 
	font-size: 10;
	color: #606060 
}

.mainFontTextBigger
{
	font-family: verdana; 
	font-size: 12;
	color: #606060 
}

.smallFont
{
	font-family: verdana; 
	font-size: 10;
	color: #000000
}

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

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

a:hover 
{
	font-family: verdana;
	font-weight: bold;
	color: #9E3031;
	text-decoration: underline
}

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

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

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

input
{
	font-size: 8pt;
	font-family: verdana;
	color: #000000;
	height:20
}

select
{
	font-size: 8pt;
	font-family: verdana;
	color: #000000
}

textarea
{
	font-size: 8pt;
	font-family: verdana;
	color: #000000
}