﻿@import url(MenuHWDropDown.css);
@import url(dhtmlgoodies_calendar.css);

html {
     overflow: -moz-scrollbars-vertical;
}
body {
	margin-top:9px;
	margin-bottom:0px;
	background-color:#fff;
	font-family:verdana; font-size:9pt; color: #000;
}
p {
	font-family:verdana; font-size:9pt; color: #000;
}
td {
	font-family:verdana; font-size:9pt; color: #000;
}
a:link
{
	font-family:verdana; font-size:9pt; color: #16509c; text-decoration:underline; font-weight:bold;
}
a:visited
{
	font-family:verdana; font-size:9pt; color: #16509c; text-decoration:underline; font-weight:bold;
}
a:hover
{
	font-family:verdana; font-size:9pt; color: #16509c; text-decoration:none; font-weight:bold;
}

.ContentPane
{
	padding-right:0px; padding-left:0px; padding-top:0px;
	
}
.LeftPane
{
	padding-right:0px;
}
.smallText {
	font-family:verdana; font-size:8pt;
}
.smallText a:link
{
	text-decoration:underline;  font-size:8pt;
}
.smallText a:visited
{
	text-decoration:underline; font-size:8pt;
}
.smallText a:hover
{
	text-decoration:none; font-size:8pt;
}

H1 {
	font-family: Arial Narrow, Arial;
	color:#16509c;
	font-size:21pt;
	font-weight: Normal;
	margin:0px;
}
H2 {
	font-family: Arial Narrow, Arial;
	color:#0486ff;
	font-size:15pt;
	font-weight: Normal;
	margin:0px;
	font-weight:bold;
}
H3 {
	font-family: Verdana;
	color:#16509c;
	font-size:12pt;
	font-weight: Bold;
	margin:0px;
}
H4 {
	font-family: Verdana;
	color:#00224b;
	font-size:10pt;
	font-weight: Bold;
	margin:0px;
}
H5 {
	font-family: Verdana;
	font-size:9pt;
	font-weight: Bold;
	margin:0px;
}
.boxCorner1 {
	background-image: url('img/boxCorner1.gif');
	width:15px;
	height:15px;
}
.boxCorner2 {
	background-image: url('img/boxCorner2.gif');
	width:15px;
	height:15px;
}
.BoxCorner3 {
	background-image: url('img/boxCorner3.gif');
	width:15px;
	height:15px;
}
.boxCorner4 {
	background-image: url('img/boxCorner4.gif');
	width:15px;
	height:15px;
}
.BoxLeft {
	background-image: url('img/boxLeft.gif');
	width:15px;
}
.BoxRight {
	background-image: url('img/boxRight.gif');
	width:15px;
}

.BoxTop {
	background-image: url('img/boxTop.gif');
	Height:15px;
}
.BoxBottom {
	background-image: url('img/boxBottom.gif');
	Height:15px;
}

.boxBlueCorner1 {
	background-image: url('img/boxBlueCorner1.gif');
	width:15px;
	height:15px;
}
.boxBlueCorner2 {
	background-image: url('img/boxBlueCorner2.gif');
	width:15px;
	height:15px;
}
.BoxBlueCorner3 {
	background-image: url('img/boxBlueCorner3.gif');
	width:15px;
	height:15px;
}
.boxBlueCorner4 {
	background-image: url('img/boxBlueCorner4.gif');
	width:15px;
	height:15px;
}
.BoxBlueLeft {
	background-image: url('img/boxBlueLeft.gif');
	width:15px;
}
.BoxBlueRight {
	background-image: url('img/boxBlueRight.gif');
	width:15px;
}

.BoxBlueTop {
	background-image: url('img/boxBlueTop.gif');
	Height:15px;
}
.BoxBlueBottom {
	background-image: url('img/boxBlueBottom.gif');
	Height:15px;
}
.menuTd {
	height:35px;
	background-image: url('img/menu_nonActive.gif');
	background-repeat:no-repeat;
	color:#fff;
	font-weight:bold;
	padding-left:26px;
	cursor:hand;
}
.menuTdSelected {
	height:35px;
	background-image: url('img/menu_Active.gif');
	background-repeat:no-repeat;
	color:#fff;
	font-weight:bold;
	padding-left:26px;
	cursor:hand;
}
