/* THIS STYLESHEET CONTROLS THE FONTS AND OTHER ATTRIBUTES OF THE ENTIRE KEYCREST WEBSITE. */

/* Sets the body text font to 0.84em Arial. You don't have to put font tags around you body text in order for this style to work. */
body {
	FONT-FAMILY: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 10pt;
} 

/* Sets paragraph text font to 0.84em Arial. Works when you use the <p> tag. */
p {
	FONT-FAMILY: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* FONT STYLES DEFINED. */

/* Sets the font size to 14pt and color to #483D8B when you use class="heading1" This is the standard font style for the heading in the main body of your page */
font.heading1 {
	FONT-FAMILY: "Gill Sans MT", Arial, Helvetica, sans-serif;
	color: #000066;
	font-size : 1.5em;
	font-weight : 300;
	background-color : transparent;
}

/* Sets the font size to bold, 0.84em and color to #483D8B when you use class="heading2" This is the standard font style for the second line or subheading in the main body of your page */
font.heading2 {
	font-size: 1.0em;
	font-weight: 600;
	color: #990000;
	background-color : transparent;
}

/* Sets the font size to bold, 0.84em and color to #D6D528 when you use class="navhead" This is the standard font style for the link headings in the Left Nav Bar of your page */ 

font.navhead {
	FONT-FAMILY: "Gill Sans MT", Arial, Helvetica, sans-serif;
	color: #D6D528;
	font-size : 0.84em;
	font-weight : 600;
	background-color : transparent;
}

/* Sets the font size to 9pt and when you use class="small" in your <font> tag */ 
font.small {
	FONT-FAMILY: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

font.white {
	FONT-FAMILY: "Gill Sans MT", Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size : 10pt;
	font-weight : 300;	
}

li	{
	color: #000066;
	text-decoration: none;
	FONT-FAMILY: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 600;
}

/* TABLE STYLES DEFINED. */

/* Sets table cell text to 0.84em Arial. Works when you use the <td> tag.*/
td {
	FONT-FAMILY: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size : 1.0em;
}

/* Sets table head cell text to 0.84em Arial. Works when you use the <th> tag.*/
th {
	FONT-FAMILY: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size : 0.84em;
	font-weight: 600;
}

/* Sets the backgound color of your table row to #EEEEEE and the font color in your table row to black when you use the class="links" attribute with your <tr> tag */
tr.links {
	background-color: #EEEEEE;
	color : Black;
}

/* Sets the backgound color of your table row to #4748A9 and the font color in your table row to black when you use the class="title" attribute with your <tr> tag */
tr.title {
	background-color: #4748A9;
	color : Black;
}

a:hover {
	color: red;
	background-color : transparent;
}

a.nav:link	{
	color: #ffffff;
	text-decoration: none;
	FONT-FAMILY: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 600;
}
			
a.nav:visited	{
	color: #ffffff;
	text-decoration: none;
	FONT-FAMILY: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 600;
}

a.nav:hover	{
	text-decoration: none;
	color: #000066;
	FONT-FAMILY: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 600;
}

a.navhead:link	{
	color: #000066;
	text-decoration: none;
	FONT-FAMILY: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 600;
}
			
a.navhead:visited	{
	color: #000066;
	text-decoration: none;
	FONT-FAMILY: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 600;
}

a.navhead:hover	{
	text-decoration: none;
	color: #cccccc;
	FONT-FAMILY: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 600;
}



a.subnav:link	{
	color: #000066;
	text-decoration: none;
	FONT-FAMILY: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 600;
}
			
a.subnav:visited	{
	color: #000066;
	text-decoration: none;
	FONT-FAMILY: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 600;
}

a.subnav:hover	{
	text-decoration: none;
	color: #cccccc;
	FONT-FAMILY: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 600;
}




