<!--- 
template		:	
author			:	Scott Helm
incept_date		:	
-------------------------------------------------------------------------------------------
purpose			:	I am responsible for the styles applied in the application.  These 
					styles allow flexibility in changing the look and feel of the application
					if and when that need arises.
-------------------------------------------------------------------------------------------
inputs			:	
-------------------------------------------------------------------------------------------
outputs			:	
-------------------------------------------------------------------------------------------
changes			:             A.  Linz   
date of change	:       8-23-2001
change made:          alternating colors for table rows
-------------------------------------------------------------------------------------------
--->
a {
	text-decoration : underline;
	font-size:7.5pt;
}
a.websupport:link { 
color: red;
background-color: #FFFFFF; 
font-size:9pt;
} 
a.websupport:visited { 
color: red; 
background-color: #FFFFFF;
font-size:9pt; 
}
a.websupport:hover {
color: red;
background-color: #FFFFFF;
font-size:9pt;
}
a.websupport:active {
color: red;
background-color: #FFFFFF;
font-size:9pt;
}


a:active {
	color : Purple;
	text-decoration : underline;
	font-size:7.5pt;
}

a:hover {
	color : Purple;
	text-decoration : underline;
	font-size:7.5pt;
}



a.fatWhite {
	color : FFFFFF;
	text-decoration : underline;
	font-weight: bold;
	line-height : 20px;
}

a:active.fatWhite {
	color : FFFFFF;
	text-decoration : underline;
}

a:hover.fatWhite {
	color : FFFFFF;
	text-decoration : underline;
}


body {
	margin : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:7.5pt;
    color:264d76;
}

b, strong {
	font-family : Verdana, Arial, sans-serif;
	font-size : 9pt;
	font-weight : bold;
}

.smallerText {
	color : FFFFFF;
	font-family : Verdana, Arial, sans-serif;
	font-size : 8pt;
}

.alignRight {
	text-align : right;
}

.relatedCode {
	color : FFFFFF;
	font-family : "Courier New", monospace;;
	font-size : 8pt;
}

.buttons {
	font-family:Verdana, Arial;
	font-size:9pt;
	font-weight:bold;
	color:white;
	background:434eb0;
	cursor:hand
}

.InputBox{
	font-famiy: arial; 
	font-size: 8pt;
}

.InputMed{
	font-famiy: arial; 
	font-size: 8pt;
	width: 250px;
}

.Dropdown{
	font-famiy: arial; 
	font-size: 8pt;
	WIDTH: 90px;
}

.DropdownMed{
	font-famiy: arial; 
	font-size: 7pt;
	WIDTH: 250px;
}

<!---Changed the font-size to "7.5" from "7" for the class ".DropdownAny" for MX,Sanka,20-01-2005 --->

.DropdownAny{
	font-famiy: arial; 
	font-size: 7.5pt;
}

td{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:7.5pt;
   color:264d76;
}

.tableHeader{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: bold;
	color:FFFFFF;
	background-color : 264d76;
}

tableRowColor
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	color:264d76;
	background-color : C0C0C0;
}

.tableRowColorOdd
{
	background-color : #FFFFFF;
}

.tableRowColorEven
{
	background-color : #C0C0C0;
}

.selectbox120{
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    MARGIN: 0px;
	WIDTH: 90px
}


.textbox
{
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    MARGIN: 0px;
}

font.box_label {
	font-family: Arial, Helvetica, Verdana;
	font-size:10pt;
	font-weight: bold;
	line-height: normal;
	color: #264D76;
	text-decoration: none
}

font.box_label_tiny {
	font-family: Arial, Helvetica, Verdana;
	font-size:7pt;
	font-weight: bolder;
	line-height: normal;
	color: #264D76;
	text-decoration: none
}

a.box_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: normal;
	color: #264D76;
	text-decoration: underline
}
a:active.box_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: normal;
	color: #264D76;
	text-decoration: underline
}

a:hover.box_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: normal;
	color: #264D76;
	text-decoration: underline
}

.off
{
	display:none
}
.on
{
	display:inline
}
h4.head{
color=red;
font-size: 9pt;
}
h3.welcome{
font-size: 15pt;
}
h2.title{
font-size: 20pt;
}
h3.section{
font-size: 15pt;
}
h2.left{
font-size: 18pt;
}
