﻿body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	height: auto;
}

.btn
{
	border: 1px solid #7b9ebd;
    padding-right: 2px;
	    padding-left: 2px;
	    font-size: 12px;
	    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
	    cursor: hand;
	    color: black;
	    padding-top: 2px;
	    width: 40px;
    height: 25px;
}

a:link {
	font-size: 12px;
	color: #06482a;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #06482a;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
