﻿/*
Defaults - defining the base classes 
(1) arial (2) Tahoma (3) verdana

Make Body (1)
Make Header(2)
Make Mneu (3)

*/
body
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 0px;
	margin: 2px;
    font-family: Verdana,Arial,Tahoma;
	/*  Please Change the Class LoginHidddenText to this color value   */
}

hr
{
	color: #cccccc;
}

input
{
	font-size: 10pt;
	font-family: Verdana,Arial,Tahoma;
	margin: 1px;
}
textarea
{
	font-size: 10pt;
	font-family: Verdana,Arial,Tahoma;
	margin: 1px;
}

select
{
	font-size: 10pt;
	font-family: Verdana,Arial,Tahoma;
	margin: 1px;
}
img
{
	border: 0px;
}
/* left navigation */

.Nav8PT {
font-family: verdana,arial,Tahoma,helvetica;
color: 	#7F7F7F;
font-size: 8pt;
font-weight: bold;
margin-left: 1px;
font-weight: bold;
letter-spacing: -.049em;
}

a.Nav8PT {
color: #59668C;
text-decoration: none;
}

a:hover.Nav8PT {
color: 	#cc0033;
text-decoration: underline;
}

a:visited.Nav8PT {
color: #59668C;}

a:visited:hover.Nav8PT { color: #cc0033; 
text-decoration: underline;
}

.Nav10PT {
font-family: verdana,arial,Tahoma,helvetica;
color: 	#7F7F7F;
font-size: 8pt;
font-weight: bold;
margin-left: 1px;
font-weight: bold;
letter-spacing: -.049em;
}

a.Nav10PT {
color: #59668C;
text-decoration: none;
}

a:hover.Nav10PT {
color: 	#cc0033;
text-decoration: underline;
}

a:visited.Nav10PT {
color: #59668C;}

a:visited:hover.Nav10PT { color: #cc0033; 
text-decoration: underline;
}

.Nav12PT {
font-family: verdana,arial,Tahoma,helvetica;
color: 	#7F7F7F;
font-size: 12pt;
font-weight: bold;
margin-left: 1px;
font-weight: bold;
letter-spacing: -.049em;
}

a.Nav12PT {
color: #59668C;
text-decoration: none;
}

a:hover.Nav12PT {
color: 	#cc0033;
text-decoration: underline;
}

a:visited.Nav12PT {
color: #59668C;}

a:visited:hover.Nav12PT { color: #cc0033; 
text-decoration: underline;
}
/* AllNavAnchors navigation */

.AllNavAnchors 
{
font-family: verdana,arial,Tahoma,helvetica;
color: 	#7F7F7F;
font-size: 10pt;
margin-left: 1px;
font-weight: bold;
letter-spacing: -.049em;
}

a.AllNavAnchors 
{
color: #4169E1;
}

a:hover.AllNavAnchors 
{
color: 	#cc0033;
text-decoration: underline;
}

a:visited.AllNavAnchors 
{
color: #666699;
}

a:visited:hover.AllNavAnchors 
{ 
color: #cc0033; 
text-decoration: underline;
}


/* download navigation */

.Selectednav 
{
font-family: verdana,arial,Tahoma,helvetica;
color: 	#7F7F7F;
font-size: 14pt;
margin-left: 1px;
font-weight: bold;
letter-spacing: -.049em;
}

a.Selectednav 
{
color: #4169E1;
text-decoration: none;
}

a:hover.Selectednav 
{
color: 	#cc0033;
text-decoration: underline;
}

a:visited.Selectednav 
{
color: #666699;
}

a:visited:hover.Selectednav 
{ 
color: #cc0033; 
text-decoration: underline;
}

/* Highlight navigation */

.HighRedAnchors 
{
font-family: verdana,arial,Tahoma,helvetica;
color: 	#7F7F7F;
font-size: 10pt;
margin-left: 1px;
font-weight: bold;
letter-spacing: -.049em;
}

a.HighRedAnchors 
{
color: #DC143C;
}

a:hover.HighRedAnchors 
{
color: 	#FFFAFA;
text-decoration: underline;
}

a:visited.HighRedAnchors 
{
color: #DC143C;
}

a:visited:hover.HighRedAnchors 
{ 
color: #FFFAFA; 
text-decoration: underline;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/*
Web Pages 
*/


/*
Start Page
*/
.PageTitle
{
font-size: 18pt;
font-weight: bold;
}

.Black8PTReg
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana,Arial,Tahoma;
    COLOR: #000000;    
}
.Black8PTBold
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana,Arial,Tahoma;
    COLOR: #000000;    
}
.Black10PTReg
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana,Arial,Tahoma;
    COLOR: #000000; 
}
.Black10PTBold
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana,Arial,Tahoma;
    COLOR: #000000;
}
.Black12PTReg
{
    FONT-SIZE: 12pt;
    FONT-FAMILY: Verdana,Arial,Tahoma;
    COLOR: #000000;
}
.Black12PTBold
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12pt;
    FONT-FAMILY: Verdana,Arial,Tahoma;
    COLOR: #000000;
}
.Maroon8PTReg
{
    FONT-SIZE: 8pt;
    COLOR: maroon;
    FONT-FAMILY: Verdana,Arial,Tahoma;
}
.Maroon8PTBold
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    COLOR: maroon;
    FONT-FAMILY: Verdana,Arial,Tahoma;
}
.Maroon10PTReg
{
    FONT-SIZE: 10pt;
    COLOR: maroon;
    FONT-FAMILY: Verdana,Arial,Tahoma;
}
.Maroon10PTBold
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    COLOR: maroon;
    FONT-FAMILY: Verdana,Arial,Tahoma;
}
.Maroon12PTReg
{
    FONT-SIZE: 12pt;
    COLOR: maroon;
    FONT-FAMILY: Verdana,Arial,Tahoma;
}
.Maroon12PTBold
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12pt;
    COLOR: maroon;
    FONT-FAMILY: Verdana,Arial,Tahoma;
}
.PrintH1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 18pt;
    FONT-FAMILY: Verdana,Arial,Tahoma;
}
.PrintH2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16pt;
    FONT-FAMILY: Verdana,Arial,Tahoma;
}
.PrintH3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    FONT-FAMILY: Verdana,Arial,Tahoma;
}
.WaterMarkText 
{
font-family: Verdana,Arial,Tahoma;
color:#556B2F;
font-size: 8pt;
background-color:  ThreeDLighShadow ;
}