﻿#menu
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	white-space: nowrap;
	line-height: 180%;
}
.rightSectionHeader
{
	font-size: small;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* TEXT */
h1
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: large;
}
h2
{
	font-size: medium;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 200%;
	margin-top: 0px;
	color:#c0c0c0;
}
h3
{
	font-size: 90%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 200%;
	margin-top: 0px;
	color:#c0c0c0;
}

p, li, .normalText, td
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
}

#bottom
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
}

/* LINKS */
a
{
	color: #808080;
}
a:hover
{
	color: #808080;
}