.ColorFnt {
	color: #000000;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
}
.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #FF8040;
}
.ColorTxt {
	color: #663333;
}
.BorderStyle {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #663333;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #663333;
	border-bottom-color: #663333;
	border-left-color: #663333;
	border-left-width: thin;
	border-left-style: dotted;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
.BorderIMG {
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.VertBorder {
	border-right-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CC6600;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	border-left-color: #CC6600;
	border-bottom-width: medium;
}
