/************************************/
/* CSS Document                     */
/* basic style template             */
/************************************/ 

body{ color: #000; font-size: 12pt; background-color: #ffffff; margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

a { color: #217fc4; text-decoration: none }

a:hover { color: #217fc4; font-style: italic; text-decoration: underline }

#copyright {
	text-align: center;
	clear: both;
	padding-top: 5px;
	background-color: #C8E7FF;
	padding-bottom: 5px;
}

div.clearer {
    clear: left;
	line-height: 0;
	height: 0;
}

