body
{
	margin: 0px;
	color: black;
	background-color: white;
}

.

.Normal {
	font-size:10px;
        font-family:Tahoma;
	color:#595436;
	}

P {
	padding: 4px 4px 4px 4px;
	}


/* Main Menu */

.MainMenu_MenuContainer {
	border: 0px solid;
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:12;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: #fca274 0px solid;
	border-bottom: #fca274 1px solid;
	border-top: #fca274 1px solid;
	border-right: #fca274 0px solid;
}

.MainMenu_MenuIcon
{
	border-top: #ed5200 1px solid;
	border-left: #ed5200 1px solid;
	width: 15px;
	cursor: hand;
	border-bottom: #ed5200 1px solid;
	height: 21px;
	background-color: #ed5200;
	text-align: center;
}

.MainMenu_SubMenu {
	z-index: 1000;
	margin-top: 1px;
	cursor: pointer;
	cursor: hand;
	background-color: #FCA274;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
	border-bottom: #FCA274 0px solid;
	border-left: #FCA274 0px solid;
	border-top: #FCA274 0px solid;
	border-right: #FCA274 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #fca274 1px solid;
	border-left: #fca274 0px solid;
	border-top: #fca274 1px solid;
	border-right: #fca274 0px solid;
	background-color: White;
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #fca274;
	cursor: pointer;
	cursor: hand;
	color: White;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #fca274 1px solid;
	border-bottom: #fca274 1px solid;
	border-top: #fca274 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}


/* Skin */
span.menuimg {
  background: url(orangearrow.gif) no-repeat center center;
}

table.cbframe {
	text-align: center;
	width: 100%;
}

table.cbpage {
    width: 1000;
}

table.cbpagefixed {
    width: 1000px;
}

table.cbborder {
    width: 100%;
	border: #fff 4px solid;
	background-color: #ccc;
	padding: 0px;
}

/* Login and Register area on left   */
td.cbui {
  width: 300px;
  background-color: #ed5200;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  height: 30px;
  padding: 5px;
  text-align: left;
}

td.cbui a.SkinObject, td.cbui a.SkinObject:visited {
	font-family: Verdana, Geneva, Arial, sans-serif;
    font-size:  10px;
    font-weight: bold;
    color: #333333;
  }

td.cbui a.SkinObject:hover {
    color: #fff;
  }
  
/* Top Menu Bar */
td.cbmi
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: #fff 2px solid;
	background-color: #ed5200;
}

