body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-repeat: no-repeat;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 10px;
	text-align: right;
}
.footer {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
a:link {  color: #393975; text-decoration: underline}
a:visited {  color: #393975; text-decoration: underline}
a:active {  color: #393975; text-decoration: underline}
a:hover {  color: #393975; text-decoration: none}

a:link.footer {  color: #FFFFFF; text-decoration: none}
a:visited.footer {  color: #FFFFFF; text-decoration: none}
a:active.footer {  color: #FFFFFF; text-decoration: none}
a:hover.footer {  color: #FFFFFF; text-decoration: underline}

a:link.nav {  color: #FFFFFF; text-decoration: none}
a:visited.nav {  color: #FFFFFF; text-decoration: none}
a:active.nav {  color: #FFFFFF; text-decoration: none}
a:hover.nav {  color: #FFFFFF; text-decoration: underline}

a:link.secondnav {  color: #5A768A; text-decoration: none}
a:visited.secondnav {  color: #5A768A; text-decoration: none}
a:active.secondnav {  color: #5A768A; text-decoration: none}
a:hover.secondnav {  color: #5A768A; text-decoration: underline}

td {
	background-repeat: no-repeat;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.price {
	font-weight: bold;
	color: #393975;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5A768A;
	border: 1px groove #000000;
	height: auto;
	width: auto;
}
.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #000000;
}
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	line-height: 80%;
}
.secondnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16pt;
	color: #5A768A;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #393975;
	font-style: italic;
	text-transform: uppercase;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	vertical-align: middle;
}
hr {
	color: #6F1672;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #393975;
	font-style: italic;
	text-transform: uppercase;
}

.floatRight{
	float: right;
	padding: 0 0 10px 10px;
}

.inline {
	float: right;
	margin: 0 0 10px 10px;
}

.social td {
	padding: 5px;
}

	.social a {
		background: url('/images/social.png') no-repeat;
		display: block;
		outline: none;
		text-indent: -9999px;
		width: 32px;
		height: 32px;
	}
	
	.social .facebook a {
		background-position: 0 0;
	}
	
		.social .facebook a:hover {
			background-position: 0 -32px;
		}
		
	.social .twitter a {
		background-position: -32px 0;
	}
	
		.social .twitter a:hover {
			background-position: -32px -32px;
		}
