@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	background-color: #B9B9B9;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}

a:link { color: #125fae; font-weight: bold; text-decoration: none; }
a:visited { text-decoration:none; font-weight:bold; color:#5f91c2; }
a:hover { color: #a2a3a5; font-weight: bold; text-decoration: none; }
a:active { color: #524d4d; font-weight: bold; text-decoration: none; }
a:focus { text-decoration:none; font-weight:bold; color:#a2a3a5; }	