/* CSS Document */

img { behavior: url(css/iepngfix.htc); }

/*body*/

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #333333;
}

/*body*/

.body {
text-align: justify;
font-family: Tahoma, arial, helvetica;
font-size: 11px;
color: #cccccc;
line-height: 18px;
padding-top:50px;
padding-left: 20px;
padding-right: 20px;
letter-spacing: 1px;
}

.body a:link {
color: #99CC33;
text-decoration: none;
}

.body a:visited {
color: #99CC33;
text-decoration: none;
}

.body a:hover {
color: #ccff33;
text-decoration: none;
}

.body a:active {
color: #ccff33;
text-decoration: underline;
}




/*SUBLINKS*/

.sublinks {
text-align: center;
font-family: Tahoma, arial, helvetica;
font-size: 10px;
color: #cccccc;
line-height: 18px;
letter-spacing: 1px;
}

.sublinks a:link {
color: #66cc33;
text-decoration: none;
}

.sublinks a:visited {
color: #66cc33;
text-decoration: none;
}

.sublinks a:hover {
color: #FFFFFF;
text-decoration: none;
}

.sublinks a:active {
color: #FFFFFF;
text-decoration: none;
}


/*tooltip*/

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #252525;
visibility: hidden;
z-index: 100;
font-family: Tahoma, arial, helvetica;
font-size: 11px;
color: #999999;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

/*additional css*/

.style2 {
	color: #999999;
	font-size: 10px;
}
.style3 {color: #FFFFFF}

/*sidebar*/

.sidebar {
text-align: center;
font-family: Tahoma, arial, helvetica;
font-size: 10px;
color: #999999;
line-height: 18px;
letter-spacing: 1px;
}

.sidebar a:link {
color: #66cc33;
text-decoration: none;
}

.sidebar a:visited {
color: #66cc33;
text-decoration: none;
}

.sidebar a:hover {
color: #FFFFFF;
text-decoration: none;
}

.sidebar a:active {
color: #FFFFFF;
text-decoration: none;
}


/*ratware*/

.ratware {
text-align: center;
font-family: Tahoma, arial, helvetica;
font-size: 10px;
color: #666666;
line-height: 18px;
letter-spacing: 1px;
}

.ratware a:link {
color: #669933;
text-decoration: none;
}

.ratware a:visited {
color: #669933;
text-decoration: none;
}

.ratware a:hover {
color: #66cc33;
text-decoration: none;
}

.ratware a:active {
color: #66cc33;
text-decoration: none;
}



/*button*/

.button {
text-align: center;
font-family: Tahoma, arial, helvetica;
font-size: 11px;
color: #669933;
line-height: 18px;
letter-spacing: 1px;
border:#FFFFFF;
}


