body {
	background-color : White;
}

table {
	font-family : Verdana;
	font-size : 9px;
	font-style : normal;
	font-weight : normal;
}

.tdCont {
	background-color : #999999;
	border : 1px solid Black;
	}

.title{
	font-family : Verdana;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	background-color : #CCCCFF;
	padding-left : 5px;
	padding-bottom : 2px;
	padding-top : 2px;
	border-color : #999999;
	border-style : solid;
    border-bottom-width : 0px;
	border-top-width : 1px;
	border-right-width : 1px;
	border-left-width : 1px;	
}

.table {
	font-family : Verdana;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	background-color : White;
	padding-left : 2px;
	border : 1px solid #999999;
}

.table a:link { color: Black; text-decoration: none }
.table a:active { color: #666666; text-decoration: none }
.table a:visited { color: Black; text-decoration: none }
.table a:hover { color: Black; text-decoration: underline;  }

.tdSpace {
	padding-top : 5px;
}
a:link  { color: Blue; text-decoration: none; }
a:active { color: Blue; text-decoration: none; }
a:visited { color: Blue; text-decoration: none; }
a:hover { color: navy; text-decoration: underline;  }

