BODY {
  color: #000000;
  margin: 5px;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

A { 
  color: #0000FF; 
  text-decoration: underline; 
}

A:hover { 
  color: #0000FF; 
  text-decoration: underline; 
}

FORM {
	display: inline;
}
.boxText { font-family: Arial, sans-serif; font-size: 14px; color: #000000; }

TD.headerNavigation { 
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color:#719cc6;
}

A.headerNavigation { 
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color:#719cc6;
  text-decoration:none;
}

A.headerNavigation:hover {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color:#719cc6;
  text-decoration:underline;
}

TD.footerNavigation { 
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color:#FFFFFF;
}

A.footerNavigation { 
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color:#FFFFFF;
  text-decoration:none;
}

A.footerNavigation:hover {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color:#FFFFFF;
  text-decoration:underline;
}

Table.ProductList {
    background-color:#FFFFFF;
    border:2px solid #719cc6;
}

td.ProductListTitle {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color:#FFFFFF;
}
  

td.ProductList {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:#FFFFFF;
    line-height:18px;
    background-color: #719cc6;
}
    
a.ProductList {	
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:#FFFFFF;
    text-decoration: none;
}	

a.ProductList:hover {	
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:#FFFFFF;
    text-decoration:underline;
}

a.SProductList {	
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:#FFFFFF;
    text-decoration: none;
}	

a.SProductList:hover {	
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:#FFFFFF;
    text-decoration:underline;
}		


Table.ToolsBox{
    background-color:#FFFFFF;
    border:2px solid #719cc6;
}

td.ToolsBoxTitle {
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height:18px;
    color:#FFFFFF;
    background-color: #719cc6;
}
  

td.ToolsBox {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:#FFFFFF;
    background-color: #719cc6;
    line-height:18px;
}
    
a.ToolsBox{	
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:#FFFFFF;
    text-decoration: none;
}	

a.ToolsBox:hover {	
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:#FFFFFF;
    text-decoration:underline;
}	

a.SToolsBox{	
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:#FFFFFF;
    text-decoration: none;
}	

a.SToolsBox:hover {	
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:#FFFFFF;
    text-decoration:underline;
}	

td.ProductListTitle {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color:#FFFFFF;
}
  
.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}


TD.loginBoxTitle {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

TD.loginBox {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

a.loginBox {	
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:#FFFFFF;
    text-decoration: none;
}	

a.loginBox:hover {	
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:#FFFFFF;
    text-decoration:underline;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

ul {
    list-style-position: outside;
 //   list-style-image: url(images/lt-tribullet.gif);
    font-family: Arial, sans-serif;
    font-size: 12px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

.mainarea {
	border: 1px solid #d5d5d5;
	width: 98%;
}

/* data table */
.dataTableHeadingRow { 
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 25px;
	background: url(images/background.gif);
	background-repeat: repeat;
	font-size: 12px;
	color: #ffffff;}
.dataTableHeadingContent { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold; }
.dataTableRow { background-color: #F5F5F5; }
.dataTableRow0 { background-color: #000099;font-color: #FFFFFF; }
.dataTableRow1 { background-color: #FFFF99; }
.dataTableRow2 { background-color: #3399FF; }
.dataTableRow3 { background-color: #FF9933; }
.dataTableRow4 { background-color: #3399FF; }
.dataTableRow6 { background-color: #99FF99; }
.dataTableRowSelected { background-color: #DEE4E8; }
.dataTableRowOver { background-color: #FFFFFF; }
.dataTableContent { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000000; }

.menubackgr {
	background: #F1F3F5;
	border-bottom: 1px solid #cccccc;

}

.menubackgrOver {
	background: #afc9e7;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

td{
    font-family: Arial, sans-serif;
    font-size: 12px;
}