﻿
.roundedCorners {  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }

  
div {
 text-align:left;
}
body 
{	
	font-family: Verdana, arial, sans-serif;
	font-size: 10px;
	color: #3d4040;
	overflow:none;
	scrollbar-arrow-color: d4edfb;
	scrollbar-track-color: d4edfb;
	scrollbar-face-color: 2a91ca;
	scrollbar-highlight-color: d4edfb;
	scrollbar-3dlight-color: d4edfb;
	scrollbar-darkshadow-color: d4edfb;
	scrollbar-shadow-color: f6fdfe;
}

a { text-decoration: none; color: #2F90C6; font-weight: 700; }
a:hover { text-decoration: underline; color: #2F90C6; font-weight: 700; }

a.green { text-decoration: none; color: #35C72E; font-weight: 700; }
a.green:hover { text-decoration: underline; color: #35C72E; font-weight: 700; }



img
{
	border-style: none;


}