﻿body {
}
.text
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: normal;
}

.SmallText
{
	font-weight: normal;
	font-size: 7pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: normal;
}
.Header
{
	font-weight: bold;
	font-size: 13pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: normal;
}

.boldtext
{
	font-weight: bold;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: normal;
}

.warning
{
	font-weight: bold;
	color:Red;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: normal;
}

.MenuHeader  
{
    border-bottom: 2px solid #383838;
    background-color: #BFBFBF;
    text-align: center;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #404040;
}

table.menu  
{
    text-align: left;
    font-family: Verdana;
    font-weight: normal;
    font-size: 10px;
    color: #404040;
    width: 260px;
    background-color: #fafafa;
    border: 1px #383838 solid;
    border-collapse: collapse;
    border-spacing: 0px;
}

.OptionText
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: normal;
	text-indent: 8px;
}

.ExpandButton
{
    border:1px solid #4B4B4B;
    background-color:#F3F3F3;
    width:80px;
    height:15px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    text-align:center;
    cursor:pointer;cursor:hand;
}

a.Menu:link			{ color: black; text-decoration: none; font-size:10px; font-weight: bold; font-family: Verdana, Helvetica, sans-serif; }
a.Menu:active		{ color: black; text-decoration: none; font-size:10px; font-weight: bold; font-family: Verdana, Helvetica, sans-serif; }
a.Menu:visited		{ color: purple; text-decoration: none; font-size:10px; font-weight: bold; font-family: Verdana, Helvetica, sans-serif; }
a.Menu:hover		{ color: red; text-decoration: underline; font-size:10px; font-weight: bold; font-family: Verdana, Helvetica, sans-serif; }

a.Options:link		{ color: black; text-decoration: underline; font-size:12px; font-weight: bold; font-family: Verdana, Helvetica, sans-serif; }
a.Options:active	{ color: black; text-decoration: underline; font-size:12px; font-weight: bold; font-family: Verdana, Helvetica, sans-serif; }
a.Options:visited	{ color: purple; text-decoration: underline; font-size:12px; font-weight: bold; font-family: Verdana, Helvetica, sans-serif; }
a.Options:hover		{ color: red; text-decoration: none; font-size:12px; font-weight: bold; font-family: Verdana, Helvetica, sans-serif; }
