/* CSS Document */


A:LINK, A:VISITED {
	color:#eeeeee;
	text-decoration : underline;
}

A:HOVER {
	color:#eeeeee;
	text-decoration : none;
}
A.cyalink:LINK, A.cyalink:VISITED {
	color:#99ffff;
	text-decoration : underline;
}

A.cyalink:HOVER {
	color:#99ffff;
	text-decoration : none;
}
TABLE{
	color:#eeeeee;
	font-family: Verdana, Arial, Helvetica, "sans-serif";
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
}
ul{
	list-style: square url(../img/ul.gif);
}



.greyt {
	text-align: center;
	vertical-align: bottom;
	color: #000000;
	font-size: 13px;
	/*font-weight: bold;*/
	letter-spacing: 1em;
	/*background-color: #d0d0d0;*/
	background-image: url(../img/tablehead.gif);
}
.greyb {
	font-size: 10px;
	background-color: #d0d0d0;
}
.greym {
	background-color: #b0b0b0;
}
.grey2 {
	text-align: left;
	border: 1px solid #EFEFF5;
}
.grey1 {
	text-align: left;
	border: 1px solid #EFEFF5;
	padding: 9;
}
.grey3 {	
font-size: 11px;
	background-color: #444444;
	text-align: left;
	border: 1px solid #EFEFF5;
	padding: 9;
}
.supTM{
	font-size: 8px;
}
.headline{
	font-size: 18px;
	/*font-weight: bold;*/
}
.blue{
	color: #9999ff;
}
.cya{
	color: #99ffff;
}
.green{
	color: #99ff99;
}
.dgre{
	color: #aaaaaa;
}
.yel{
	color: #ffff99;
}
.ora{
	color: #FFaa11;
}