/* DEFAULT STYLE FOR OBJECT THAT DONT INHERIT FROM BODY*/
td{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #232323;
	line-height: 14px;
}

BODY{
	background-color: #FFFFF7;
	
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #232323;
	line-height: 14px;
}


.menu {
	display: none;
}
.toplogo{
	display: none;
}


/* MAIN LINK COLORS */
A:link{
	font-weight: bold;
	color: #002448;
	text-decoration: none;
}
A:visited{
	font-weight: bold;
	color: #002448;
	text-decoration: none;	
}
A:hover{
	font-weight: bold;
	color: #680000;
	text-decoration: none;	
}


/* TOPLINKS */
.toplinks{
	display: none;
}
/* CONTENT LEFT */
#left{
	width: 660px;
	margin-top: 5px;
	float: left;
	text-align: justify;
	background-position: right;
	background-repeat: repeat-y;
	border-right: 1px solid #FFFFFF;
	padding-bottom: 20px;
}


/* RIGHT NAVBAR */
#right{
	display: none;
}

/* footer is necesary to stretch #main to correct height */
#footer{
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #ABABAB;
}
		
/* TOP CONTENT BAR +  IE HACK */
.leftbar{
	height: 15px;
	background-color: #DFE1E4;
	border-bottom: 2px solid #FFFFFF;
	margin-right: 3px;
	padding: 3px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 10px;
	color: #3A3A3A;
	display: block;	
}
/* IE hack boxmodelbug */
.leftbar { 
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 694px;
}void{}

.leftbar A:link{ 
	color: #002448;
	text-decoration: none;
}
.leftbar A:visited{ 
	color: #002448;
	text-decoration: none;
}
.leftbar A:hover{
	color: #680000;
	text-decoration: none;
}

.sublink A:link{ font-weight: normal; }
.sublink A:visited{	font-weight: normal; }
.sublink A:hover{ font-weight: normal; }

/* ELEMENTS FOR ALL PAGES */

.headtable{
	margin-bottom: 10px;
}

input, textarea, select,option{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

form{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

.headerimg{
	margin-bottom: 10px;
}

/* MAIN PAGE */
.product{
	border: 1px solid #CDCDCD;
	background-color: #EEEDEC;
	padding: 7px;
	text-align: left;
	margin-bottom: 10px;
}

.product P{
	margin-top: 5px;
}
.mainpagebox1, .mainpagebox2{
	float: left;
	height: 150px;
	margin-left: 10px;
	margin-right: 5px;
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid #CDCDCD;	
	display: inline;
}

.mainpagebox2{
	margin-left: 5px;
	margin-right: 10px;	
	float: right;
}

/* IE hack boxmodelbug */
.mainpagebox1, .mainpagebox2 { 
	width: 210px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 228px;
}
void{}

.mainpagebox1 P {
	margin-top: 7px;
} 
.mainpagebox2 P {
	margin-top: 7px;
} 

h4{
	text-transform: uppercase;
	color: #002448;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0,5pt;
	padding-top: 3px;
	padding-bottom: 2px;	
	margin: 0px;
	margin-right: 3px;
	margin-bottom: 10px;
	height: 15px;
	clear: both;
	border-bottom: 1px solid #000000;
}

.mainpagebox1 h4{
	margin-right: 0px;
	margin-bottom: 5px;
} 
.mainpagebox2 h4 {
	margin-right: 0px;	
	margin-bottom: 5px;
} 

.newvisit{
	margin-left: 10px;
	margin-right: 10px;
	padding: 3px;
	background-color: #F7F6F3;
	border: 1px solid #CDCDCD;
	display: block;
	margin-bottom: 10px;	
}

.newvisit h4{
	margin-right: 0px;	
	margin-bottom: 5px;
}

.boxitem{ 
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: justify; 
}

.dotted{
	background-position: right;
	background-repeat: repeat-y;
}

.bluebar{
	height: 15px;
	margin-bottom: 3px;
	margin-top: 10px;
	padding: 3px;
	padding-left: 5px;	
	background-color: #9CA1A6;	
	background-image: none;
	color: #FFFFFF;	
	font-weight: bold;
}

/* NORMAL CONTENT em, li, ul.. */

.content, .content2{
	line-height: 16px;
	margin-left: 15px;
	float: left;		
	display: inline;	
	width: 600px;
	margin-bottom: 10px;
}
.content2{
	border-right: 1px solid #CDCDCD;
	padding-right: 12px;
}
.content2 { 
	width: 465px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 475px;
}
void{}

/*!!!!!!!!!!!!!!*/
em{
	font-weight: bold;
	font-style: italic;
	font-size: 11px;	 
	color: #002448;
}

.content P{
	margin-top: 0px;
	margin-bottom: 15px;
}

.content2 P{
	margin-top: 0px;
	margin-bottom: 15px;
}

.content table{
	margin-bottom: 10px;
}

ul{
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}
li{
	margin-left: 5px;
}

.eyecatch1{
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 3px;
	padding: 3px;
	padding-bottom: 10px;
	background-color: #F7F6F3;
	border: 1px solid #CDCDCD;
	display: inline;
	float:right;
	width: 180px;
}
.eyecatch2{
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 3px;
	padding: 3px;
	padding-bottom: 10px;
	background-color: #F7F6F3;
	border: 1px solid #CDCDCD;
	float: left;
	width: 180px;
	display:inline;
}
/* DEFAULT, NOT TO BE USED WITH IMGLINKS */
.eyecatch{ 
	margin-bottom: 5px;
	font-weight: bold;
	color:#52708F;
	font-size: 11px;
}

.imglinks{
	margin-right: 10px;
	width: 127px;
	float: right;
	display:inline;
}

.imgbutton{
	text-align: center;
	font-weight: bold; 
	line-height: 11px;
	background-color: #9CA1A6;	
	padding: 3px;
	height: 35px;
}
.imgbutton A:link{ 
	color: #FFFFFF;
	text-decoration: none;
}
.imgbutton A:visited{ 
	color: #FFFFFF;
	text-decoration: none;
}
.imgbutton A:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/* SITEMAP */
.sitemaphead{
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 0px;
	margin-top: 10px;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #CDCDCD;
	width: 200px;
}

.sitemaphead A:link{ 
	color: #002448;
	text-decoration: none;
}
.sitemaphead A:visited{ 
	color: #002448;
	text-decoration: none;
}
.sitemaphead A:hover{
	color: #680000;
	text-decoration: none;	
}
	
/* CORP FACT SHEET */
.datatable{
	border-bottom: 1px solid #CDCDCD;
}


h1{
	font-size: 12px;
}

h2{
	font-size: 10px;
}