/* MAIN FONT STYLE*/

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


/* LINKS*/
a:link, a:visited, a:active { color: #0000FF; font-weight: normal;text-decoration : none;}
a:hover { color: #0000FF; font-weight: normal; background-color: #c0c0c0;text-decoration : none;}
/* Title for the side nav section*/

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

/* Top level link for side nav*/

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

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

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

/* Second level link for side nav*/

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

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

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

/* Title for the Page*/

.pagetitle { 
font-size: 15px;
font-weight: bold;
color : #4B85EE;
}

/* Title for the Page*/

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

/* Inline nav for the Page*/

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

.button {
                color: Purple; 
				font-family: Arial; 
				font-size: 11px; 
				font-weight: bold
}