/* CSS r Document */
/*basic*/
body
{
font-size: 11px; 
color: #888888; 
font-family: tahoma;
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: #8CC241;
font-weight: bold;
}
a
{
font-size: 11px; 
color: #9F9F9F; 
font-family: tahoma;
text-decoration:none;
}
/**/
/*Hader*/
.hader
{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}
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;
}
/**/