/* CSS Document */

* {
	margin : 0;
	padding : 0;
	font-style : normal;
	font-weight : normal;
	font-size:12px;
	word-break:break-all;
	line-height: 2;
}

h1 {
	font-size:10px;
	color:#FFFFFF;
	padding:2px 0 2px 5px;
}

h2 {
	font-size:14px;
	color:#FFFFFF;
	margin:0;
	font-weight:bold;
}

h3 {
	font-size:12px;
	color:#000000;
	margin:0;
	font-weight:bold;
	padding:5px 0 0 30px;
	margin:0;
}
	
a img {
	border-style : none;
	border-width : 0px;	
	text-decoration : none;
}

.y-font {
	font-size:18px;
	font-weight:bold;
	color:#FF0000;
}
.ss-font { font-size:9px;}

a:link {color : #CCCCCC ;text-decoration : none;}
a:visited {color : #CCCCCC ;text-decoration : none;}
a:hover {color : #CC0000 ;text-decoration : none;}
a:active {color : #CC0000 ;text-decoration : none;}
a.s-font:link {font-size: 12px;color : #CC0000 ;text-decoration : none;}
a.s-font:visited {font-size: 12px;color : #CC0000 ;text-decoration : none;}
a.s-font:hover {font-size: 12px;color : #00CC00 ;text-decoration : none;}
a.s-font:active {font-size: 12px;color : #00CC00 ;text-decoration : none;}

a.u-font:link {font-size: 12px; color:#CC3300 ;text-decoration : underline;}
a.u-font:visited {font-size: 12px;color : #CC3300 ;text-decoration : underline;}
a.u-font:hover {font-size: 12px;color : #CC3300 ;text-decoration : underline;}
a.u-font:active {font-size: 12px;color : #CC3300 ;text-decoration : underline;}
