@charset "utf-8";
/* CSS Document */


body,td,th {
	font-size: 12px;
	color:#000000;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}
a:link {
	color: #664491;
	text-decoration: underline;
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color: #35006E;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #35006E;
	font-weight:bold;
}
a:active {
	text-decoration: underline;
	color: #FAFBB9;
	font-weight:bold;
}

h1 {font-size:24px}
h2 {font-size:18px}
h3 {font-size:14px}

h1,h2,h3 {color: #34006C}
