/* Elements */

a { 
	color: #000000;
}

a:link {
	color: Black;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
}

/* Fonts */

ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, INPUTBOX, SELECT, TEXTAREA, INPUT, DD, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, MENU, OL, P, TD, TH, UL {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

LI
{
	list-style-type: square;
	list-style-position:outside;
}

/* Classes */

.FormBorder
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

.Button
{
	background-color: #333333;
	color: White;
	font-weight:Bold;
}

.List
{
	line-height: 15px;
	padding-left: 30px;
}

.textlinks {
 	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
}

.MainPage
{
	text-align: justify;
	font-family: Georgia; 
	font-size: 11pt;
	font-weight: Bold;
	line-height: 125%;
}

.SectionHeader
{
	font-family: Georgia; 
	font-size: 12pt;
	font-weight: Bold;
}

.FormSectionHeader
{
 	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	font-weight: Bold;
}