﻿/***********************************
 Areas:
***********************************/
body
{
    font-size: 10pt;
    color: #000000;
    font-family: Tahoma, Verdana, Arial;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	background-color: #e3e3e3;
}
.MAIN
{
	width: 100%;
}
.HEADER
{
	width: 1000px;
}
.LEFT
{
	width: 200px;
	text-align: center;
}
.CONTENT
{
	height: 100%;
	width: 800px;
	text-align: justify;
	padding: 10px 10px 10px 10px;
}


/***********************************
 Links:
***********************************/
A.NavLNK:active
{
    font-size: 8pt;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
A.NavLNK:link
{
    font-size: 8pt;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
A.NavLNK:visited
{
    font-size: 8pt;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
A.NavLNK:hover
{
    font-size: 8pt;
    color: #ffff00;
    text-decoration: none;
    font-weight: bold;
}

A.ProductLNK:active
{
    font-size: 8pt;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
A.ProductLNK:link
{
    font-size: 8pt;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
A.ProductLNK:visited
{
    font-size: 8pt;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
A.ProductLNK:hover
{
    font-size: 8pt;
    color: #cc3333;
    text-decoration: none;
    font-weight: bold;
}

A.RedLNK:active
{
    font-size: 10pt;
    color: #cc3333;
    text-decoration: underline;
    font-weight: normal;
}
A.RedLNK:link
{
    font-size: 10pt;
    color: #cc3333;
    text-decoration: underline;
    font-weight: normal;
}
A.RedLNK:visited
{
    font-size: 10pt;
    color: #cc3333;
    text-decoration: underline;
    font-weight: normal;
}
A.RedLNK:hover
{
    font-size: 10pt;
    color: #3366cc;
    text-decoration: underline;
    font-weight: normal;
}

A.BlueLNK:active
{
    font-size: 10pt;
    color: #3366cc;
    text-decoration: underline;
    font-weight: normal;
}
A.BlueLNK:link
{
    font-size: 10pt;
    color: #3366cc;
    text-decoration: underline;
    font-weight: normal;
}
A.BlueLNK:visited
{
    font-size: 10pt;
    color: #3366cc;
    text-decoration: underline;
    font-weight: normal;
}
A.BlueLNK:hover
{
    font-size: 10pt;
    color: #cc3333;
    text-decoration: underline;
    font-weight: normal;
}


/***********************************
 Text Colors:
***********************************/
.BlackSX
{
    font-size: 7pt;
    color: #000000;
}
.BlackS
{
    font-size: 8pt;
    color: #000000;
}
.Black
{
    font-size: 10pt;
    color: #000000;
}
.BlackL
{
    font-size: 12pt;
    color: #000000;
}
.BlackT
{
    font-size: 14pt;
    color: #000000;
}
.BlackSB
{
    font-size: 8pt;
    color: #000000;
    font-weight: bolder;
}
.BlackB
{
    font-size: 10pt;
    color: #000000;
    font-weight: bolder;
}
.BlackLB
{
    font-size: 12pt;
    color: #000000;
    font-weight: bolder;
}
.BlackTB
{
    font-size: 14pt;
    color: #000000;
    font-weight: bolder;
}

.WhiteSX
{
    font-size: 7pt;
    color: #ffffff;
}
.WhiteS
{
    font-size: 8pt;
    color: #ffffff;
}
.White
{
    font-size: 10pt;
    color: #ffffff;
}
.WhiteL
{
    font-size: 12pt;
    color: #ffffff;
}
.WhiteT
{
    font-size: 14pt;
    color: #ffffff;
}
.WhiteSB
{
    font-size: 8pt;
    color: #ffffff;
    font-weight: bolder;
}
.WhiteB
{
    font-size: 10pt;
    color: #ffffff;
    font-weight: bolder;
}
.WhiteLB
{
    font-size: 12pt;
    color: #ffffff;
    font-weight: bolder;
}
.WhiteTB
{
    font-size: 14pt;
    color: #ffffff;
    font-weight: bolder;
}

.RedSX
{
    font-size: 7pt;
    color: #cc3333;
}
.RedS
{
    font-size: 8pt;
    color: #cc3333;
}
.Red
{
    font-size: 10pt;
    color: #cc3333;
}
.RedL
{
    font-size: 12pt;
    color: #cc3333;
}
.RedT
{
    font-size: 14pt;
    color: #cc3333;
}
.RedSB
{
    font-size: 8pt;
    color: #cc3333;
    font-weight: bolder;
}
.RedB
{
    font-size: 10pt;
    color: #cc3333;
    font-weight: bolder;
}
.RedLB
{
    font-size: 12pt;
    color: #cc3333;
    font-weight: bolder;
}
.RedTB
{
    font-size: 14pt;
    color: #cc3333;
    font-weight: bolder;
}

.BlueSX
{
    font-size: 7pt;
    color: #3366cc;
}
.BlueS
{
    font-size: 8pt;
    color: #3366cc;
}
.Blue
{
    font-size: 10pt;
    color: #3366cc;
}
.BlueL
{
    font-size: 12pt;
    color: #3366cc;
}
.BlueT
{
    font-size: 14pt;
    color: #3366cc;
}
.BlueSB
{
    font-size: 8pt;
    color: #3366cc;
    font-weight: bolder;
}
.BlueB
{
    font-size: 10pt;
    color: #3366cc;
    font-weight: bolder;
}
.BlueLB
{
    font-size: 12pt;
    color: #3366cc;
    font-weight: bolder;
}
.BlueTB
{
    font-size: 14pt;
    color: #3366cc;
    font-weight: bolder;
}


/***********************************
 Objects:
***********************************/
.Button
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    font-family: Verdana;
    background-color: #dcdcdc;
    height: 19px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: solid 1px #000000;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
}
.BlueButton
{
    font-size: 8pt;
    font-weight: bolder;
    color: #ffffff;
    font-family: Verdana;
    background-color: #0099cc;
    height: 19px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: solid 1px #000000;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
}
.GreenButton
{
    font-size: 8pt;
    font-weight: bolder;
    color: #ffffff;
    font-family: Verdana;
    background-color: #33cc33;
    height: 19px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: solid 1px #000000;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
}
.RedButton
{
    font-size: 8pt;
    font-weight: bolder;
    color: #ffffff;
    font-family: Verdana;
    background-color: #cc3333;
    height: 19px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: solid 1px #000000;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
}
.YellowButton
{
    font-size: 8pt;
    font-weight: bolder;
    color: #ff0000;
    font-family: Verdana;
    background-color: #cccc33;
    height: 19px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: solid 1px #000000;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
}
.DropDown
{
    font-size: 8pt;
    font-family: Verdana;
    color: #000000;
    background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}
.ReqDropDown
{
    font-size: 8pt;
    font-family: Verdana;
    color: #ff0000;
    background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}
.Textbox
{
    font-size: 8pt;
    font-family: Verdana;
    color: #000000;
    background-color: #ffffff;
    height: 14px;
    border: solid 1px #6699cc;
    border-top: solid 1px #6699cc;
    border-bottom: solid 1px #6699cc;
    border-left: solid 1px #6699cc;
    border-right: solid 1px #6699cc;
}
.ReqTextbox
{
    font-size: 8pt;
    color: #cc3333;
    background-color: #ffffff;
    font-family: Verdana;
    height: 14px;
    border: solid 1px #cc3333;
    border-top: solid 1px #cc3333;
    border-bottom: solid 1px #cc3333;
    border-left: solid 1px #cc3333;
    border-right: solid 1px #cc3333;
}
.MTextbox
{
    font-size: 8pt;
    font-family: Verdana;
    color: #000000;
    background-color: #ffffff;
    border: solid 1px #6699cc;
    border-top: solid 1px #6699cc;
    border-bottom: solid 1px #6699cc;
    border-left: solid 1px #6699cc;
    border-right: solid 1px #6699cc;
}
.MReqTextbox
{
    font-size: 8pt;
    color: #cc3333;
    background-color: #ffffff;
    font-family: Verdana;
    border: solid 1px #cc3333;
    border-top: solid 1px #cc3333;
    border-bottom: solid 1px #cc3333;
    border-left: solid 1px #cc3333;
    border-right: solid 1px #cc3333;
}
.Radiobox
{
    font-size: 8pt;
    color: #000000;
    font-family: Verdana;
    height: 14px;
}
.Checkbox
{
    font-size: 10pt;
    color: #000000;
    font-family: Verdana;
    height: 14px;
}


/***********************************
 Styles:
***********************************/
H1
{
    font-size: 12pt;
    margin: 0 0 0 0;
}
H2
{
    font-size: 10pt;
    margin: 0 0 0 0;
}
.Icon
{
	padding: 0px 10px 0px 10px;
	white-space: nowrap;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
}
.MSG
{
	position: relative;
    font-family: Verdana;
	background-color: #008000;
    font-size: 10pt;
    color: #ffffff;
    text-align: center;
    width: 100%;
}
.MSGError
{
	position: relative;
    font-family: Verdana;
	background-color: #cc3333;
    font-size: 10pt;
    color: #ffff00;
    text-align: center;
    width: 100%;
}
.NoMSG
{
	position: relative;
    font-size: 10pt;
    color: #000000;
    text-align: center;
    height: 0px;
    width: 100%;
}
.DDStyle
{
	margin: 0px 0px 0px 0px;
    border: solid 1px #6699cc;
    border-top: solid 1px #6699cc;
    border-bottom: solid 1px #6699cc;
    border-left: solid 1px #6699cc;
    border-right: solid 1px #6699cc;
}
.ReqDDStyle
{
	margin: 0px 0px 0px 0px;
    border: solid 1px #ff0000;
    border-top: solid 1px #ff0000;
    border-bottom: solid 1px #ff0000;
    border-left: solid 1px #ff0000;
    border-right: solid 1px #ff0000;
}

