/* style sheet for rta.css
                           Last revised 16 june, 2000.*/


/* ---------------- race table a ------------------*/  
table{
 	margin: 0em 0em;
 	border:1px #7fffd4 solid;
	}

th{
	font-size: 1em;
	line-height:1.1em;
	color:black;
	font-weight:600;
	background:#fcf978;
	border-style: none solid solid none;
	border-color: #d0fbfb #8dcea8 #99cc99 #d0fbfb;
	border-width: 0px 1px 1px 0px;
	}
td{
	vertical-align:middle;
	font-size: 1em;
	line-height:120%;
	color:black;
	border-style: none solid solid none;
	border-color: #d0fbfb #8dcea8 #99cc99 #d0fbfb;
	border-width: 0px 1px 1px 0px;
	}
.notice{
	font-weight:normal;
	color:red;
	}

