/*  Red, Blue and Green Buttons settings


<div align="center"></div>  */

.rssbutton{
/*  border: 1px 0000FF outset;  */
/*  padding: 0 2px;  */
/*  background-color: #ffffd4;  */
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{
width: 120px;
font: bold 10pt Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
color: white;
margin-top:  2px;
background-color: #EF0000;
border: 2px #F29B9B outset;
padding: 1px 4px;
height: 24px;
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{
	width: 120px;
	font: bold 10pt Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	background-color: #406DDC;
	margin-top:  2px;
	border: 2px #6CA7EC outset;
	padding: 1px 4px;
	height: 24px;
	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 - Green Buttons; */

.cssbuttong{
width: 120px;
font: bold 10pt Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
color: black;
background-color: #73CDB0;
margin-top:  2px;
border: 2px #BEBEBE outset;
padding: 1px 4px;
height: 24px;
text-align: center;
text-decoration: none;
}

.cssbuttong:visited{
text-decoration: none;
font-weight: bold;
color: black;
}

.cssbuttong:hover{
border-style: inset;
background-color: #6CBA9A;
color: white;
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: 822px; margin: 0; border: 1px solid silver; auto }
div#banner{height: 92px; margin: 0}

