a {
	color: #c75f3e;
} 
	
a:link, a:visited {
	color: #005fa9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1{
	font-family: "Trebuchet","Trebuchet MS",Verdana,sans-serif;
	color: #006fa3;
	font-size: 24px;
	margin: 0px;
	padding-top: 15px;
	padding-left: 15px;
}

h2{
	font: bold 118% "Trebuchet","Trebuchet MS",Verdana,sans-serif;
	color: #006699;
	margin: 0px;
}

h3{
 font-family: "Trebuchet","Trebuchet MS",Verdana,sans-serif;
 color: #006fa3;
 font-size: 1.2em;
 color: #454545;
 margin: 0px;
 padding: 0px;
}

body {
	font: normal 14px auto Verdana, Helvetica, Arial, sans-serif;
	color: #4f6b72;
	background: #E6EAE9;
	margin: 0 auto;
	text-align: center;
}

.hi {
	background: #F0F8FF;
	border: 1px dotted #B0C4DE;
}

w {
	color: #4f6b72;
} 
	
w:link, w:visited {
	text-decoration: none;
}

w:hover {
	text-decoration: none;
}

#mytable {
	width: auto;
	margin-left:auto; 
	margin-right:auto;
	padding-bottom:15px;
}

caption {
	padding: 0 0 5px 0;	 
	font: italic 11px "Trebuchet","Trebuchet MS",Verdana,sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet","Trebuchet MS",Verdana,sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/table_bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	font-size: 0.9em;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align: left;
}

td.alt {
	background: #F5FAFA;
	color: #797268;
}

td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	width: 100px;
	background: #fff url(../images/table_bullet1b.jpg) no-repeat;
	font: bold 11px "Trebuchet","Trebuchet MS",Verdana,sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/table_bullet2.gif) no-repeat;
	font: bold 11px "Trebuchet","Trebuchet MS",Verdana,sans-serif;
	color: #797268;
}

.tool-tip {
	color: #fff;
	width: auto;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/box2.png) top left;
}
 
.tool-text {
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	text-align:left;
	padding: 4px 4px 4px;
	background: url(../images/box2.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

#differences {
	margin:0.5em 0 1.5em 0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;
}

#differences h3 {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.1em;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 8px;
	width: 137px;
}

#differences h3 em {
	font-style: normal;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 20px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 5pt;
	margin-left: 6px;
	width: 110px;
	display: block;
}
#differences p {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	width: 144px;
	min-height: 6em;
	font-size: 1.1em;
	padding-top: 0pt;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

#differences li {
	margin:0 30px 0 0;
	padding:0;
	float:left;
	background:url(../images/diff-tabs-top-wide.gif) no-repeat 0 0;
}

#differences li#diff-3 {
	margin-right:0;
}

#differences div {
	font-size:0.94em;
	padding:6px;
	background:url(../images/diff-tabs-bottom-wide.gif) no-repeat 0 100%;
}

#differences li:hover {
	background-position:-156px 0;
}

#differences li:hover div {
	background-position:-156px 100%;
}

.container{
    height: auto;
	width:770px;
    background-color: white;   
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 25px;
	text-align: center;
    }

.container .main {
    width: 90%;
    margin-left:38px;
	margin-right:auto;
    background-color: white;
	text-align:left;
    }  
 
.container .main .tab {
    width: 95%;
    margin-left:auto;
	margin-right:auto;
    background-color: white;
	background: #fff url(../images/table_bullet1b.jpg) no-repeat;
    }  
	
.container .header {
    width: auto;
    height: 60px;
    background: url(../images/bg_hdr3.jpg) repeat-x;
    }

.container .navbar {
	width: auto;
	height: 20px;
	background: url(../images/bg_nav3.jpg) repeat-x;
	border-bottom: 3px solid #ccd2d2;
}

.container .main .tabs-container {
    width: 100%;
	margin-left: 80px;
	margin-right: auto;
}
	
html>body .container .main .content {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
    background-color: white;
    }

