body {
	background-color: #FFF0F5;
	margin: 0px;
	padding: 0px;
}
address {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
a {
	color : #8b0000;
	text-decoration: none;
}
a:link {
	text-decoration : none;
}
a:hover {
	color : #f08080;
	text-decoration : underline;
}
a:active {
	color : #666666;
	text-decoration : none;
}
.midium { FONT-SIZE: 90%; line-height: 130% }
.midium_bold { FONT-SIZE: 90%; line-height: 130%; font-weight: bold }
.small { FONT-SIZE: 80%; line-height: 130% }
.small_bold { FONT-SIZE: 80%; line-height: 130%; font-weight: bold }
h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;

}
.subtitle {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px;

}

