@charset "utf-8";
a:link {
	color: #0000FF;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #CC0066;
}
a:active {
	color: #336666;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-style: italic;
}
h1 {
	font-size: xx-large;
	color: #CC0099;
}
h2 {
	font-size: x-large;
	color: #CC0099;
}
h3 {
	font-size: large;
	color: #CC0099;
}
h4 {
	font-size: small;
	color: #CC0099;
}
h5 {
	font-size: x-small;
	color: #CC0099;
}
h6 {
	font-size: xx-small;
	color: #CC0099;
}
body, td, th {
	font-family: Comic Sans MS, Arial, sans-serif;
	font-size: medium;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.MenuBack {
	background-image: url(images/MenuBackdrop.jpg);
	background-repeat: no-repeat;
}
ul {
	list-style-type: disc;
}
.smaller {font-size: smaller}
.smallerbold {	font-size: smaller;
	font-weight: bold;
}
.whitebold {color: #FFFFFF; font-weight: bold; }

.glossymenu {
	padding: 0;
	width: 200px; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
	color: #000000;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10;
}
.glossymenu a.menuitem {
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/50Whiter.gif);
	background-repeat: repeat;
	background-position: left bottom;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
	color: #000099;
}
.glossymenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}
.glossymenu a.menuitem:hover {
	background-image: url(images/50Whiter.gif);
	color: #990000;
}
.glossymenu div.submenu { /*DIV that contains each sub menu*/
}
.glossymenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.glossymenu div.submenu ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/50Whiter.gif);
	background-repeat: repeat;
	color: #000000;
}
.glossymenu div.submenu ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.glossymenu div.submenu ul li a:hover {
	color: #FF00FF;
	background-image: url(images/50Whiter.gif);
	background-repeat: repeat;
}
