body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;


}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #333333;

}
a:link {
	color: #333333;
	text-decoration: none;
	filter: DropShadow(Color=ffffff, OffX=1, OffY=1, Positive=1)?, OffX=1, OffY=1, Positive=1); 
}
a:visited {
	color: #333333;
	text-decoration: none;
	filter: DropShadow(Color=ffffff, OffX=1, OffY=1, Positive=1);

}
a:hover {
	color: #666666;
	text-decoration: underline;
	filter: DropShadow(Color=ffffff, OffX=1, OffY=1, Positive=1);

}
a:active {
	color: #666666;
	text-decoration: underline;
	filter: DropShadow(Color=ffffff, OffX=1, OffY=1, Positive=1);

}
a.menu:link {
	color: #000000;
	text-decoration: none;
}
a.menu:visited {
	color: #000000;
	text-decoration: none;
}
a.menu:hover {
	color: #006699;
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
a.menu:active {
	color: #006699;
	text-decoration: none;
}
.title1 {
	font-family: "MS Shell Dlg", "Tahoma";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.pro {
	border: 1px solid #E4E4E4;
	background-color: #FFFFFF;
}
.left {
	background-attachment: fixed;
	background-image: url(../images/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right {
	background-attachment: fixed;
	background-image: url(../images/right_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.left2 {
	background-attachment: fixed;
	background-image: url(../images/left2-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.right2 {
	background-attachment: fixed;
	background-image: url(../images/right2-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

