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

BODY {

	font-family:		TrebuchetMS, Verdana, sans-serif;
	font-size:		13px;
	font-style:		normal;
	line-height:		18px;
	color:			#000000;
	background-color:	#d6d4d4;
	margin-top:		10px;
	margin-left:		0px;
	margin-right:		0px;
	margin-bottom:		0px;
	}

td,TD {

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

th,TH {

        font-family:            TrebuchetMS, Verdana, sans-serif;
        font-size:		13px;
        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: #ec0706; text-decoration: underline;}
A:visited {color: #ec0706; text-decoration: underline;}
A:active {color: #CC0000; text-decoration: none;}
A:hover {color: #CC0000; text-decoration: underline;}

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

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.primary-header:link {font-size: 12px; font-weight: bold; color: #435883; text-decoration: none;}
A.primary-header:visited {font-size: 12px; font-weight: bold; color: #435883; text-decoration: none;}
A.primary-header:active {font-size: 12px; font-weight: bold; color: #3A5CA2; text-decoration: none;}
A.primary-header:hover {font-size: 12px; font-weight: bold; color: #3A5CA2; text-decoration: underline;}

A.footer:link {color: #647B7B; text-decoration: none; font-size: 10px;}
A.footer:visited {color: #647B7B; text-decoration: none; font-size: 10px;}
A.footer:active {color: #68A7A7; text-decoration: none; font-size: 10px;}
A.footer:hover {color: #68A7A7; text-decoration: underline; font-size: 10px;}

/* These attributes specify special text areas */

.greytext {
	font-style:		italic;
	color:			#cccccc;
	}

.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:            TrebuchetMS, Verdana, sans-serif;
        font-size:              18px;
        font-weight:            bold;
        color:                  #ec0706;
        }

h1.compendium {

        font-family:            TrebuchetMS, Verdana, sans-serif;
        font-size:              22px;
        font-weight:            bold;
        color:                  #ec0706;
        }

H2,h2 {

        font-family:            TrebuchetMS, Verdana, sans-serif;
        font-size:              14px;
        font-weight:            bold;
        color:                  black;
        }

H3,h3 {
        font-family:            TrebuchetMS, Verdana, sans-serif;
        font-size:              12px;
        font-weight:            bold;
        color:                  #ec0706;
        }
		
H4,h4 {

        font-family:            TrebuchetMS, Verdana, sans-serif;
        font-size:		12px;
        font-weight:            bold;
        color:                  #ec0706;
		line-height: 			10px;
		padding: 0px 0px 0px 0px;
        }


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

.primary-header {

	font-family:		century gothic, georgia, serif;
	font-size:		12px;
	font-weight:		bold;
	color:			#666666;
	}

.secondary-header {

	font-family:		century gothic, georgia, serif;
	font-size:		12px;
	font-weight:		bold;
	color:			#336699;
	}

/* These attributes speciy main text characterisitcs */

.main-text {

	font-family:		century gothic, georgia, serif;
	font-size:		12px;
	line-height:		13px;
	}

/* 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;
}

blockquote.nospace {
    padding: 0px;
    margin-top: 0px; 
    margin-bottom: 0px;
}

span.indent {
    position: relative; 
    left: 25px;
}

