
#loading {
	color: #fff;
	background: #000;
	left: 0;
	padding-top: 20%;
	position: fixed;
	position: expression('absolute');
	text-align: center;
	top: 0;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=75);/*IE*/
	z-index: 1000;
    height: expression(document.documentElement.scrollHeight+'px');
    width: expression(document.documentElement.scrollWidth+'px');
}

/*Standards browsers only*/
body > div#loading{
	height: 100%;
	opacity: 0.75;
	position: fixed;
}



.style1 {color: #C4BCA9}
.style2 
{
    color: #C4BCA9;
    font-size:18px;
    font-family:Arial, Helvetica, sans-serif;
}

body
{
    font-family: Arial;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
html
{
     overflow: -moz-scrollbars-vertical;
}
a:link
{
    font-family: Arial;
	color: #000099;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #000099;
}
a:hover
{
	text-decoration: underline;
	color: #D00D02;
}
a:active
{
	text-decoration: none;
	color: #D00D02;
}

a.subMenu
{
    font-size: 14px;
}

.bodyTxt
{
    font-family: Arial;
    font-size: 14px;
}
.bodySmTxt
{
    font-family: Arial;
    font-size: 12px;
}

.bodyHeading
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

a.bodyLink
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #000099;
}
a.bodyLink:hover
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    color: #000099;
}

a.bodyMoreLink
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #000099;
}
a.bodyMoreLink:hover
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #000099;
}
    
.footer
{ 
color:#D1C8AB;
font:Arial, Helvetica, sans-serif;
text-decoration: none;
}
