
body {
	margin:0;
	padding:0;
	background-color: black;
	font-family: 
	font-size: 16px;
	font-family: Arial;
	color: white;
	overflow: hidden;
	width: 100%

}

.glidecontentwrapper {
position: relative; /* Do not change this value */
width: 980px;
height: 550px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
margin-top: 0px;

}
/*
	Total wrapper width: 350px+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 */
visibility: hidden;
background: #2e2e2e ;
width: 980px
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 980px;
height: 30px;
color: #ffffff;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
font-weight: light;
font-family:Arial;
text-align: center; /*How to align pagination links: "left", "center", or "right"*/
/*background: url('');*/

}
/*
 Total contenttoggler width: 350px+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;
color: #ffffff;
font-family:Arial;
padding: 12px 20px ;
margin-bottom: 0px;
font-weight: light;
text-decoration: none;
font-size: 12px
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: black;
background: #2e2e2e
}

.glidecontenttoggler a:hover{
color: #444444;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}
.content {
font-family: Arial;
	font-size: 14px;
	color: #999999;
}

h1 {
font-family: Arial;
	font-size: 16px;
	color: #999999;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 08px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #999999;
	text-decoration: none;
}

.footer {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
}

a:hover {
	color: #0000ff;
	font-family: Arial;
	text-decoration: underline overline;
}

a:visited, a:active {
	color: #999999;
	font-family: Arial;
	text-decoration: none;
	font-style: bold;
}

a:link {
	color: #666666;
	font-family: Arial;
	text-decoration: none;
}

td {
	font-family: Arial;
	font-size: 8pt;
}

a {
	font-family: Arial;
		text-decoration: none;

}