.topTitle{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : normal;
	color : black;
	background-color : #FF8000;
	font-weight : bold;
}
.topTitleNews{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-style : normal;
	color : black;
	background-color : #FF9E00;
	font-weight : bold;
}
.newsTitle{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : normal;
	color : white;
	background-color : Blue;
	font-weight : bold;
}
.mallTitle{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-style : normal;
	color : white;
	background-color : #00008B;
	font-weight : bold;
}
.contestTitle{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color : black;
	background-color : #efefef;
	font-weight : bold;
}
.contestbody{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
}
.mallTitleFeature{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color : white;
	background-color : #6495ED;
	font-weight : bold;
}
.subTitle{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-style : bold;
	color : black;
	background-color : #Ffcc33;
	font-weight : bold;
}
.subTitleLite{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-style : bold;
	color : black;
	background-color : #FFCC99;
	font-weight : bold;
}
.subTitleOrange{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-style : normal;
	color : black;
	background-color : #FF8000;
	font-weight : bold;
}
BODY{
	font-family : Arial, Helvetica, sans-serif;
}
.aboutTD{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : bold;
	color : black;
	background-color : #FFFFFF;
}
.aboutTD2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : bold;
	color : darkred;
	background-color : #FFFFFF;
}
.directorsTD{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : bold;
	color : black;
	background-color : #FFFFFF;
}
.consultTD{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : bold;
	color : black;

}
a:visited {
	color: black;
	font : normal;
	text-decoration : underline;
}
a:link {
	color: black;
	font : normal;
	text-decoration : underline;
}
a:hover { color: red }

.newsTitle a:visited {
	color: white;
	font : normal;
	text-decoration : underline;
}
.newsTitle a:link {
	color: white;
	font : normal;
	text-decoration : underline;
}
.newsTitle a:hover { color: red }

.topTitle a:visited {
	color: white;
	font : normal;
	text-decoration : underline;
}
.topTitle a:link {
	color: white;
	font : normal;
	text-decoration : underline;
}
.topTitle a:hover { color: red }


