
/*body*/
body,t,th{
	font-family:Eurostyle;
}
body{
	background-color:#ffffff;
}
.footer{
	color:#ffffff;
}
/*links*/
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*colors*/

.white{
	color:#ffffff;
}
.orange{
	color:#ff9933;
}
.black{
	color:#000000;
}
.grey{
	color:#333333;
}
.light_yellow{
	color:#ffff99;
}
.green1{
	color:#669966;
}
.green_dark{
	color:#336633;
}
.dark_orange{
	color:#ff6600;
}
/*font-size*/
.17{
	font-size:17px;
}
.18{
	font-size:18px;
}
.20{
	font-size:20px;
}
.36{
	font-size:36px;
}

/*font-weight*/
.bold{
	font-weight:bold;
}
/*mix style*/
.white_italic_24{
	color:#ffffff;
	font-size:24px;
	font-style:italic;
}
.white_14{
	color:#ffffff;
	font-size:14px;
}
.white_18{
	color:#ffffff;
	font-size:18px;
}
.white_bold{
	color:#ffffff;
	font-weight:bold;
}
.orange_bold_24{
	color:#ff9933;
	font-weight:bold;
	font-size:24px;	
}
.orange_bold_20{
	color:#ff9933;
	font-weight:bold;
	font-size:20;
}
