﻿body {
	font-family:verdana;
	color:black;
	background-color: #FFFFFF;
	margin:0px;
}

td {
	font-family:verdana;
	font-size:11px;
}


H3 {
	font-family:verdana; font-size: 18px;
    MARGIN-TOP: 3px;
    MARGIN-BOTTOM: 3px
}
H4 {
	font-family:verdana; font-size: 16px;
    MARGIN-TOP: 3px;
    MARGIN-BOTTOM: 3px

}
H5 {
	font-family:verdana; font-size: 14px;
    MARGIN-TOP: 3px;
    MARGIN-BOTTOM: 3px
}
/*
A {
	color: #4A73AD;
	font-family: verdana;
	font-size: 11px;
    TEXT-DECORATION: none
}

A:hover {
	color: #8CA5CE;
	font-family: verdana;
	font-size: 11px;
    TEXT-DECORATION: none
}
*/
.title {
	font-family: verdana;
	font-size: 14px;
	color: white;
	font-weight: bold;
}
.subTitle {
	font-family: verdana;
	font-size: 12px;
	color: white;
	font-weight: bold;
}

.button {
	font-family: verdana;
	font-size: 12px;
	color: black;
	/*cursor: hand;*/
}

.text
{
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #000000;
	background-color: white;
}
.textRight
{
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #000000;
	background-color: white;
	text-align:right;
}
.ddl {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	/*border: 1px solid "#7ABCD6";
	padding-left: 4;
	padding-top: 1;
	padding-bottom: 1;*/
	background-color: white;
}
.textarea {
	font-family: Arial;
	font-size: 12px;
    /*border: 1px solid "#7ABCD6";
	padding-left: 4;
	padding-right: 4;
	padding-top: 1;
	padding-bottom: 1;*/
}

.errMsg {
	font-weight: bold;
	color: red;
}

.label{
	FONT: bold 12px verdana;
    WHITE-SPACE: nowrap
}

.PageTitle
{
	font-weight:bold;
	font-size:20px;
	font-family:Verdana, Arial;
	margin-top:3px;
	margin-bottom:3px;
	
}
.PageSubTitle
{
	font-weight:bold;
	font-size:18px;
	font-family:Verdana, Arial;
	margin-top:3px;
	margin-bottom:3px;
	
}

.ParaTitle
{
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	background-color: #888888;
}

.smalltext
{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #000000;
	/*background-color: white;*/
	background-color:Transparent;
}

.CheckBoxText
{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #000000;
	background-color: white;
}

.ParaSubTitle
{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #000000;
	background-color: #888888;
}

.RequiredField{
	font-weight: bold;
	color: red;
}