a.top{
	float:right;
	text-decoration:none;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#0099FF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	
}
a.top:hover{
	background-color:red;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}
a.side:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:blue;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}
a.side:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:blue;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}
a.side:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:red;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
