a:link {color: darkorange; text-decoration: underline;}
a:visited {color: darkorange; text-decoration: underline;}
a:hover {color: yellow; text-decoration: underline;}

.logo {font-family: Verdana, Arial; font-size: 30px; font-weight: bold; color: #FFA500;}
.menu {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;}

.text  {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff;}

.text_tb  {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #c0c0c0;}

.text1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;}

.title {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666;}

h3 {font-family: Courier New, Verdana, Arial,; font-size: 20px; color:darkgray; border-bottom:1px solid #404040;margin-top:40px;}

h4 {font-family: Verdana, Arial,; font-size: 14px; color: darkgray; font-weight:600; text-align:center;text-transform: uppercase; margin-top:5px;margin-bottom:5px;}

h5 {font-family: Verdana, Arial,; font-size: 12px; color: white; background: #a0522d;}

.note {background:#303030; border-left:6px double #b8860b; border-bottom:1px solid #b8860b; padding-left:8px; padding-bottom:4px;}

/***tips section

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid darkorange;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: darkorange;
background-color: black;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #FFF;
background-color: darkorange;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}

.shadetabs{
padding: 3px 0;
margin-left: 10;
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 darkorange;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
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: darkorange;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid black;
width: 600px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

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


/*specify height of broken up content */
.multiparts{
height: 150px;
border: 1px solid dimgray;
padding: 3px;
background: #404040;
color: #505050;
}

#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid dimgray;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}


#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
color: black;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

