@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}
body {
	background-color: #f1e4e9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
a:link {
	color: #9d2b58;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #9D2B58;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #9D2B58;
}

h1 { color: #a6b848; font-size: 18px; line-height: normal;}
.large {
	font-size: 14px;
}


.small { font-size: 10px; color: #999999; }
.largebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

