<style type="text/css">	<!--

	BODY {
		background-color: #FFFFFF;
		color : black;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : x-small;
		scrollbar-face-color: #CCCCCC;
		scrollbar-shadow-color: darkred;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-track-color: #CCCCCC;
		scrollbar-arrow-color: darkred;
		scrollbar-3dlight-color: #CCCCCC;
		scrollbar-darkshadow-color: #000000;
	}

	h3 {
		margin : 2px 0px 2px 0px;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : medium;
		font-weight: bold;
		color: red;
	}

	h4 {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : small;
		color: #CC3300;
	}


	h5 {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : x-small;
		color: #CC0000;
	}

	P, TD {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : x-small;
	}

	FORM {
		margin : 0px 0px 0px 0px;
	}


	UL {
		list-style: url(images/redBullet.gif);
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : x-small;
	}

	/* from here down is reserved for hyperlinks and classes */

	A {
		color:blue;
		font-size:x-small;
		font-family:verdana, arial, helvetica, sans-serif;
	}

	A:hover {
		color : red;
	}

	A.manage-link {
		color: black;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : x-small;
		text-decoration:none;
		border : 1px solid silver;
		margin : 0px 0px 5px 0px;
		height : 20px;
		width : 160px;
		letter-spacing : 1px;
		padding : 3px 0px 3px 3px;
	}

	A.manage-link:hover {
		color : red;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : x-small;
		font-weight : bold;
		text-decoration:none;
		border : 1px solid silver;
		margin : 0px 0px 5px 0px;
		height : 20px;
		width : 160px;
		letter-spacing : 1px;
		padding : 3px 0px 3px 3px;
	}

	A.manage-link-active {
		color: white;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : x-small;
		font-weight : bold;
		text-decoration:none;
		border : 1px solid silver;
		margin : 0px 0px 5px 0px;
		height : 20px;
		width : 160px;
		letter-spacing : 1px;
		padding : 3px 0px 3px 3px;
		background : red;
	}

	A.manage-link-active:hover {
		color : white;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : x-small;
		font-weight : bold;
		text-decoration:none;
		border : 1px solid red;
		margin : 0px 0px 5px 0px;
		height : 20px;
		width : 160px;
		letter-spacing : 1px;
		padding : 3px 0px 3px 3px;
	}
	-->
</style>