@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	background-color: #999;
}
body,table,tr,td,p
{
	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11px;
	color: #666666;
	text-decoration:none;

}
input, select, textarea
{
	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
.text_white {

	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;

}
.text_black {

	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
.text_black_bold {

	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11px;
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}
.text_black_14px {

	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 14px;
	color: #666666;
	text-decoration:none;
}
.text_black_14px_bold {

	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 14px;
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}
.text_orange {

	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11px;
	color: #E54500;
	text-decoration:none;
}
.text_orange_bold {

	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11px;
	color: #E54500;
	font-weight:bold;
	text-decoration:none;
}.text_orange_big {

	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 14px;
	color: #E54500;
	text-decoration:none;
}
.text_orange_big_bold {

	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 14px;
	color: #E54500;
	font-weight:bold;
	text-decoration:none;
}
.text_blue {

	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11px;
	color: #2A9AC5;
	text-decoration:none;
}
.text_blue_bold {

	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11px;
	color: #2A9AC5;
	font-weight:bold;
	text-decoration:none;
}

.text_gray {

	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11px;
	color: #999999;
	text-decoration:none;
}
.text_gray_bold {

	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11px;
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.text_footer {

	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 9px;
	color: #999999;
	text-decoration:none;
}
.text_magenta {

	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11px;
	color: #E53391;
	text-decoration:none;
}
.text_magenta_bold {

	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11px;
	color: #E53391;
	font-weight:bold;
	text-decoration:none;
}

.text_green {

	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11px;
	color: #8DB611;
	text-decoration:none;
}
.text_green_bold {

	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11px;
	color: #8DB611;
	font-weight:bold;
	text-decoration:none;
}

a.link_blue{
	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11 px;
	color : #2A9AC5; 
	font-weight : bold;
	text-decoration: none;
}
a.link_blue:hover {
	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11 px;
	color : #2A9AC5;
	font-weight : bold;
	text-decoration: underline;
}
a.link_orange{
	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11 px;
	color : #E54500; 
	text-decoration: none;
}
a.link_orange:hover {
	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11 px;
	color : #E54500;
	text-decoration: underline;
}

a.link_white {
	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 10 px;
	color : #FFFFFF; 
	text-decoration: none;
}
a.link_white:hover {
	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 10 px;
	color : #FFFFFF;
	text-decoration: underline;
}
a.link_black {
	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11 px;
	color : #666666;
	text-decoration: none;
}
a.link_black:hover {
	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11 px;
	color : #E73491;
	text-decoration: none;
}

a.link_footer {
	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11 px;
	color : #CCCCCC;
	text-decoration: underline;
}
a.link_footer:hover {
	font-family: "Tahoma", "Arial","Ms Sans Serif";
	font-size: 11 px;
	color : #FFFFFF;
	text-decoration: underline;
}

a.opacity img
{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
a.opacity:hover img
{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
}
