body {
	background-image: url("images/bg_tile.gif");
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
}

p.no_margin {
	margin: 0% 0% 0% 0%;
}

p {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #330000;
	text-align: left;
	margin: 3% 6% 6% 6%;
	line-height: 150%
}

p.left {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #330000;
	text-align: left;
	margin: 3% 6% 6% 6%;
	line-height: 100%
}

p.menu {
	margin: 0% 0% 0% 10%;
	line-height: 300%
}

h1 {
	font-family: times new roman, garamond, serif;
	font-size: 14px;
	font-weight: bold;
	color: #330000;
	margin: 3% 6% 6% 6%;
	line-height: 20%
}

h2 {
	font-family: times new roman, garamond, serif;
	font-size: 24px;
	color: #330000;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	background-color: #99cccc;
	margin: 3% 1% 2% 6%;
}

a:link {
	color: #330000;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color: #330000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #330000;
	text-decoration:none;
	font-style: italic;
	font-weight:bold;
}




