body 
	{
		color: black;
		background-color: white;
		background-image: url(img/body_bg.gif);
		background-repeat: repeat-y;
		font-family: verdana, arial, helvetica, sans-serif;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
		padding: 0;
	}

p, div, td, th, li {
	font-size: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
}

h1 {
	color: rgb(00,102,00);
	font-size: 125%;
	font-family: verdana, arial, helvetica, sans-serif;
}

h2, h3 {
	font-size: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
}

pre {
	font-family: courier;
	font-size: 100%;
}

a {
	color: rgb(00,102,00);
}

a:hover {
	color: red;
}

td.header {
	background-image: url(img/top_bg.gif);
	font-size: 80%;
}

p.header {
	color: rgb(00,102,00);
}

span.bold {
	font-weight: bold;
	font-size: 130%;
}

td.corner {
	background-image: url(img/corner.gif);
}

td.topedge {
	background-image: url(img/top_edge.gif);
}

ul.greendot {
	list-style-image: url(img/greendot.gif);
}
