/* CSS Document */
.text {
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	}
.mainheading {
	font-size: 22px;
	color: #AC98A6;
	font-family: Arial;
	font-weight:bold;
	padding-left:250;
	font-variant:small-caps;
	}
.menu {
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	font-weight:bold;
	}
.menu a:link {
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
.menu a:active {
	text-decoration: none;
}
.footer {
	font-size: 10px;
	color: #000000;
	font-family: Arial;
	}


body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(image/bg0.gif);

}