/* LOGO Area   */
td.cbli {
  font-size: 3px;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  height: 80px;
  padding: 5px;
  width: 230px;
  text-align: left;
  background-color: #ffffff;}


td.cbai
{
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: #fff 2px solid;
	background-color: white;
}

/* Search area on left   */
td.cbdi
{
	border-right: #fff 2px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 230px;
	padding-top: 5px;
	border-bottom: #fff 2px solid;
	height: 20px;
	background-color: gainsboro;
	text-align: left;
}

td.cbdi a.SkinObject, td.cbdi a.SkinObject:visited
{
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

td.cbdi a.SkinObject:hover {
    color: #fff;
  }


td.cbbi span.SkinObject
{
	font-family: Verdana, Geneva, Arial, sans-serif;
    font-size:  10px;
    font-weight: bold;
	color: #ffffff;
}

/********************************/
/* START: Links on Where am I   */
td.cbbi {
  background-color: gainsboro;
  border-bottom: #fff 2px solid;
  height: 20px;
  padding: 5px;
}

/* Where am I Reference */
td.cbbi a.SkinObject:active, td.cbbi a.SkinObject:link, td.cbbi a.SkinObject:visited {
	font-family: Verdana, Geneva, Arial, sans-serif;
    font-size:  10px;
    font-weight: bold;
    color: #999999;
 	text-decoration: none;
  }
  
/* Where am I Reference */
td.cbbi a.SkinObject:hover {
    color: #ffffff;
 	text-decoration: none;
 }
/* END: Links on Where am I     */
/********************************/


/* Left Menu Area */
td.cbii
{
	border-right: #fff 2px solid;
	width: 230px;
	background-color: white;
	text-align: right;
}



/* Content Area */
td.cbci {
	background-color: #FFFFFF;
	width: 795px ;
}


/********************************/
/* START: Links on content page */

a:active, a:link, a:visited
{
	color: #ed5200;
	text-decoration: underline;
}

a:hover
{
	color: #ed5200;
	text-decoration: none;
}

/* END: Links on content page   */
/********************************/


/********************************/
/* START: Links on left menu    */

.cbii a:active, .cbii a:link, .cbii a:visited
{
	color: #e39376;
	text-decoration: none;
}

.cbii a::hover
{
	color: #e39376;
	text-decoration: underline;
}
/* END: Links on left menu      */
/********************************/


/********************************/
/* START: Bullets               */

LI
{
	list-style: disc url(/images/bullet_dollar.gif) inside;
}

UL LI
{
	list-style-position: outside;
	list-style-type: disc;
}

UL LI LI    {
	list-style-position: outside;
    list-style-type:    disc;
}

UL LI LI LI {
	list-style-position: outside;
    list-style-type:    circle;
}

OL LI   {
	list-style-position: outside;
    list-style-type:    decimal;
}

OL OL LI    {
	list-style-position: outside;
    list-style-type:    lower-alpha;
}

OL OL OL LI {
	list-style-position: outside;
    list-style-type:    lower-roman;
}

/* END: Bullets                 */
/********************************/


/********************************/
/* START: Technical Specs page  */

.TechSpec
{
	border-right: #ffffff 1px solid;
	table-layout: fixed;
	border-top: #ffffff 1px solid;
	border-left: #ed5200 0px solid;
	border-bottom: #ed5200 0px solid;
	border-collapse: separate;
	background-color: #ffffff;
}
.TechSpec .smallTD
{
	border-right: #ffffff 1px solid;
	table-layout: fixed;
	border-top: #ed5200 0px solid;
	border-left: #ed5200 0px solid;
	border-bottom: #ffffff 1px solid;
	border-collapse: separate;
	background-color: lightgrey;
}


/* END: Technical Specs page    */
/********************************/


.Head
{
	font-weight: bold;
	font-size: 16px;
	color: #ed5200;
	font-variant: small-caps;
}

.SubHead
{
	font-weight: normal;
	font-size: 12px;
	color: #ed5200;
	font-variant: small-caps;
}


H1
{
	font-weight: normal;
	font-size: 16px;
	color: #ed5200;
	font-variant: small-caps;
}

H2
{
	font-weight: normal;
	font-size: 16px;
	color: #ed5200;
	font-variant: small-caps;
}

H3
{
	font-weight: normal;
	font-size: 16px;
	color: #ed5200;
	font-variant: small-caps;
}

H4
{
	font-weight: normal;
	font-size: 14px;
	color: #ed5200;
	font-variant: small-caps;
}


/* Footer Links */
div.linkinfo
{
	padding-right: 5px;
	border-top: #fff 2px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 15px;
	background-color: white;
	text-align: right;
}

div.linkinfo span.SkinObject {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size:  9px;
  color: #333333;
}

div.linkinfo span a.SkinObject, div.linkinfo span a.SkinObject:visited {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size:  10px;
  font-weight: bold;
  color: #333333;
}

div.linkinfo span a.SkinObject:hover {
   color: #e39376;
}


div.pageheader {
	text-align: right;
	width: 100%;
	height: 15px;
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #aaa;
}

div.pageheader span.SkinObject {
	font-family: Verdana, Geneva, Arial, sans-serif;
    font-size:  10px;
    font-weight: bold;
    color: #aaa;
  }


div.pagefooter {
	font-size: 9px;
	text-align: center;
	width: 100%;
	height: 25px;
	padding: 5px;
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, sans-serif;
   	color: #e39376;
}

div.pagefooter a.Normal, div.pagefooter .SkinObject, div.pagefooter a.SkinObject, div.pagefooter a.SkinObject:visited {
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #aaa;
}

/* Terms and Conditions, Privacy Statement, etc */
div.pagefooter a.SkinObject:hover {
   color: #e39376;
}


