/* MAIN FONT STYLE*/

BODY, TD, P, LI, BLOCKQUOTE, .normal { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}


/* LINKS*/
a:link 		{color: Maroon; font-weight: bold; text-decoration : none; }
a:hover 		{color: #FF4500; font-weight: bold; text-decoration : none;  }
a:active 	{color: #663300; font-weight: bold; text-decoration : none; }
a:visited 	{color: Maroon; font-weight: bold; text-decoration : none;  }


/* Title for the side nav section*/

.sidenavtitle { 
font-size: 15px;
font-weight: bold;
color : #BACAE5;
 font-family : "Times New Roman";
}

/* Top level link for side nav*/

span.sidenav a:link { 
font-size: 11px;
font-weight: bold;
color : White;
 font-family : Arial;
}

span.sidenav a:active { 
font-size: 11px;
font-weight: bold;
color : #E7E7E7;
 font-family : Arial;
}

span.sidenav a:visited { 
font-size: 11px;
font-weight: bold;
color : #E5C29E;
 font-family : Arial;
}

/* Second level link for side nav*/

span.sidenavsub a:link { 
font-size: 9px;
font-weight: bold;
color : White;
font-family : Arial;
}

span.sidenavsub a:active { 
font-size: 9px;
font-weight: bold;
color : #E7E7E7;
font-family : Arial;
}

span.sidenavsub a:visited { 
font-size: 9px;
font-weight: bold;
color : #E5C29E;
font-family : Arial;
}

/* Title for the Page*/

.pagetitle { 
font-size: 14px;
font-weight: bold;
color : Maroon;
}

/* Title for the Page*/

.pagetitlesub { 
font-size: 14px;
font-weight: bold;
color : #664D00;
}

/* Inline nav for the Page*/

.pagenav { 
font-size: 12px;
font-weight: bold;
color : #Maroon;
}

/* Small Inline nav for the Page*/
.pagenavsmall { 
font-size: 10px;
font-weight: bold;
color : #Maroon;
}

/* Microsoft Style Sheet Attributes*/
p.MsoNormal, li.MsoNormal, div.MsoNormal {
	margin:0in;
	font-size:10.0pt;
	font-family:"Arial";
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;

	}
	
.button {
                color: #2e8b57; 
				font-family: Arial; 
				font-size: 10px; 
				font-weight: bold
}
.underlineBottomTD {
    border-width: 0px;
    border-top: 0px;
    border-bottom: 1px; 
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #2F4F4F;
}


