.BlackBorder{
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
}
.FullBorder{
border: 1px solid #000000;

}
.FormTable{

	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
.BackImage{
	background-image: url(../Graphics/Back.jpg);
	background-repeat: no-repeat;
}

.NavButtons {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.NavButtons a   {
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px;
}

.NavButtons a:hover   {
	background-image: url(../Graphics/Over.jpg);
	color: #FFFFCC;
	cursor: hand;
	margin: 0px;
	padding: 2px;
}
.SmallLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}

.SmallLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFCC;
	cursor: hand;
}

.SmallLinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: ;
	cursor: hand;
}
.TinyLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}

.TinyLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFCC;
	cursor: hand;
}

.TinyLinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: ;
	cursor: hand;
}
.Title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #546A6F;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	margin: 5px;
	padding: 2px;
}
.Content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;

}
.Links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #546A6F;
	text-decoration: underline;
	cursor: hand;
}

.Links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #3366CC;
	cursor: hand;
}

.Links:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: ;
	cursor: hand;
}
