﻿.Copyright {
	font-weight: bold;
	font-size: x-small;
	color: #000099;
}

.Header {
	font-size: larger;
	font-weight: bold;
	color: #000099;	
}

a.MenuItem_Selected 
{
	display: block;
	background-image: url('images/menuitem.gif');
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #000099;
	cursor: pointer; cursor: hand;
	text-decoration: none;
	width: 100%;
}

a.MenuItem 
{
	display: block;
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FDC287;
	cursor: pointer; cursor: hand;
	text-decoration: none;
	width: 100%;
}


