.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
}
.navigation {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
a.nav:link  {
	color: #CCCCCC;
	text-decoration: none;
}
.content {
	height: 100%;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #415D7A;
	text-decoration: underline;
}

a.txt:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #415D7A;
	text-decoration: underline;
}

input {
	background-color: #538BC7;
	border: thin solid #436586;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}

a.nav:visited  {
	color: #CCCCCC;
	text-decoration: none;
}
a.nav:hover  {
	color: #ffffff;
	text-decoration: underline;
}
a.nav:active  {
	color: #ffffff;
}

.head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.salesbox {
	border: thin solid #cccccc;
	background-color: white;
	padding: 3px;
	font-weight: bold;
	color: navy;
}
