@charset "utf-8";
/* CSS Document */

.small{
    font-family: arial;
    font-size: 7pt;
}
* {
	font-family: arial;
	font-size: 10pt;
	color: #000000;
}
.glidetitle {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14pt;
}

.style5 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14pt;
}
.style9 {font-size: 12pt}

body {
	background-color: #000000;
	scrollbar-base-color:#44444;
	scrollbar-face-color:#777777;
	scrollbar-arrow-color:#bbbbbb;
}
.maintext {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
.box_titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.imageborder {
	border: thin outset #666666;
}
.footertext {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
A:link, A:active, A:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif; 

	font-style: normal; 

	color: #000000; 

	text-decoration: underline

}
A:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif; 

	font-style: normal; 

	color: #003366; 

	text-decoration: underline

}

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 625px;
height: 375px; /* Set height to be able to contain height of largest content shown*/
border: 2px solid #687C98;
overflow: hidden;
}
/*
	Total wrapper width: 625px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #CCCCCC;
padding: 10px;
visibility: hidden;
width: 625px;
}
/*
 Total glidecontent width: 330px+10px+10px=625px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 625px;
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 625px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid black;
color: #8aa4c2;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #0b2844;
color: black;
}

.glidecontenttoggler a:hover{
background: #000000;
color: white;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
font-size:10px;
padding: 2px;
color: white;
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
font-size:10px;
border: none
color: white;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #000000;
border: none
color: white;
}
