body {
	background-color: #ffffff;
}


a:link 
{
	text-decoration: none;

}

a:visited 
{
	text-decoration: none;

}

a:hover
{
	text-decoration: none;

}

a:active 
{
    text-decoration: none;

}
.font_style
{
    font-family: "Arial";
    font-size: 12px;
    text-decoration: none; 
    font-style: normal; 
    font-weight: normal; 
    font-variant: normal;
    color:#000000;
}
.title_style
{
    font-family: "Arial";
    font-size: 14px;
    text-decoration: none; 
    font-style: normal; 
    font-weight: bold; 
    font-variant: normal;
    color:#3C5570;
}

a.buttongreen, a.buttonfastergreen {
	display:block;
	position:relative;
	float:left;
	margin: 0 2px 0 10px;	
	height:20px;
	line-height:20px;
	font: bold 11px Helvetica, Arial, sans-serif !important;
	color: white !important;
	text-transform:uppercase;
	text-decoration:none;
	background: url('/but_bg.gif') repeat-x top left;
	padding: 3px 5px 0;
}

a.buttongreen div.l, a.buttonfastergreen div.l {
	display:block;
	position:absolute;
	top:0;
	left:-5px;
	width:5px;
	height:20px;
	background: url('/but_bg_left.gif') 0 0 no-repeat;
	color:#157400;
}

a.buttongreen div.r, a.buttonfastergreen div.r {
	display:block;
	position:absolute;
	top:0;
	right:-5px;
	width:5px;
	height:20px;
	background:url('/but_bg_right.gif') 0 0 no-repeat;
	color:#157400;
}

