body {
	background-color: #B9D07C;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #3B6580;
	margin: 0px;
	text-align: center;
}

html>body {text-align: -moz-center;}

td {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #3B6580;
	text-align: left;
	vertical-align: top;
}

.border {
	border-color: #bbbbbb;
	border-width: 1px;
	border-style: solid;
}

.border2 {
	border-color: #000000;
	border-width: 6px;
	border-style: solid;
}

.top {
	background-color:#B3C8D5;
	border-top-color:#DEE7ED;
	border-left-color:#DEE7ED;
	border-right-color:#DEE7ED;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 6px;
	text-align:right;
	color: #ffffff;
	font-size:11px;
}

.bottom {
	background-color:#67889D;
	border-color:#95B0C1;
	border-width: 1px;
	border-style: solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 8px;
	color: #ffffff;
}

.nav {
	height: 47px;
	padding-left: 30px;
	padding-right: 9px;
	background-color:#67889D;
	border-top-color:#DEE7ED;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color:#DEE7ED;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.content_shell {
	background-color:#B3C8D5;
	border-bottom-color:#D5E0E8;
	border-left-color:#D5E0E8;
	border-right-color:#D5E0E8;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 10px;
	text-align: left;
}

.content {
	background-color:#DEE7ED;
	padding: 10px;
	text-align: left;
}

.nav a:link {
	background-color:#849EAF;
	text-decoration: none;
}

.nav a:active {
	background-color:#849EAF;
	text-decoration: none;
}

.nav a:visited {
	background-color:#849EAF;
	text-decoration: none;
}

.nav a:hover {
	background-color:#9DB1BF;
	text-decoration: none;
}

.top_bg {
	background-image: url('images/shadow_top.png');
	background-position: bottom;
	background-repeat: repeat-x;
}

.bottom_bg {
	background-image: url('images/shadow_bottom.png');
	background-position: top;
	background-repeat: repeat-x;
}

.left_bg {
	background-image: url('images/shadow_left.png');
	background-repeat: repeat-y;
	background-position: right;
}

.right_bg {
	background-image: url('images/shadow_right.png');
	background-repeat: repeat-y;
	background-position: left;
}

.bottom a:link {
	color: #ffffff;
	text-decoration: none;
}

.bottom a:active {
	color: #ffffff;
	text-decoration: none;
}

.bottom a:visited {
	color: #ffffff;
	text-decoration: none;
}

.bottom a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.top a:link {
	color: #ffffff;
	text-decoration: none;
}

.top a:active {
	color: #ffffff;
	text-decoration: none;
}

.top a:visited {
	color: #ffffff;
	text-decoration: none;
}

.top a:hover {
	color: #ffffff;
	text-decoration: underline;
}

h1 {
	padding-top: 12px;
	padding-bottom: 6px;
	margin: 0px;
	font-family: georgia,serif;
	font-size: 26px;
	color: #2D4C5A;
	font-weight: normal;
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-family: georgia, serif;
	font-size: 13px;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}

h4 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

.input {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #3B6580;
}

.input_btn {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #3B6580;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

.sales {
	background-color: #EAF7FF;
	border-style: dotted;
	border-color: #666666;
	border-width: 1px;
	padding:10px;
}