﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #fff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

A:link {
	COLOR: #258350;
	TEXT-DECORATION: none;
	font-family : "Trebuchet MS";
	font-size : 10px;
}
A:active {
	COLOR: #258350;
	TEXT-DECORATION: none;
	font-family : "Trebuchet MS";
	font-size : 10px;
}
A:visited {
	COLOR: #258350;
	TEXT-DECORATION: none;
	font-family : "Trebuchet MS";
	font-size : 10px;
}
A:hover {
	COLOR: #990000;
	TEXT-DECORATION: underline;
	font-size : 10px;
}

.stdBody{
	background-color : #FFFFFF;
	font-family : Verdana;
	font-size : 10px;
	color : #258350;
}
.menuBody{
	font-family : Verdana;
	font-size : 10px;
	color : #258350;
	background : #FFFFFF;
}
.stdLabel{
	color : #258350;
	font-family : Verdana;
	font-size : 10px;
	font-style : normal;
	font-weight : bolder;
}

.stdLabel_Text{
	color : #000;
	font-family : Verdana;
	font-size : 12px;
	font-style : normal;
	font-weight : bolder;
	margin-left: 0px;
}
.stdLabel_Red{
	color : #f00;
	font-family : Verdana;
	font-size : 10px;
	font-style : normal;
	font-weight : bolder;
}
.stdLabelVal{
	color : #258350;
	font-family : Verdana;
	font-size : 9px;
	font-style : normal;
	font-weight : normal;
}

.stdLabelValSmall{
	color : #258350;
	font-family : Verdana;
	font-size : 9px;
	font-style : normal;
	font-weight : normal;
}
.subMenuHead{
	color : #258350;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
}
.subMenuText{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : 100;
	color : #258350;
}
.stdTableHead
{
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #258350;
}

.evenRow
{
	background-color : #FAFFEA;
}

.oddRow
{
	background-color : #FFFFFF;
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


.bold
{
    font-weight: bold;
}



.thinLine
{
	background-image:url("../images/spacer.jpg");
}

.fReq
{
	color:#F00;
}

.SmallRedText
{
color: red;
font-family: Verdana, Arial;
font-size: 10px;
line-height: 12pt;
}
.TinyHelp
{
color: #258350;
text-decoration: none;
font-family: "Trebuchet MS";
font-size: 10px;
}
.ErrorText
{
color: red;
font-family: Verdana, Arial;
font-size: 12px;
line-height: 20pt;
}
	
.MissingReqData
{
	background-color:#F00;
}
		 