﻿BODY {  margin:0 4px;
     font-family: Arial, Sans-Serif;
     font-size: 12px;
     color: #000;
     background-color: #ffffff; 
    }
/*following is the class for containers. The font inside the specified container will follow its rules */
.cmn, .cmn a {font-size:12px; color: #222; text-decoration:none;}
.cmn a:link { color: #04d;}
.cmn a:visited { color: #04d;}
.cmn a:hover { color:#f60;}

.greenFont, .greenFont a {font-size:14px; color: #090; text-decoration:none; }
.greenFont a:link { color: #090;}
.greenFont a:visited { color: #090;}
.greenFont a:hover { color:#f60;}
    

.grayFont {font-size: 12px; color:#444; text-decoration:none; line-height:16px;}
.grayFont a, .blue12 a {text-decoration:none;}
.grayFont a:link { color: #444;}
.grayFont a:visited { color: #444;}
.grayFont a:hover { color:#f60;}
    
/*following is class for indivisual element */
a.blueBig { font-size: 14px; color:#04d; font-weight:bold; text-decoration:none;}
a.blueBig:link { color: #04d;}
a.blueBig:visited { color: #04d;}
a.blueBig:hover { color:#f60;}

.whiteTitle ,.greenTitle{ font-size: 14px; font-weight:bold; text-decoration:none; padding-left:6px;}
.whiteTitle { color:#fff;}
a.whiteTitle:link { color: #fff;}
a.whiteTitle:visited { color: #fff;}
a.whiteTitle:hover { color:#f60;}

.greenTitle { color:#090;}
a.greenTitle:link { color: #090;}
a.greenTitle:visited { color: #090;}
a.greenTitle:hover { color:#f60;}
  
img { border:none;}

/*following is for btn2, btn4 */
.btn2, .btn4
{
	padding-top:6px;
	height:27px;
	font-size: 13px;
	text-align:center;
	float:left;
}
.btn2
{
	background-image:url(/ga/w/btn2.gif);
	background-repeat: no-repeat;
	width:40px;
}
.btn4
{
	background-image:url(/ga/w/btn4.gif);
	background-repeat: no-repeat;
	width:68px;
}
.btn2 a, .btn4 a
{
	font-weight: bold;
}
.btnSpace
{
	width:30px;
	float:left;
}
  
.bigticker, .bigticker a
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: xx-large;
	text-transform: none;
	font-family: 宋体;
	line-height: normal;
	vertical-align: baseline;
}
.bigticker a:link { color: #FFFFFF;}
.bigticker a:hover { color:#f60;}
