.main{	border: none; margin-left: auto; margin-right: auto; padding-top: 0; background-color: #ffffff; margin-top: 24px; width: 709px}
.t1{font-family:tahoma; font-size:11px; color:#FFFFFF; line-height:14px}
.t2{font-family:tahoma; font-size:11px; color:#444648; line-height:14px}
.t2 a{ color:#2871AF; font-family:tahoma; font-size:11px; font-weight:normal}
.t2 strong{color:#D24E21;}
.t2 i {font-style:normal; color:#D24E21;}
.t2 u {font-style:normal; text-decoration:none; color:#2871AF;}
.link01{font-family:tahoma; font-size:11px; color:#FFFFFF; padding-left:8px; background-image:url(images/1_arrow_1.gif); background-position:center left; background-repeat:no-repeat}
.link02{font-family:tahoma; font-size:11px; color:#2871AF; padding-left:7px; background-image:url(images/1_arrow_3.gif); background-position:center left; background-repeat:no-repeat}
.link01 a{font-family:tahoma; font-size:11px; color:#FFFFFF; text-decoration:underline; font-weight:bold}
.link02 a{color:#2871AF; font-family:tahoma; font-size:11px; text-decoration:underline; font-weight:bold}


.line{background-image:url(images/hor_line.jpg); background-repeat:repeat-x; background-position:top left; height:1px}
ul{list-style:none; margin:0px; padding:0px;}
li {background-image:url(images/1_arrow_2.gif); background-position:center left; background-repeat:no-repeat; padding-left:13px;}
li a{font-family:tahoma; font-size:11px; text-decoration:underline; font-weight:normal; color:#2871AF;}

.priv{font-family:tahoma; font-size:11px; font-weight:normal; color:#2871AF;}
.priv a{color:#737373; font-weight:bold; text-decoration:none}
.priv i{color:#737373; font-style:normal;}
.cl_1 {background-image:none; line-height:14px; color:#FFFFFF; font-weight:normal; text-decoration:none; font-family:tahoma; font-size:11px}
.cl_1 a{color:#FFFFFF; font-weight:normal; text-decoration:none;}
.cl_2 {background-image:none; line-height:14px; color:#FFFFFF; font-weight:normal; text-decoration:none; font-family:tahoma; font-size:11px}
.cl_2 a{color:#FFFFFF; font-weight:normal; text-decoration:underline;}
.cl_3 a{color:#D24E21;}
.cl_3{ background-image:url(images/4_arrow.gif); padding-left:12px}


input{font-family:tahoma; font-size:11px; color:#444648; width:332px; height:23px; border-style:solid; border-width:1px; border-color:#858687;}
textarea{font-family:tahoma; font-size:11px; color:#444648; width:332px; height:88px; border-style:solid; border-width:1px; border-color:#858687; overflow:hidden}

.button {
	text-decoration: none;
	color: #000000;
	font-family:tahoma;
	font-weight: bold;
	margin-left: 30px;
	margin-right:25px;
}

a:hover {
	color: #0000FF;
}

/* tab styles */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 400px;
height: 250px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}