/* -------------------------- */
/* Standard HTML Tags         */
/* -------------------------- */

body
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
	text-align: center;
	margin: auto;
	background: #fff;
	color: #2D2D2D;
}
a:link
{
	color: #d84203;
	text-decoration: none;
}
a:visited
{

	color: #6B5B04;
    text-decoration: none;
}
a:hover
{
	color: #c60;
	text-decoration: underline;
}
img
{
    border: none 0 #fff;
}


.page
{
	width: 755px;
	margin:auto;
	border: 1px solid #999;
}
.header
{
	width: 100%;
	text-align: center;
	margin-right: 2px;
	margin-bottom: 5px;
}
.main
{
	width: 500px;
	margin-left:auto;
	margin-right:auto;
}

.footer
{
	width: 98%;
	text-align: left;
	font-size: 8pt;
	margin-top: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FC0;
	padding: 5px;
}

#wrapbtn{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:120px;
}
a.btn_left, a:visited.btn_left, a:hover.btn_left, a:active.btn_left{
color: #666666; /*button text color*/
}

a.btn_left span.l_icon{
background: transparent url('http://www.gnldRadio.com/images/roundedge-gray-right-icon.gif') no-repeat top right;
display: block;
padding: 4px 27px 4px 6px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.btn_left{ /* Hover state CSS */
text-decoration: underline;
}

a.btn_left{
background: transparent url('http://www.gnldRadio.com/images/roundedge-gray-left.gif') no-repeat;
display: block;
float:left;
font: bold 0.9em Helvetica, Sans-serif; 
line-height: 18px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 25px; /* Height of button background height */
padding-left: 4px; /* Width of left menu image */
text-decoration: none;
white-space:nowrap;
}
