body 
{ 
	background-color: #FFFFFF;
	font-family: verdana, arial,helvetica;
	color: #000000; 
} 

hr {
	border-top: 3px solid #F99911;
	height: 0px;
}

/**
  * Content classes.
  */
.CSearch {
	font-family: verdana, arial,helvetica;
	color: #000000;
}
.CSearchString {
	font-family: verdana, arial,helvetica;
	font-weight: bold;
}
.CTitle {
	font-family: verdana, arial,helvetica;
	font-weight: bold;
	color: #000000;
	font-size: 1.4em;
}
.CSubTitle {
	font-family: verdana, arial,helvetica;
	font-weight: bold;
	color: #FF6600;
	font-size: 1.2em;
}

.CWarning {
	font-family: verdana, arial,helvetica;
	font-weight: bold;
	color: #2375BB;
}

.CLink {
	font-family: verdana, arial,helvetica;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.CLink {
	font-family: verdana, arial,helvetica;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.CLink:Hover {
	font-family: verdana, arial,helvetica;
	text-decoration: underline;
	color: #000000;
}


.UINavigateContainer {
	background-color: #2375BB;
	font-family: verdana, arial,helvetica;
	font-size:10px;
	font-weight: bold;
	color: #ffffff;
}

.UINavigateItem {
	font-weight: bold;
	color: #203C79;
}

.UINavigateSelectedItem {
	font-weight: bold;
	color: #ffffff;
}

.UIMenu
 {
	font-family: arial,helvetica;
	font-weight:normal;
	font-size: 12px;
	color:#ffffff;
	padding:0px;
	padding-left: 10px;
	padding-right: 10px;
 }
a.UIMenu, .UIMenu a 
{
	color:#ffffff;
	text-decoration: none;
	padding:0px;
}
a.UIMenu:hover, .UIMenu a:hover 
{
	color:#ffffff;
	text-decoration: underline;
}

.UIMenuSelected
 {
	font-family: arial,helvetica;
	font-size: 12px;
	font-weight:bold;
	color:#2375BB;
	padding:0px;
	padding-left: 10px;
	padding-right: 10px;
 }
 a.UIMenuSelected, .UIMenuSelected a 
{
	color:#2375BB;
	text-decoration: none;
	padding:0px;
}
a.UIMenuSelected:hover, .UIMenuSelected a:hover 
{
	color:#2375BB;
	text-decoration: underline;
}

.UISubMenu
 {
	font-family: verdana, arial,helvetica;
	font-weight:normal;
	color:#ffffff;
	padding:3px;
	font-size: 10px;
 }
a.UISubMenu, .UISubMenu a 
{
	color:#ffffff;
	text-decoration: none;
	padding:0px;
}
.UISubMenuSelected
 {
	font-family: verdana, arial,helvetica;
	font-weight:normal;
	color:#2375BB;
	padding:3px;
	font-size: 10px;
 }
a.UISubMenuSelected, .UISubMenuSelected a 
{
	color:#2375BB;
	text-decoration: none;
	font-weight: normal;
	padding:0px;
}
 
.UIMenuContainer 
{
	background-color: #FF6600;
	font-family: verdana, arial,helvetica;
	font-size:10px;
	font-weight:normal;
}

.UIHeader {
	background-color: #ffffff;
	font-family: arial;
	font-size: 1.4em;
	font-weight: bold;
	color: #2375BB;
}
.UISubHeader {
	background-color: #ffffff;
	font-family: arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #2375BB;
}

.UIContentContainer
{
	background-color: #ffffff;
	font-size: 0.7em; 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding: 10px;
	padding-top: 30px;
	color: #000000;
}

.UIContent {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.0em; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000;
}

.UIContent a{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.0em; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal;
	text-decoration: none;
	color: #000000;
}

.UIContent a:hover{
	text-decoration: underline;
}

.UICategoryItem
{
	background-color: #C9D9E8; 
	font-size: 1.3em; 
	font-weight: bold;
	color:#ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

.UICategoryItem a, a.UICategoryItem
{
	font-weight: bold;
	color:#ffffff;
	text-decoration: none;
}

.UICategoryItem a:hover, a.UICategoryItem:hover
{
	text-decoration: underline;
}

.UIPath
{
	background-color: #2375BB; 
	color:#ffffff; 
	font-weight:bold;
	font-size: 1.1em; 
	padding:4px;
	height: 20px;
}

.UIPath a, a.UIPath
{
	color:#ffffff; 
	font-weight:bold; 
	text-decoration: none;
}
.UIPath a:hover, a.UIPath:hover
{
	text-decoration: underline;
}

.UIPath td
{
	font-size: 1.0em;
	padding:0px;
}

.UIProductContentContainer
{
	background-color: #C9D9E8; 
	border: solid 1px #2375BB;
	color:#2375BB; 
	font-size: 1.0em;
}

.UIProductContent
{
	background-color: #C9D9E8; 
	color:#2375BB; 
	font-size: 1.0em;
}

.UIProductContent hr
{
	border-top: solid 1px #2375BB;
	background-color: #2375BB; 
	height: 0px;
}

.UIProductBold
{
	color: #FF6600;
	font-weight: bold;
}

.UIProductTitle
{
	background-color: #2375BB; 
	color:#ffffff; 
	font-weight:bold;
	font-size: 1.4em;
	padding:10px;
	height: 30px;
}

.UIProductTitle a, a.UIProductTitle
{
	color:#ffffff; 
	font-weight:bold; 
	text-decoration: none;
}
.UIProductTitle a:hover, a.UIProductTitle:hover
{
	text-decoration: underline;
}

.UIOrderItem
{
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

