BODY {
	font-family: Verdana;
	font-size: 10pt;
	color: #333333;
	background: white;
	margin-top: 10px;
}

img {
	border: 0px SOLID BLACK;
}

.inner_frame {
	padding: 0 0 0 0;
	border: 5px SOLID WHITE;
}

.img_frame { 
	padding: 0 0 0 0;
	border: 1px SOLID GRAY;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #CC99FF;
}

a:hover {
	text-decoration: underline;
	color: #66CC00;
}

a:link {
	text-decoration: none;
	color: #FF0099;
}

td {
	font-family: Verdana;
	font-size: 10pt;
}

.note {
	border: 1px solid #C0C0C0;
	padding: 4 4 4 4;
	font-size: 10pt;
}

B {
	font-family: Verdana;
	font-size: 10pt;
	color: mareen; 
	text-decoration: NONE;

}

.title { 
	border: 0px solid GRAY;
	padding: 3 3 3 3;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: BOLD;
	color: YELLOW;
	background-color: #AAAAAA;
}

.copyright {
	font-family: Verdana;
	font-size: 10pt;
	color: SILVER;
}