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

BODY {

	font-family:		verdana;
	font-size:		12px;
	font-style:		normal;
	line-height:		18px;
	color:			#000000;
	background-color:	#acaba3;
	margin-top:		2px;
	margin-left:		10px;
	margin-right:		10px;
	margin-bottom:		10px;
	}

td,TD {

        font-family:            verdana;
        font-size:		12px;
        font-style:             normal;
        line-height:            18px;
        color:                  #000000;
        }

th,TH {

        font-family:            verdana;
        font-size:		12px;
        font-style:             italic;
        color:                  #000000;
        }


/* 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: #013e89; text-decoration: none;}
A:visited {color: #013e89; text-decoration: none;}
A:active {color: #002edb; text-decoration: none;}
A:hover {color: #002edb; text-decoration: underline;}

A.navlink:link {color: #324671; text-decoration: none; line-height: 16px;}
A.navlink:visited {color: #324671; text-decoration: none; line-height: 16px;}
A.navlink:active {color: #1A2B4F; text-decoration: none; line-height: 16px;}
A.navlink:hover {color: #1A2B4F; text-decoration: underline; line-height: 16px;}

A.hdrlink:link {color: #E0FDF0; text-decoration: none;}
A.hdrlink:visited {color: #E0FDF0; text-decoration: none;}
A.hdrlink:active {color: #FFFFFF; text-decoration: underline;}
A.hdrlink:hover {color: #FFFFFF; text-decoration: underline;}

A.footer:link {color: #d7e2fb; text-decoration: underline; font-size: 10px;}
A.footer:visited {color: #d7e2fb; text-decoration: underline; font-size: 10px;}
A.footer:active {color: #ffffff; text-decoration: none; font-size: 10px;}
A.footer:hover {color: #ffffff; text-decoration: none; font-size: 10px;}

/* These attributes specify special text areas */

.greytext {
	font-style:		italic;
	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:            Times, Georgia, serif;
        font-size:              20px;
        font-weight:            normal;
	line-height:            20px;
        color:                  #733523;
	border-bottom:		1px solid #733523;
        }

h1.compendium {

        font-family:            Times, Georgia, serif;
        font-size:              20px;
        font-weight:            normal;
	line-height:            20px;
        color:                  #999999;
        }

H2,h2 {

        font-family:            Times, Georgia, serif;
        font-size:              18px;
	line-height: 		20px;
        font-weight:            normal;
        color:                  #336699;
        }

H3,h3 {
        font-family:            Times, Georgia, serif;
        font-size:              16px;
        font-weight:            bold;
	line-height: 		18px;
        color:                  #336699;
        }
		
H4,h4 {

        font-family:            Verdana, Sans-serif;
        font-size:		12px;
        font-weight:            bold;
        color:                  #435883;
	line-height: 		14px;
        }


/* These attributes specify interior page Primary Headers and Secondary Headers */

.primary-header {

	font-family:		verdana;
	font-size:		12px;
	font-weight:		bold;
	color:			#666666;
	}

.secondary-header {

	font-family:		verdana;
	font-size:		12px;
	font-weight:		bold;
	color:			#336699;
	}

/* These attributes speciy main text characterisitcs */

.main-text {
	background-color: #fffdde;
	font-family:		Verdana, Sans-serif;
	font-size:		12px;
	line-height:		18px;
	padding: 10px 15px 10px 20px;
	}

/* These attributes specify small text */

.small-text {

        font-family:            arial, helvetica, sans-serif;
        font-size:              10px;
        line-height:            13px;
        font-style:             normal;
        }

.small-text-italic {

    font-family:            arial, helvetica, sans-serif;
	font-size:		10px;
	line-height:		13px;
	font-style:		italic;
	}

.large-text-italic {

    font-family:            arial, helvetica, sans-serif;
	font-size:		16px;
	color:			#4B6190;
	font-style:		italic;
	font-weight:		bold;
	line-height:		18px;
}
