body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h2	{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#6081c2;
	padding-left:20px;
	padding-bottom:0px;
	}
	
li {
 	line-height:22px;
	padding-left:15px;
	padding-right:15px;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px 20px;
}

a {
	text-decoration: underline;
	color:#6081c2;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:link {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}

.sm_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 20px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
.nav a:hover {
	text-decoration: none;
    color: #9AB8DA;
}
.nav a:link {
	text-decoration: none;
}
.nav a:active {
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
}
.box_footer {
	background-image: url(images/footer_bgrnd.gif);
	background-repeat: repeat-x;
}
.box_nav {
	background-image: url(images/top_nav_bgrnd.gif);
	background-repeat: no-repeat;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0047B0;
}
.sidebar a:hover {
	text-decoration: underline;
	color: #000000;
}
.sidebar_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #000000;
}
.sidebar_title a:hover {
	text-decoration: underline;
	color: #000000;
}
.sidebar_title a:link {
	text-decoration: underline;
	color: #0047B0;
}
.sidebar_title a:visited {
	text-decoration: underline;
	color: #0047B0;
}
.sidebar_title a:active {
	text-decoration: underline;
	color: #0047B0;
}
.rfield {
  float: left;
  width: 100px;
  }
  
.indent	{
  padding-left: 20px;
}
.cartbox {
  background: #FFF;
  border-top: #CCC 1px solid;
  border-left: #CCC 1px solid;
  border-bottom: #999 1px solid;
  border-right: #999 1px solid;
  padding: 10px 10px 35px 10px;
}