/****** global ******/


/****** Elements/Tags ******/

html {
margin: 0;
font: normal 15px arial, verdana, helvetica, tahoma, verdana, sans-serif;
}

body {
margin: 0 0 0 0;
}

img {
text-decoration: none;
border: none;
}


/****** ID's and classes by template section ******/

.printtitle {
text-align: center;
width: 100%;
}

/* START HEADER SECTION */

/* Top border divs */

.headertop *, .headerbottom * {
display: none;
}

/* START CONTENT SECTION */

#contenttable {
	position: absolute;
	left: 0px;
	top: 20px;
}

#linkcell {
display: none;
}

#contentcell {
font-size: 95%;
color: #000000;
width: 96%
}

#contentcell a:hover {
text-decoration: None;
background-color: #4D588E;
color: #ffffff;
}

#contentcell a:hover>img {
text-decoration: none;
border: none;
background-color: #ffffff;
}


/* START FOOTER SECTION */

#footer {
display: none;
}

#statements {
position: relative;
text-align: center;
display: block;
}

#statements a {
text-decoration: none;
position: relative;
display: inline;
margin-bottom: 10px;
}

#statements a:hover {
text-decoration: none;
font-size: 100%;
color: #ffffff;
background-color: #083482;
}

#browserStatement {
position: relative;
text-align: center;
display: block;
font-size: 90%;
}

#browserStatement a {
position: relative;
display: inline;
margin-bottom: 10px;
}

#browserStatement a:hover {
text-decoration: underline;
font-size: 100%;
background: #083482;
color: #ffffff;
}

/* END FOOTER SECTION */

.featureBox {
background: rgb(255, 255, 255) none repeat scroll 0% 50%;
text-align: left;
}

td.featureBox {
border: thin solid rgb(77, 88, 142);
}

div.featureBox {
border: thin solid rgb(77, 88, 142);
margin-bottom: 6px;
}

.featureBox span {
display: none;
}

.featuretitle {
background: #4D588E none repeat scroll 0% 50%;
width: 100%;
font: bold .9em arial, verdana, helvetica, tahoma, sans-serif;
color: #fff;
height: 1.5em;
text-align: center;

}

.featureContent {
display: block;
margin-top: 5px;
}

.featureContent strong {
margin-left: .3em;
}

.featureContent ul {
position: relative;
margin-top: 0px;
margin-bottom: 10px;
display: block;
width: auto;
}

.featureContent ul li {
position: relative;
list-style-type: none;
display: inline;
line-height: 100%;
}

.featureContent a {
display: block;
font: normal 10pt arial, verdana, helvetica, tahoma, sans-serif;
color: #000;
text-decoration: none;
margin-left: -40px;
padding: .2em .4em;
line-height: 1.1em;
}

.featureContent a:hover {
background: rgb(0, 0, 0) none repeat scroll 0% 50%;
color: rgb(255, 255, 255);
padding-right: 0px;
padding-left: 0px;
padding: .2em .4em;
}

