@charset "UTF-8";
/* CSS Document */

/* standard default master template that may be used for ctrl projects */

BODY {
	font-family:		Verdana, sans-serif;
	font-size:		13px;
	font-style:		normal;
	line-height:		18px;
	color:			#000000;
	background-color:	#cccccc;
	}

td,TD {
    font-family:		Verdana, sans-serif;
	font-size:		13px;
	font-style:		normal;
	line-height:		18px;
	color:			#000000;
    }

th,TH {
    font-family:		Verdana, sans-serif;
	font-size:		13px;
	font-weight:		bold;
	line-height:		18px;
	color:			#000000;
    }

div.main-container { margin:0px auto 0px auto; padding:0px; width:1000px; text-align:left; background-color:#ffffff; border:2px solid #003366;border-top:none; }
div.quotation { padding:10px; background-color:#fff799; border:1px solid #6c6406; }
div.quote { font-family: Verdana, sans-serif; font-size: 12px; font-style: italic; color: #505d75; }
div.quoteperson { font-family: Verdana, sans-serif; font-size: 11px; font-style: normal; color: #333333; text-align:right; }

/* These attributes specify the link colors throughout the site.  they should be modified depending upon the design and colors of the site */

A:link {color: #0a41a5; text-decoration: none;}
A:visited {color: #0a41a5; text-decoration: none;}
A:active {color: #0a41a5; text-decoration: none;}
A:hover {color: #0a41a5; text-decoration: underline;}

A.vaahdr:link {font-family: Arial, Helvetica, Sans-serif; color: #336699; text-decoration: none; font-size: 18px;}
A.vaahdr:visited {font-family: Arial, Helvetica, Sans-serif; color: #336699; text-decoration: none; font-size: 18px;}
A.vaahdr:active {font-family: Arial, Helvetica, Sans-serif; color: #336699; text-decoration: none; font-size: 18px;}
A.vaahdr:hover {font-family: Arial, Helvetica, Sans-serif; color: #336699; text-decoration: none; font-size: 18px;}

/* These attributes specify special text areas */

.greytext { font-style:	normal; color: #666666; }
.red-text { color: #CC0000; }
.highlight-text { font-weight: bold; color:	#EDCF02; }

/* These attributes specify forms */

input.searchbox  { 
 font-size:		12px; 
 background-color: #ffffff; 
 border: 1px solid #666666; 
 margin: 0px;
 padding: 0px;
 vertical-align: middle;
}

/* These attributes specify headers */

H1,h1 {

        font-family:            Arial, Helvetica, Sans-serif;
        font-size:              18px;
        font-weight:            bold;
        color:                  #003366;
	line-height: 		20px;
        }

H2,h2 {

        font-family:            Arial, Helvetica, Sans-serif;
        font-size:              16px;
        font-weight:            bold;
        color:                  #003366;
	line-height:		18px;
        }

H3,h3 {
        font-family:            Arial, Helvetica, Sans-serif;
        font-size:              14px;
        font-weight:            bold;
        color:                  #003366;
	line-height:		16px;
        }
		
H4,h4 {

        font-family:            Arial, Helvetica, Sans-serif;
        font-size:		12px;
        font-weight:            bold;
        color:                  #3f3f3f;
	line-height: 		14px;
        }

