body  {
	font-family: Microsoft Sans Serif;
	font-size: 10pt;
	}
	
a:link       { color: #000000; text-decoration: none }
a:visited    { color: #000000; text-decoration: none }
a:hover    { color: #000000; text-decoration: underline}



a.admin {
	color: #000000;
	text-decoration: none;
	font-family: Microsoft Sans Serif;
	font-size: 8pt;
	font-weight: bold;
}

a.admin:hover {
	color: #9ACD32;
	text-decoration: underline;
	font-family: Microsoft Sans Serif;
	font-size: 8pt;
	font-weight: bold;
}

a.menu {
	color: #000000;
	text-decoration: none;
	font-family: Microsoft Sans Serif;
	font-size: 10pt;
}

a.menu:hover {
	color: #CC6699;
	text-decoration: underline;
	font-family: Microsoft Sans Serif;
	font-size: 10pt;
}

a.body {
	color: #000000;
	text-decoration: none;
	font-family: Microsoft Sans Serif;
	font-size: smaller;
}

a.body:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Microsoft Sans Serif;
	font-size: smaller;
}

h1 {
	color: Black;
	font-family: Microsoft Sans Serif;
	font-size: smaller;
	font-weight: normal;
}

h2 {
	color: Black;
	font-family: Microsoft Sans Serif;
	font-size: medium;
	font-weight: bold;
}

h2.red {
	color: Maroon;
	font-family: Microsoft Sans Serif;
	font-size: medium;
	font-weight: bold;
}

.gbutton {
	font-family: "Microsoft Sans Serif";
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	background-color: #9ACD32;
	border-bottom-color: Black;
	border-right-color: Black;
}