/* CSS Document */

.Bg
{
	background-image: url(../Images/Bg.jpg);
	background-repeat: repeat-x;
	background-position: top top;
	width:1024px;

}

body {
	margin: 0px;
	padding: 0px;
	background-color: #1d0609;

	
}


.Text-bg
{
    background-image: url(../Images/Text-bg.gif);
    background-repeat: repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #330000;
    text-align: justify;
}



h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #00CCFF;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:link.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
}



a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9fdff4;
}
a:hover.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
}








.LighB-bg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0099CC;
	background-image: url(../Images/LightB-bg.gif);
	background-repeat: repeat;
	background-position: center top;

}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font-family:Arial;
font-size:11px;
width:100px;
line-height:18px;
z-index:100;
font-weight: normal;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
font-family:Arial;
font-size:11px;
border-bottom: 1px solid black;
color: black;
font-weight: normal;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: a1dff6;
color: white;
font-family:Arial;
font-size:11px;
font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #330000;
}
