body,td,p,div {
	margin:0 0 0 0;	
	FONT-SIZE: 13px; COLOR: #FFFFFF; FONT-FAMILY: Arial
}
.tinnong:link {
	COLOR: #FFFFFF;FONT-FAMILY: arial; text-decoration: none; FONT-WEIGHT: bold; FONT-SIZE: 13px;
}
.tinnong:visited {
	COLOR: #FFFFFF;FONT-FAMILY: arial; text-decoration: none; FONT-WEIGHT: bold; FONT-SIZE: 13px;
}
.tinnong:hover {
	COLOR: #ffff00; FONT-FAMILY: arial; text-decoration: none; FONT-WEIGHT: bold; FONT-SIZE: 13px;
}

.so:link {
	COLOR: #000000;FONT-FAMILY: arial; FONT-SIZE: 11px;
}
.so:visited {
	COLOR: #000000;FONT-FAMILY: arial; FONT-SIZE: 11px;
}
.so:hover {
	COLOR: #ffff00; FONT-FAMILY: arial; FONT-SIZE: 11px;
}

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 345px;
height: 400px; /* Set height to be able to contain height of largest content shown*/
border: 0px solid #687C98;
overflow: hidden;
}
/*
	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 */
background: white;
padding: 3px;
visibility: hidden;
width: 345px;
}
/*
 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: 345px;
margin-top: 0px;
text-align: right;
/*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: 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;
border: 1px solid black;
color: #ffffff;
background: #00559e;
padding: 0px 2px;
margin-right: 0px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #cc0000;
COLOR: #ffffff; 

}

.glidecontenttoggler a:hover{
background: #cc0000;
COLOR: #ffffff; 
}

.glidecontenttoggler a.toc{ 
COLOR: #ffffff; 
FONT-FAMILY: arial; 
FONT-SIZE: 10px; /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ COLOR: #000000;FONT-FAMILY: arial; FONT-SIZE: 10px;/*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;
}
