body
{
	margin: 0;
	padding: 0;
}
.menu {
	FONT-WEIGHT: bold;
	FONT-FAMILY: Tahoma, Verdana, Arial;
	padding-left: 0px;
	FONT-SIZE: 12px; 
	COLOR: #FFFFFF; 
	TEXT-DECORATION: none
}
.menu:hover {
	FONT-WEIGHT: bold; 
	FONT-FAMILY: Tahoma, Verdana, Arial;
	padding-left: 0px;
	FONT-SIZE: 12px; 
	COLOR: #FFFF00; 
	TEXT-DECORATION: none
}

.menu1 {
	FONT-WEIGHT: bold;
	FONT-FAMILY: Tahoma, Verdana, Arial;
	padding-left: 0px;
	FONT-SIZE: 12px; 
	COLOR: #FF0000; 
	TEXT-DECORATION: none
}
.menu1:hover {
	FONT-WEIGHT: bold; 
	FONT-FAMILY: Tahoma, Verdana, Arial;
	padding-left: 0px;
	FONT-SIZE: 12px; 
	COLOR: #FF0000; 
	TEXT-DECORATION: none
}

.menucon {
	FONT-WEIGHT: none;
	FONT-FAMILY: Tahoma, Verdana, Arial;
	padding-left: 40px;
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	TEXT-DECORATION: none
}
.menucon:hover {
	FONT-WEIGHT: none; 
	FONT-FAMILY: Tahoma, Verdana, Arial;
	padding-left: 40px;
	FONT-SIZE: 12px; 
	COLOR: #FF0000; 
	TEXT-DECORATION:underline
}
.title {
	FONT-WEIGHT: bold;
	FONT-SIZE:12px;
	padding-left:0px;
	COLOR: #3A3A45; 
	FONT-FAMILY: tahoma, Verdana, arial;
	TEXT-DECORATION: none
}
.title:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE:12px;
	padding-left:0px;
	COLOR: #3A3A45; 
	FONT-FAMILY: tahoma, Verdana, arial;
	TEXT-DECORATION: underline
}


.text {
	FONT-WEIGHT: normal; 
	line-height: 120%;
	FONT-SIZE: 12px;
	COLOR: #383843; 
	FONT-FAMILY: tahoma, Verdana, arial;
	TEXT-DECORATION: none
}
.copy {
	FONT-WEIGHT: normal;
	FONT-FAMILY: Tahoma, Arial, Verdana;
	FONT-SIZE: 11px; 
	COLOR: #3333333; 
	TEXT-DECORATION: none
}
.tieude {
	FONT-WEIGHT: bold; 
	FONT-FAMILY: Times New Roman, Times, serifTahoma, Verdana, Arial;
	padding-left: 0px;
	FONT-SIZE: 22px; 
	COLOR: #474751; 
	TEXT-DECORATION: none
}

/* Style for menu top hover */
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	/*overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	background-color: #fff;
}
a.boldbuttons{
	background: transparent url('../images/buttonleft.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 12px Tahoma, Arial; /* Change 13px as desired */
	line-height: 26px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 34px; /* Height of button background height */
	padding-left: 5px; /* Width of left menu image */
	text-decoration: none;
}
a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
	color: #f00; /*button text color*/
}
a.boldbuttons span{
	background: transparent url('../images/buttonright.gif') no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.boldbuttons{ /* Hover state CSS */
	text-decoration: none;
	background: transparent url('../images/buttonleft.jpg') no-repeat top left;
	color: #fff;
}
/*=========== Set hover for button ==================*/
a:hover.boldbuttons span{ /* Set hover for menu */
	background: transparent url('../images/buttonright.jpg') no-repeat top right;
}
/* ########################## BUTTON ACTIVE ############################# */
a.boldbuttonsACTIVE{
	background: transparent url('../images/buttonleft.jpg') no-repeat top left;
	display: block;
	float: left;
	font: bold 12px Tahoma, Arial; /* Change 13px as desired */
	line-height: 26px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 34px; /* Height of button background height */
	padding-left: 5px; /* Width of left menu image */
	text-decoration: none;
}
a:link.boldbuttonsACTIVE, a:visited.boldbuttonsACTIVE, a:hover.boldbuttonsACTIVE, a:active.boldbuttonsACTIVE{
	color: #fff; /*button text color*/
}
a.boldbuttonsACTIVE span{
	background: transparent url('../images/buttonright.jpg') no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

/*#################################################*/
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
font: 12px Arial;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
