.MenuLink {
	font-family : verdana;
	color : #252B29;
	text-decoration : none;
	font-size : x-small;
	padding-left : 5px;
}

.MenuLink a{
	font-family : verdana;
	color : #252B29;
	text-decoration : none;
	font-size : x-small;
}

.MenuLink a:hover{
	font-family : verdana;
	color : #252B29;
	text-decoration : underline;
	font-size : x-small;
}

.PageContent {
	font-size : x-small;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.PageContent a {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #42517B;
	text-decoration : none;
	font-weight : bold;
}

.PageContent a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #42517B;
	text-decoration : underline;
}

.PageTitle {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	color: #909090;
	font-weight : bold;
}

.button {
	background-color : #094A8A;
	color : White;
	font-size : 11px;
	font-weight : Bold;
}
.trstatusUp {
	background-color: #BBC9D7;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height : 30px;
	color : #0000CD;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	padding-left : 10px;
}