@charset "UTF-8";
/* CSS Document */

body {
	background-color:#ffffff;
	background-image:none;
	text-align:left;
	font-size:76%;
	}


a:link, a:visited {
	color:#004DA0;
	text-decoration:underline;
	}
a:hover, a:active {
	color:#698CDB;
	text-decoration:underline;
	}
h2 {
	margin-top:0;
	}
ul {
	margin:6px 0 0 0;
	}



li {
	padding:0px 8px 5px 0px;
	line-height:1.2em;
	}
li a {
	display:block;
	padding:0 0 0 17px;
	height:100%;
	font-weight:normal;
	background:#ffffff url(../images/gray_square.jpg) left 4px no-repeat;
	}
ul {
	list-style-type:none;
	padding:0;
	line-height:100%;
	}
a:link, a:visited {
	color:#666;
	text-decoration:none;
	}
a:hover, a:active {
	color:#999;
	text-decoration:underline;
	}

