body {
padding:10px;
	scrollbar-face-color: #f0f0f0; /*/ obviously change this to whatever you want /*/
	scrollbar-arrow-color: #a6a6a6;
	scrollbar-highlight-color: #e5e5e5;
	scrollbar-3dlight-color: #f0f0f0;
	scrollbar-shadow-color: #e5e5e5;
	scrollbar-darkshadow-color: #e5e5e5;
	scrollbar-track-color: #FDFDFD;
}

*{
	font-family : Arial, Helvetica, sans-serif!important;
	font-size : 11px;
	color : #666666;
}

.lightBlue {
	font-weight: normal;
	color: #3D54A4;
}
.lightGray {
	font-weight: normal;
	color: #BEBEBE;
}
hr {
	height: 1px;
	border-bottom: #EAEAEA 1px dashed;
	border-top: #EAEAEA 0 none;
	border-right: #EAEAEA 0 none;
	border-left: #EAEAEA 0 none;
	clear: both;
	margin: 0;
	padding: 0;
}
a {
	color:#3D54A4;
	text-decoration:none;
}
a:hover {
	color:#3D54A4;
	text-decoration:underline;
}

