body {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 16px;
}
h1 {
	font-size: 15px;
	font-weight: bolder;
	color: #064E5D;
	margin-bottom: 15px;	
}
h2 {
	font-size: 13px;
	font-weight: bolder;
	color: #548998;
	margin-bottom: 0px;
}
#medlinks h2 {
	margin-top: 0px;
}
ul,ol {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
}
li {
	list-style-type: square;
	list-style-image: url(images/box.gif);
	list-style-position: inside;
}

.imagespacert {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.imagespacelt {
	margin-bottom: 10px;
	margin-right: 10px;
    float: left;
}
a:link {
	color: #064E5D;
	text-decoration: underline;
}
a:visited {
    color: #064E5D;
	text-decoration: underline;
}
a:hover {
	color: #064E5D;
	text-decoration: underline;
}
a:active {
	color: #064E5D;
}



