A{
	color : white;
	text-decoration : none;
	font-weight : bold;
	font-size: 10px;
}

A:active{
	color : cccccc;
	text-decoration : none;
	font-weight : bold;
	font-size: 10px;
}

A:visited{
	color : white;
	text-decoration : none;
	font-weight : bold;
    font-size: 10px;
}

A.grn{
	color : white;
	text-decoration : none;
	font-weight : bold;
	font-size: 10px;
}

A:hover{
	color : white;
	text-decoration : ;
	font-weight : bold;
	font-size: 10px;
	text-decoration: underline;
}
A:active.grn{
	color : white;
	text-decoration : none;
	font-weight : bold;
	font-size: 10px;
}

A:visited.grn{
	color : white;
	text-decoration : none;
	font-weight : bold;
    font-size: 10px;	
}

A:hover.grn{
	color : white;
	text-decoration : underline;
	font-weight : bold;
    font-size: 10px;
}

body{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: FFFFFF;
	background-color: 333333;
	
			
}

.h{
	font-size : 18px;
}

.disc{
    font-family: Verdana, Arial;
	font-size: larger;
}

i{
    color : white;
    font-weight : bold;
	font-size: smaller;
}

.large{
	font-size: large;
	font-weight : bold;	
}

.larger{
	font-size : larger;
    font-weight : bold;
}

.medium{
	font-size : medium;
    font-weight : bold;
}

.smaller{
	font-size: smaller;
	font-weight : bold;
}

.smallest{
	font-size: xx-small;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: FFFFFF;
}


td{
	align : center;
	font-size : 11px;
	font-weight : bold;
}
td.title_hand{
	font-size: 11px;
	color : 333333;
    background-color : 99CC99;
    font-weight : bold;
	cursor:pointer;
	cursor:hand;	
}
td.title{
	font-size: 11px;
	color : 333333;
    background-color : 99CC99;
    font-weight : bold;
	align : center;
}
td.info{
	font-size: 11px;
	background: 669966;
	color : FFFFFF;
}
td.link{
	font-size: 11px;
	background: #999999;
	color : FFFFFF;
}
.button_table{
	background: 99CC99;
	background-color : 99CC99;
}

.button_cell{
	background: 669966;
	background-color : 669966;
	cursor: hand;
}