﻿html {
	height: 100%;         /* required */
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

BODY {
	background-color : #ffffff;
	color : #000000;
	font-family : Tahoma;
	font-size : 10pt;
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	height:100%; 
}

.container {
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	z-index: 2;
	background-color: #ffffff;
	
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 100%;         /* required - desired height */
	width: 900px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

A.NAV, A.NAV:LINK, A.NAV:VISITED, A.NAV:HOVER {
	color : #670001;
	font-family: Tahoma;
	text-decoration : none;
	font-weight: bold;
	font-size: 12px;
}

A.MAIN, A.MAIN:LINK, A.MAIN:VISITED {
	color : #670001;
	font-family: Tahoma;
	text-decoration : none;
	font-weight: bold;
	font-size: 16px;
}

A.MAIN:HOVER {
	color : #4da5cd;
	font-family: Tahoma;
	text-decoration : none;
	font-weight: bold;
	font-size:16px;
}

A.SMALL, A.SMALL:LINK, A.SMALL:VISITED {
	color: #ffffff;
	font-family: Tahoma;
	font-weight: none;
	text-decoration: underline;
	font-size: 12px;
}

A.SMALL:HOVER {
	color: #4da5cd;
	font-family: Tahoma;
	font-weight: none;
	text-decoration: underline;
	font-size: 12px;
}

A.HIDDENLINK, A.HIDDENLINK:LINK, A.HIDDENLINK:HOVER, A.HIDDENLINK:VISTED {
	color: #000000;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

.HIDDENLINK {
	color: #000000;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	line-height: 1.5;
}

.TEXT {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	line-height: 1.25;
}

.TEXTCAP {
	font-family: Tahoma;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.TEXTSMALL {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	line-height: 11pt;
}

.TEXTDOUBLE {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 18pt;
}

.TEXTBIG {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 1.25;
}

.TEXTBIG2 {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 1.25;
}

.TEXTHIDDEN {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: none;
	line-height: 11pt;
}

.SMALLW {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: none;
	color: #ffffff;
}

.SMALLR {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: none;
	color: #670001;
}

.SMALLB {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: none;
	color: #000000;
}

