body {
	margin : 0px;
	font : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background : White;
}
td,div {
	font: 10px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
a.norm1:visited {
	font-weight : bold;
	color : #AAAAAA;
	text-decoration : none;
}
a.norm1:link {
	font-weight : bold;
	color : #AAAAAA;
	text-decoration : none;
}
a.norm1:hover {
	font-weight : bold;
	color : #9BCF34;
	text-decoration : underline;
}
a.norm2:visited {
	font-weight : bold;
	color : #AAAAAA;
	text-decoration : none;
}
a.norm2:link {
	font-weight : bold;
	color : #AAAAAA;
	text-decoration : none;
}
a.norm2:hover {
	font-weight : bold;
	color : #9BCF34;
	text-decoration : underline;
}
a.dark:visited {
	color : #666666;
	text-decoration : none;
}
a.dark:link {
	color : #666666;
	text-decoration : none;
}
a.dark:hover {
	color : #9BCF34;
	text-decoration : underline;
}

.blue {
	background-color: #003399;
}
.green {
	background-color: #9BCF34;
}
.grey {
	background-color: #666666;
	width : 100%;
	border-top : 1px solid White;
}
.top {
	width : 612px;
}
.bottom {
	font-weight : bold;
	width : 612px;
	color : #666666;
	border-bottom : 1px solid #666666;
	text-align : center;
	padding-bottom : 4px;
}
.copyright {
	text-align : center;
	font : 10px;
	padding : 10px 0px 10px 0px;
}
.attention{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FF0000;
}
.bottom_u {
	font-weight : bold;
	width : 612px;
	color : #666666;
	border-bottom : 3px solid #666666;
	text-align : center;
	padding-bottom : 4px;
	border-color : Green;
}