﻿/* CSS layout */
.TextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #990000;
}

.MenuLink    {
	font-family: "trebuchet ms", Arial, sans-serif;
	font-size: 10pt;
	color: #000080;
	text-align: left;
	text-indent: 0;
	word-spacing: 0;
	line-height: 120%;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}
