/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image:url(images/BG.jpg);
	background-attachment:fixed;
}

.text1
{
	font-family:Tahoma;
	font-size: 9px;
	font-weight:bold;
	color:#5F5D5D;
	text-decoration:none;
}

.text1 a:hover{
	color:#F28528;
}

.text2
{
	font-family:Tahoma;
	font-size: 9px;
	font-weight:bold;
	color:#475054;
	text-decoration:none;
}

.text2 a:hover{
	color:#F28528;
}

.text3
{
	font-family:Tahoma;
	font-size: 9px;
	color:#475054;
	text-decoration:none;
}

.text4
{
	font-family:Tahoma;
	font-size: 11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

.text5
{
	font-family:Tahoma;
	font-size: 10px;
	font-weight:bold;
	color:#F28528;
	text-decoration:none;
}

.text6
{
	font-family:Impact;
	font-size: 28px;
	color:#F28528;
	text-decoration:none;
}

.text7
{
	/*font-family:Impact;*/
	font-family:Helvetica;
	font-size: 23px;
	color:#F28528;
	text-decoration:none;
	margin-right:20px;
}

.texthome {
	font-family: Verdana;
	font-size: 11px;
	text-decoration:none;
	color:#000000;
	margin-top:2mm;
	margin-bottom:2mm;
	margin-left:4mm;
	margin-right:4mm;
	text-align:justify;
}


.tablebg {
	background-color:#FFFFFF;
}
A:active {
	text-decoration: none;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font-family:Tahoma;
font-size: 9px;
font-weight:bold;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
color:#F28528;
background-color:#E9E9EA;
}

#dropmenudiv1{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font-family:Tahoma;
font-size: 9px;
font-weight:bold;
line-height:18px;
z-index:100;
}

#dropmenudiv1 a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv1 a:hover{ /*hover background color*/
color:#F28528;
background-color:#E9E9EA;
}

