/* Setting the default font and size, color and background */
BODY
{
	font-size: small;
	margin: 0px;
	color: #666699;
	font-family: Arial, Sans-Serif;
	background-color: #ffffff;
}
/* Not used at the moment, but here anyway */
H1
{
	font-size: 1.2em;
}
/* Not used at the moment, but here anyway */
H2
{
	font-size: 1.1em;
}
/* Generally, tables are 100% in width and zero border 
   Note: I had to specify the font size so that child controls
   knew what font size they were. */
TABLE
{
	font-size: 1em;
	border: 0;
	padding: 0 0;
	margin: 0 0;
}
TD
{
	font-size: 1em;
	padding: 0;
	margin: 0;
}
/* Input has a small margin to the left as labels are usually before it */
INPUT
{
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	margin-left: 0.2em;
	background-color: #ffffff;
}
/* Text area is the same as input just with multiple lines */
TEXTAREA
{
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	margin-left: 0.2em;
	background-color: #ffffff;
}
/* Select has a small margin to the left as labels are usually before it */
SELECT
{
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	margin-left: 0.2em;
	background-color: #ffffff;
}
a:link
{
	font-weight: bold;
	color: #666699;
	text-decoration: underline;
}
a:active
{
	font-weight: bold;
	color: #666699;
	text-decoration: underline;
}
a:visited
{
	font-weight: bold;
	color: #666699;
	text-decoration: underline;
}
a:hover
{
	font-weight: bold;
	color: #ffff99;
	text-decoration: underline;
}

.mtTableCellSmall
{
	font-size: 0.8em;
}

.mtImportant
{
	padding-right: 0.2em;
	padding-left: 0.2em;
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
}

.mtImportantLink
{
	padding-right: 0.2em;
	padding-left: 0.2em;
	font-weight: bold;
	font-size: 1em;
	font-style: italic;
	text-decoration: underline;
	color: #666699;
}

/* Contains the copyright notice on each page */
.mtFooter
{
	font-size: 0.7em;
}
