/*  Style Sheet for Buttons - Property of Nations Traffic School  */
/*  Copyright 2007, Nations Traffic School                        */


.rssbutton{
color: #0000FF;
font: bold;
text-decoration: none;
}

.rssbutton:visited, {
text-decoration: none;
color: #0000FF;
font: normal;
}

.rssbutton:hover, .rssbutton:active{
color: #0000FF;
font: bold;
text-decoration: none;
}


/* Comment Marks - Red Buttons; */

.cssbuttonr{
margin: 2px;
width: 115px;
height: 18px;
font: 9pt Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
background-color: #EB0023;
border: 2px #F5BFBF outset;
padding: 1px 3px 2px 3px;
text-align: center;
text-decoration: none;
}

.cssbuttonr:visited{
text-decoration: none;
font-weight: bold;
color: white;
}

.cssbuttonr:hover{
border-style: inset;
background-color: #FF5976;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbuttonr:active{
color: white;
}


/* Comment Marks - Blue Buttons; */
.cssbuttonb{
margin: 2px;
width: 115px;
height: 18px;
font: 9pt Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
background-color: #406DDC;
border: 2px #6CA7EC outset;
padding: 1px 3px 2px 3px;
text-align: center;
text-decoration: none;
}

.cssbuttonb:visited{
text-decoration: none;
font-weight: bold;
color: white;
}

.cssbuttonb:hover{
border-style: inset;
background-color: #00B2FF;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbuttonb:active{
color: white;
}

/* Comment Marks - Gold Buttons; */

.cssbuttong{
margin: 2px;
width: 115px;
height: 18px;
font: 9pt Arial, Helvetica, sans-serif;
font-weight: normal;
color: black;
background-color: #FFC02F;
border: 2px #FFF4C9 outset;
padding: 1px 3px 2px 3px;
text-align: center;
text-decoration: none;
}

.cssbuttong:visited{
text-decoration: none;
font-weight: normal;
color: black;
}

.cssbuttong:hover{
border-style: inset;
background-color: #FFE179;
font-weight: normal;
color: black;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbuttong:active{
color: black;
}

html,body{margin: 0; padding: 0}
body{font: 10pt verdana,sans-serif; text-align: left}
div#container{text-align:left; background: "#FFFFFF"}
div#container{width:898px; margin: 0; border: 1px solid #989898; auto}
div#banner{height:86px; width:896px; margin:0}



/* Comment Marks; */

