/* CSS Document */



* {padding:0; margin:0;}

body {font-family:arial; font-size:10pt; color:#666666; line-height:1.5em; text-align:center; background-color:#f5f5f5; background-image:url(images/bg.gif); background-repeat:repeat-y; background-position:center;}

#wrap {width:790px; overflow:hidden; margin:auto;  background-color:white; text-align:left; }
#header {background-image:url(images/header.gif); background-repeat:no-repeat; background-position:center; height:80px; width:790px; margin:0 auto 0 auto;}
#bullets { width:650px; margin:auto; text-align:left;}

h1 {margin-top:10px; margin-bottom:20px; color:red; line-height:1.1em; font-size:16pt;}
h2 {margin-top:15px; margin-bottom:25px;}
ul {list-style-image:url(images/check.gif);}
li {font-size:12pt;}
p {margin-bottom:1em; line-height:1.5em; font-size:10pt;}



.center {text-align:center;}
.indent {color:#666666; margin-left:20px; border:1px solid #cccccc; padding:6px; margin-top:10px; margin-bottom:25px; }
.yellow {background-color:yellow;}
.spacing {margin-top:35px;}

tr {margin-bottom:10px; }

/*	 ELEMENTS		*/

input.input { 
	display:block;
	background:#fff9dd/*#f5f5f5*/!important;
	border:1px solid #CCCCCC;
	padding:3px;
	width:180px;
	margin:3px 0 8px 0;
	color:#333333;
}
h1 {
	line-height:1.5em;
	margin:0 0 15px 0;
	font-weight:bold;
	font-size:12pt;
	color:#469DD7;
	text-align:left;

}
h2 	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#469DD7;
	font-size:12pt;
	margin:40px 0 10px 0;
}
p {
	margin:0 0 15px 0;
}


















/*  JAVSCRIPT    */
 .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: 545px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
text-align:justify;
}

@media print {
.tabcontent {
display:block!important;
}
}

hr {
 width:80%;
 height:10px;
 background-color:#ffffff;
 border-top:1px solid #c5c5c5;
 border-right:none;
 border-left:none;
 border-bottom:none;
}