/* CSS Document */
.center
{
margin-left:auto;
margin-right:auto;
width:275px;

}
.header_logo  { background: #00cc33; color: green; border-bottom: solid 0px green; margin: 0 0 0 0; padding: 1px;}
.header  { background: #e0ffe0; color: green; border-top: solid 1px green; border-bottom: solid 1px green; margin: 0 0 5px 0; padding: 1px;}
.footer  { font-size: small; background: #e0ffe0; color: green; border-top: solid 1px green; border-bottom: solid 1px green;  margin: 5px 0 0 0; }
hr       { clear: both; border:solid; border-width:2px; border-bottom-color:#007300; border-top-color:#ffffff; border-left-color:#ffffff; border-right-color:#ffffff;}
.accesskey { text-decoration: underline; }
a { text-decoration: none; }
.highlight  { font-weight: bold; }        
.small {font-size: small;}
.info {font-size: small; font-weight: bold;}
.validation { margin-top: 10px; }
.arrow {float:right; clear:right; margin:4px;  border:none;}
.info {text-align:center; font-size: small; font-weight: bold;}

.pos_right
{
position:relative;

top:300px;
}  
