/* CSS Document */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {font-family: Arial, Helvetica, sans-serif}
p, td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.tbl_Agenda {
	border-top-width: 2px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.txt_RelatedLinks {
	font-size: 10px;
}
.txt_RelatedLinks p {

	font-size: 13px;
}
.txt_home_announcements {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.btn_redbutton {
	color: #FFFFFF;
	background-color: #993300;
	padding: 5px;
	height: 40px;
	width: 200px;
	border: 2px solid #990000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
.btn_redbutton a {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.btn_redbutton a:hover {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
.subnav {
	font-size: 90%;	
}
