﻿HTML
{
	overflow-y: scroll;
}

BODY
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: 'Times New Roman';
	font-size: 14px;
	color: #000000;
}

TD
{
	font-family: 'Times New Roman';
	font-size: 14px;
	color: #000000;
}

DIV
{
	padding: 0px;
	margin: 0px;
}

LABEL
{
	cursor: pointer;
}

HR
{
	border: none 0;
	border-top: 1px solid #5f0f0f; /*the border*/
	height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
	margin-top: 20px;
	margin-bottom: 20px;
}

/* -------------------- LINKS -------------------- */

A
{
	color: #5f0f0f;
	text-decoration: underline;
	outline: none;
}

A:visited
{
	color: #5f0f0f;
	text-decoration: underline;
}

A:hover
{
	color: #5f0f0f;
	text-decoration: underline;
}

A:active
{
	color: #5f0f0f;
	text-decoration: underline;
}


/* -------------------- PAGE BOTTOM -------------------- */

.PageBottom
{
	line-height: 16px;
	color: #ffffff;
	font-size: 9px;
	padding: 20px 65px 20px 65px;
}

.PageBottom TD
{
	color: #ffffff;
	font-size: 11px;
}

.PageBottom A
{
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

.PageBottom A:visited
{
	color: #ffffff;
	text-decoration: none;
}

.PageBottom A:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.PageBottom A:active
{
	color: #ffffff;
	text-decoration: underline;
}

/* -------------------- HEADERS -------------------- */

H1
{
	font-size: 28px;
	letter-spacing: -.04em;
	line-height: 1em;
	margin: 0;
	color: #5f0f0f;
}

H2
{
	font-size: 24px;
	letter-spacing: -.04em;
	line-height: 1em;
	margin: 0;
	color: #5f0f0f;
}

H3
{
	font-size: 20px;
	letter-spacing: -.04em;
	line-height: 1em;
	margin: 0;
	color: #5f0f0f;
}

/* -------------------- LEFT MENU -------------------- */

.TopLink A
{
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}

.TopLink A:hover
{
	font-weight: bold;
}


/* -------------------- LEFT MENU -------------------- */

.MenuLink
{
	width: 269px;
	height: 35px;
}

.MenuLink A
{
	width: 249px;
	height: 27px;
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 8px 0px 0px 20px;
}

.MenuLink A:visited
{
	color: #000000;
	text-decoration: none;
}

.MenuLink A:hover
{
	color: #5f0f0f;
	text-decoration: underline;
}

.MenuLink A:active
{
	color: #5f0f0f;
	text-decoration: underline;
}

/* -------------------- OTHER -------------------- */

.MainContent
{
	margin: 10px 20px 20px 20px;
}

.Clear
{
	clear: both;
	line-height: 0px;
}

.Big
{
	font-size: 16px;
}

.Success
{
	color: #00aa00;
}

.Failure
{
	color: #aa0000;
}
