/* CSS Document */
A, A:visited, A:active{
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
A:hover{
	color: #FF9900;
	text-decoration: underline;
}
.row1{
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.row1 A, .row1 A:visited, .row1 A:active, .row1 A:hover{
	color: #000000;
	text-decoration: none;
}
.row2{
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.row2 A, .row2 A:visited, .row2 A:active{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.row2 A:hover{
	color: #FF9900;
	text-decoration: none;
}
.row3{
	text-align: center;
}
.row4{
	padding-top: 3px;
	padding-bottom: 3px;
}
.row5{
	border-top: #999999 1px solid;
	background-color: #DDDDDD;
	padding: 5px;
}
.row5 A, .row5 A:visited, .row5 A:active{
	color: #000000;
	text-decoration: none;
	font-weight: none;
}
.row5 A:hover{
	color: #000000;
	text-decoration: underline;
}
.sub1{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
td{
	font-size: 12px;
	font-family: Arial, Verdana, Times;
}