/* CSS Document */
body{
	font-family: arial, times, verdana;
	font-size: 13px;
}
td{
	font-size: 13px;
}
A, A:visited{
	text-decoration: none;
	color: #0000FF;
}
A:hover, A:active{
	text-decoration: underline;
	color: #0000FF;
}
.dir A, .dir A:visited{
	color: #000000;
	text-decoration : none;
}
.dir A:hover, .dir A:active{
	color: #FF0000;
	text-decoration : underline;
}
.gray, .gray A, .gray A:visited{
	color: #999999;
	text-decoration : none;
}
.gray A:hover, .gray A:active{
	color: #999999;
	text-decoration : underline;
}
.notes, .notes A, .notes A:visited{
	text-decoration: none;
	color: #7981C1;
}
.notes A:hover, .notes A:active{
	text-decoration: underline;
	color: #7981C1;
}
.title{
	color: #FF0000;
}
.title5{
	color: #FF0000;
	font-size: large;
}