body {
	margin: 0px;
	background-color: #CCCCCC;
	color: #333333;
}

body a, body p, body span, body div, body td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;	
}

a img {
	border: 0px;
}

a {
	color: #0A51A1;
	text-decoration: none;
}

a:hover {
	color: #333333;
}

p {
	margin: 0px 0px 10px 0px;
}

ul {
	margin: 0px 0px 0px 3px;	
	padding: 0px 0px 0px 10px;
	list-style-image: url(../images/ul_dot.jpg);	
}

ul li {
	padding: 0px 0px 5px 0px;
}

form {
	margin: 0px;
}

.input{
	border-left:#CCCCCC solid 1px; 
	border-right:#CCCCCC solid 1px; 
	border-top:#CCCCCC solid 1px; 
	border-bottom:#CCCCCC solid 1px;
	font-weight: normal;
}


#mainBody {
	background-color:#FFFFFF;
}

#mainBody .insidePadding {
	padding: 0px 15px 0px 15px;
}

#mainBody .insidePadding .contentPadding{
	padding: 0px 13px;
}

#top {
	padding: 6px 0px 16px 0px;
}

#footer {
	height: 30px;
	background:url(../images/footer_bg.jpg) center no-repeat;
}

#footer td {
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#CCCCCC;
}

#nav .sep {
	width: 50px;
	background: url(../images/nav_sep.jpg) center top no-repeat;
	font-size: 1px;
}

.spacer {
	font-size: 1px;
	line-height: 1px;
}

.sep1 {
	font-size: 1px;
	line-height: 1px;
	height: 2px;
	background-color: #CCCCCC;
}

.highlight1 {
	color: #0A51A1;
}

.title1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000000;	
}

.smallTxt1 {
	font-size:10px;
	line-height: 18px;
}

.footerTxt {
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#CCCCCC;
}

.link1 {
	font-size: 12px;
	color: #666666;
}

.link1:hover {
	color: #FA0027;
}


.arrowIcon {
	margin: 7px 8px 0px 0px;
}

.titleIcon {
	margin: 5px 8px 0px 0px;
}

.btnTop {
	margin: 5px 0px;
}

.cell1 {
	background-color:#E4E4E4;
	padding: 5px 10px;
}

/*** start headerBar ***/
.headerBar .left {
	width: 10px;
	height: 21px;
	background: url(../images/heade_bar_left.jpg) left top no-repeat;
	font-size: 1px;
}

.headerBar .center {
	height: 21px;
	background: url(../images/heade_bar_bg.jpg) top repeat-x;
	padding-left: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.headerBar .right {
	width: 10px;
	height: 21px;
	background: url(../images/heade_bar_right.jpg) left top no-repeat;
	font-size: 1px;
}
/*** end headerBar ***/

/*** start headerBar2 ***/
.headerBar2 {
	height: 20px;
	background: url(../images/underline1.jpg) bottom repeat-x;
}

.headerBar2 .text {
	height: 20px;
	background: url(../images/underline2.jpg) bottom repeat-x;
	color: #0A51A1;
}
/*** end headerBar2 ***/

/*** start productsLogo ***/
table.productsLogo td {
	padding: 0px 50px 25px 0px;
}

table.productsLogo td table.logo td {
	padding: 0px 0px 0px 0px;
}

table.productsLogo td table.logo td.sep {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	background-color: #CCCCCC;
}
/*** end productsLogo ***/


/*** start productsLogoV2 ***/
table.productsLogoV2 td {
	padding: 0px 0px 25px 16px;
}

table.productsLogoV2 td table.logo td {
	padding: 0px 0px 0px 0px;
}

table.productsLogoV2 td table.logo td.sep {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	background-color: #CCCCCC;
}
/*** end productsLogoV2 ***/

/*** start left nav style ***/
.leftnavSep {
	background: url(../images/leftnav/sep.jpg) repeat-x;
	height: 2px;
	font-size: 1px;
	line-height: 1px;
}

div.leftNav, div.leftNavHighlight {
	padding: 12px 0px 10px 0px;
}

div.leftNav a img, div.leftNavHighlight a img{
	margin: 5px 8px 0px 3px;
} 

div.leftNav a {
	font-family: Helvetica, Verdana, Arial, sans-serif;	
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}
div.leftNav a .hoverImg { 
	display:none; 
} 
div.leftNav a:hover { 
	border:none;
	color: #FA0027;
}
div.leftNav a:hover .origImg{
	display:none;
}
div.leftNav a:hover .hoverImg { 
	position:relative; 
	left:0px; 
	top:0px; 
	display:inline;
}

div.leftNavHighlight a {
	font-family: Helvetica, Verdana, Arial, sans-serif;	
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	color: #FA0027;
	text-decoration: none;
	cursor: pointer;	
}
div.leftNavHighlight a:hover {
	color: #FA0027;
}
div.leftNavHighlight a .origImg { 
	display:none; 
}

div.leftNavSub {
	padding: 0px 0px 10px 15px;
}
/*** end left nav style ***/