.menuItem
{
	position: absolute;
	top: 212; 
	background-color: #D4D4D4;
	visibility: hidden;
	cursor: hand
}
 
.imageBorder
{
	border: thin solid #000000 ;
	border-style: line;
	border-width: 1
}

.pageBorder
{
	border: thin solid #000000;
	border-style: solid;
	border-width: 1

}

.heading
{
	font-family: verdana; 
	font-weight: bold;
	font-size: 11;
	text-decoration: underline;
	color: #000000
}

.mainFontText
{
	font-family: verdana; 
	font-size: 7pt;
	color: #000000 
}

.mainFontText1
{
	font-family: verdana; 
	font-size: 10px;
	color: #000000 
}

.mainFontTextJustify
{
	font-family: verdana; 
	font-size: 7pt;
	text-align: justify;
	color: #000000 
}

.mainFontTextBigger
{
	font-family: verdana; 
	font-size: 12;
	color: #000000 
}

.smallFont
{
	font-family: verdana; 
	font-size: 9;
	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: #4B0708;
	text-decoration: none
}

input
{
	font-size: 8pt;
	font-family: verdana;
	BACKGROUND-COLOR: #E4D8CE
	
}

body
{
	font-size: 8pt;
	font-family: verdana;
	color: #000000;
}

p
{
	font-size: 8pt;
	font-family: verdana;
	color: #000000;
}
td
{
	font-size: 8pt;
	font-family: verdana;
	color: #000000;
}

select
{
	font-size: 8pt;
	font-family: verdana;
	BACKGROUND-COLOR: #E4D8CE
}

textarea
{
	font-size: 8pt;
	font-family: verdana;
	BACKGROUND-COLOR: #E4D8CE
}


.box {
	border-top: 3px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 3px solid #666;

	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #ccc;
	padding: 5px;

	margin-right: auto;
	margin-left: auto;

        float: center;
	margin-bottom: 0px;
}



