<!-- Style Sheet   -->



<!--
_______________________________
 system error messages
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ -->
.errorMessage{
        FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  
        COLOR:#FF0000;
        FONT-SIZE: 12px;
 }



<!--
_______________________________
 General Button shape
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ -->
.formButton
{
    BORDER-RIGHT: #595959 1pt solid;
    BORDER-TOP: #595959 1pt solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #595959 1pt solid;
    WIDTH: 90px;
    COLOR: #FFFFFF;
    BORDER-BOTTOM: #595959 1pt solid;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #003366;

}  

<!--
___________________________________________________
 Link Styles
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ -->

.SmallTextLink {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	color: #003366;
        text-decoration: none;	
	
}	

<!-- A.menuLink:link {text-decoration: none; color: blue; font-family: Verdana, Arial, sans-serif; font-size: 11px;} -->
<!-- A.menuLink:visited {text-decoration: none; color: blue; font-family: Verdana, Arial, sans-serif; font-size: 11px;} -->
<!-- A.menuLink:active {text-decoration: none; color: blue; font-family: Verdana, Arial, sans-serif; font-size: 11px;} -->

<!--
___________________________________________________
 Text Styles
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ -->

.SmallText {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}	

.MediumText {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}	

.LargeText {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 17px;
	font-style: normal;
	color: #000000;
}


.tborder
{
    border-top-color: #314C5B;
    border-top-style: solid;
    border-top-width: 1px;
} 


.lborder
{
    border-left-color: #314C5B;
    border-left-style: solid;
    border-left-width: 1px;
} 

.rborder
{
    border-right-color: #314C5B;
    border-right-style: solid;
    border-right-width: 1px;
} 

.bborder
{
    border-bottom-color: #314C5B;
    border-bottom-style: solid;
    border-bottom-width: 1px;
} 

.brlborder
{
    border-left-color: #314C5B;
    border-left-style: solid;
    border-left-width: 1px;

    border-right-color: #314C5B;
    border-right-style: solid;
    border-right-width: 1px;

    border-bottom-color: #314C5B;
    border-bottom-style: solid;
    border-bottom-width: 1px;
} 

.brborder
{
    border-right-color: #AAAAAA;
    border-right-style: solid;
    border-right-width: 1px;

    border-bottom-color: #AAAAAA;
    border-bottom-style: solid;
    border-bottom-width: 1px;
} 

.blborder
{
    border-left-color: #AAAAAA;
    border-left-style: solid;
    border-left-width: 1px;

    border-bottom-color: #AAAAAA;
    border-bottom-style: solid;
    border-bottom-width: 1px;
} 