.container .main .content .img-holder {
	width: 30%;
	float: left;
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
	}
.container .main .content .number-holder {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
	}

html>body .container .main .content .number-holder {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	float: left;
	}
	
.container .main .content .number-holder p{
	position: absolute;
	height: 10px;
	top: 50%;
	margin-top: -10px;
	float: left;
	}
	
html>body .container .main .content .number-holder p{
	margin-left: 30px;
	}

.container .main .content .link-holder {
	width: 97%;
	float: left;
	text-align: right;
	}

html>body .container .main .content .link-holder {
	width: 100%;
	float: right;
	height: 20px;
	}
	
.container .main .content .number {
	position: relative;
	color: #ccc;
	float: left;
	margin-right: 10px;
	font: normal 3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.container .main .content .number-adv {
	position: relative;
	color: #ccc;
	float: left;
	margin-right: 10px;
	height: 100%;
	font: normal 3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-right:10px;
}

.container .main .content .section-box {
	margin-top: 5px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 25px;
	height: auto;
	border: 1px dashed #C1DAD7;
}

.container .main .content .section-box-spec {
	margin: 5px;
	margin-bottom: 25px;
	padding: 10px;
	border: none;
}

.container .footer {
	width: 100%;
	text-align: center;
	height: 200px;
	background-color: #005fa9;
	border-top: 1px solid #ccd2d2;
}

html>body .container .footer {
	width: 100%;
	height: 200px;
	margin-bottom: 25px;
	background-color: #005fa9;
	border-top: 1px solid #ccd2d2;
}

.container .footer-adv {
	width: 100%;
	text-align: center;
	height: 180px;
	margin-top: 20px;
	background-color: #005fa9;
	border-top: 1px solid #ccd2d2;
}

html>body .container .footer-adv {
	width: 100%;
	height: 180px;
	margin-top: 0;
	margin-bottom: 25px;
	background-color: #005fa9;
	border-top: 1px solid #ccd2d2;
}

.container .footer .comment-box {
	margin-left: 19px;
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
	width: 26%;
	height: 150px;
	border: 1px dashed #C1DAD7;
	float: left;
	text-align: left;
}

html>body .container .footer .comment-box {
	margin-left: 23px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 25px;
	padding: 10px 10px 10px 10px;
	width: 26.5%;
	height: 140px;
	border: 1px dashed #C1DAD7;
	float: left;
	text-align: left;
}

.container .footer-adv .comment-box-adv {
	margin-left: 10px;
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
	width: 19%;
	height: 110px;
	border: 1px dashed #C1DAD7;
	float: left;
	text-align: left;
}

html>body .container .footer-adv .comment-box-adv {
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 25px;
	padding: 10px 10px 10px 10px;
	width: 19%;
	height: 110px;
	border: 1px dashed #C1DAD7;
	float: left;
	text-align: left;
}
   
.container .main .content .content {
    background-color: #ffffff;
    margin-bottom: 0px;
    text-align: center;
    margin-left: 20%;
	border-left: 1px solid #ccd2d2;
    }
    
    
.container .main .content .content h3{
	font-family: "Futura Condensed" ,sans-serif;
	font-weight: normal;
	font-size: 16pt;
	color: #006699;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	float: left;
	margin-left: 15px;
}

.container .main .content .content h4{
	font-family: "Futura Condensed" ,sans-serif;
	font-weight: normal;
	color: #006699;
	padding-top: 18px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
	font-size: 14pt;
	text-align: right;
	vertical-align: bottom;

	}

.container .main .content .content h5{
	font-family: "Futura Condensed" ,sans-serif;
	font-weight: normal;
	color: #006699;
    padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 14pt;
	text-align: right;
	}

.container .main .content .content p {
	text-align: justify;
	margin-right: 25px;
	
	margin-left: 15px;
	}


.container .main .content .content img {
	padding: 15px 15px 0px 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}    

.container .main .content .content embed {
	padding: 15px 15px 0px 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}    

    
    