/* CSS r Document */
/*basic*/
body
{
font-size: 11px; 
color: #999999; 
font-family: tahoma;
background-image:url(file:///C|/Documents and Settings/User/Local Settings/Temporary Internet Files/Content.IE5/JMX900FZ/images/bg.gif);
background-color:#454545;
}
.h2
{
font-family: tahoma;
font-size: 11px;
color: #333333;
font-weight: bold;
}
a.h2:link
{
font-family: tahoma;
font-size: 11px;
color: #333333;
font-weight: bold;
}
a.h2:hover
{
text-decoration:underline;
}
.h1
{
font-family: tahoma;
font-size: 11px;
color: #00A45C;
font-weight: bold;
}
a
{
font-size: 11px; 
color: #9F9F9F; 
font-family: tahoma;
text-decoration:none;
}
/**/
/*Hader*/
.hader
{
color:#FFFFFF;
}
a.hader:link
{
color:#FFFFFF;
text-decoration:none;
}
a.hader:hover
{
text-decoration:underline;
}
/**/
/*Footer*/
.footer
{
color:#ACACAC;
}
a.footer:link
{
color:#ACACAC;
text-decoration:none;
}
a.footer:hover
{
text-decoration:underline;
}
/**/
/*Rotate*/
.rotate_h {
	filter: Fliph;
}
.rotate_v {
	filter: Flipv;
}
/**/
/*Box*/
.box
{
color:#003F2C;
font-family:tahoma;
}

.green{
	font-size: 12px;
	color: #006600;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;	
}

.b_green{
	font-size: 14px;
	color: #006600;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

.big{
	font-size: 17px;
	color: #006600;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}



.title{
	font-size: 16px;
	color: #006600;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

.graydate{
	
	font-size: 12px;
	color: #575757;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.discr{
	
	font-size: 11.5px;
	color: #535353;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.title{
	font-size: 12px;
	color: #006600;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;	
}
.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-type: disc;
}
.link{
	color: #006600;
	text-decoration: underline;
	
}
.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006633;
	list-style:none;
	text-transform: uppercase;
}
.submenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	list-style:none;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
a:active {
	color: #333333;
	text-decoration: none;
}

li a:link  {
	color: #999999;	
}

li a:hover{
	color: #00FFFF;
	
	
}

.small{
	color: #666666;
	font-size: 10.5px;
	line-height: 17px;
}



.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.white_content {
	display: none;
    position: absolute;
    z-index:1002;
    overflow: auto;
    top: 25%;

}

.left{
	color: #FFFFFF;
	text-decoration: none;
}