//Font Library Classes
.maintitle 	{ font-size: small; 	COLOR: #FFFFFF;}
.maintitlealert	{ font-size: +16; 	COLOR: #20B820;}
.subtitle 	{ font-size: small;  	COLOR: #1544C9;}
.standardtext   { font-size: x-small;	COLOR: #00004F;}
.comments  	{ font-size: x-large;	COLOR: red;}
.smallredtext   { font-size: x-small;	COLOR: red;}
.smallalerttext { font-size: x-small;	COLOR: green;}
.smallmenutext  { font-size: x-small; 	COLOR: #00004F;}
.productsintable{ font-size: small;	COLOR: #FFFFFF;}
.title { font-size: small; 	COLOR: #FFFFFF;}
.alert	{ font-size: +16; 	COLOR: #000080;}
.gotext { font-size: x-small; FONT-FAMILY: Verdana; COLOR: #000080;}
 
 .Nav 	      { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; color: #1544C9; font-weight: bold; text-decoration: none}
a.Nav:link    { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; color: #1544C9; font-weight: bold; text-decoration: none}
a.Nav:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; color: #1544C9; font-weight: bold; text-decoration: none}
a.Nav:hover   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; color: #000000; font-weight: bold; text-decoration: underline}


 .Nav2 	       { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; color: #00004F; font-weight: bold; text-decoration: none}
a.Nav2:link    { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; color: #00004F; font-weight: bold; text-decoration: underline}
a.Nav2:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; color: #00004F; font-weight: bold; text-decoration: none}
a.Nav2:hover   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; color: #7B797B; font-weight: bold; text-decoration: underline}



//Table Library Classes

.ddd		{background: red;}
.bottomright 	{background: black;}

FONTSUB
{
}
FONTTITLE
{
    COLOR: green;
    FONT-SIZE: x-large;
    FONT-VARIANT: small-caps;
    font-color: red
}
FONTMENU
{
 COLOR: green;
}
BODY
{
    BACKGROUND-COLOR: white;
    COLOR: #1544C9
}
H1
{
  FONT-FAMILY: 'verdana'
}
H2
{
    FONT-FAMILY: 'verdana'
}

SUB
{ 
    FONT-FAMILY: 'verdana'
}

SUB2
{
    COLOR: blue;
    FONT-SIZE: x-small;
}

SELECT
{ 	
    BACKGROUND-COLOR: #E0DADA
}

INPUT
{
    BACKGROUND-COLOR: #F4F4EA;
    BORDER-BOTTOM: #7d4b19 thin outset;
    BORDER-LEFT: #7d4b19 thin outset;
    BORDER-RIGHT: #7d4b19 thin outset;
    BORDER-TOP: #7d4b19 thin outset;
    FONT-FAMILY: 'Albertus Medium', Arial
}

TD {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : justify;
	color : #666666;
}