/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-image: url(image/top-bg.gif);
	margin: 0px;
}
/***********************************************/
/* Top List tag styles                         */
/***********************************************/
#topLinks{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #CCCCCC;
	padding: 4px 8px;
	font-weight: bold;
	background-image: url(image/top-menu-02.gif);
	height: 17px;
}

#topLinks a:link{
	color: #999999;
	text-decoration: none;
	height: 17px;
	padding: 4px 8px;
	text-transform: uppercase;
}

#topLinks a:visited{
	color: #999999;
	text-decoration: none;
	height: 17px;
	padding: 4px 8px;
	text-transform: uppercase;
}

#topLinks a:hover{
	color: #800000;
	text-decoration: none;
	height: 17px;
	padding: 1px 8px;
	background-color: #E8E8E8;
	text-transform: uppercase;
}
.a1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	text-align: right;
}

