/* body */	
body {background-color:#FFF;margin:0;padding:0;	font-size: 12px;color: #515252;	font-family: Arial, Helvetica, sans-serif;}

/* LINKS*/	
A:Link  {color: #435590;text-decoration : underline;}
A:Visited  {color: #435590;text-decoration : underline;}
A:Active  {color: #435590;text-decoration : underline;}
A:Hover  {color: #97A2BC;text-decoration: underline; }

.foot {color:#515252;line-height:18px;}
.foot A:Link  {color:#515252;text-decoration:none;font-size: 12px;}
.foot A:Visited  {color:#515252;text-decoration:none;font-size: 12px;}
.foot A:Active {color:#515252;text-decoration:none;font-size: 12px;}
.foot A:Hover {color:#435590;text-decoration:underline;font-size: 12px;}

/* TEXT */
.plaintext {font-size: 13px; line-height:16px;}
.smalltext {font-size: 11px; line-height:14px;}

/* headlines */
.headline {font-size: 16px; font-weight:bold; color : #435590; line-height:22px;}
.smallhead {font-size: 12px; font-weight:bold; color : #435590; line-height:22px;}


/*forms*/
input.gobtn {background-color:#435590;	font-size: 12px; color: #FFFFFF;padding:5px;}
form {margin: 0; padding:0;}

/*pics*/
.pic_border {
border: solid 1px #435590;}

/*switch content p*/
.handcursor{
cursor:hand;
cursor:pointer;
font-weight:bold;
}

.shadetabs{
padding: 0;
/*margin-left: 0;
margin-top: 5px;
margin-bottom: 3px;*/
margin-left:0;padding-left:0;
margin-top:0;padding-top:0;
font: 12px Arial;
line-height:18px;
color: #515252;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
margin-left:0;padding-left:0;
margin-top:0;padding-top:0;
display:inline;
}

.shadetabs li a{
text-decoration: none;
/*padding: 3px 7px;
margin-right: 3px;*/
/*border: 1px solid #435590;*/
color: #515252;
/*background: #97A2BC;*/
}

.shadetabs li a:visited{
color: #515252;

}

.shadetabs li a:hover{
text-decoration:underline;
color: #435590;
/*background-color:#435590;*/
}

.shadetabs li.selected{
position: relative;
color: #435590;
}

.shadetabs li.selected a{ /*selected main tab style */
/*background-color:#435590;*/
color: #435590;
font-weight:bold;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration:underline;
/*background-color:#435590;*/
}

.tabcontentstyle{ /*style of tab content oontainer*/
font-size: 11px;	color: #515252;	line-height:18px;text-align: justify;
float:left;
font-family: Verdana, sans-serif;
border: 0;
width: 360px;
margin-bottom: 1em;
padding-top: 5px;
background-color:#fff;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
