/* MAIN FONT STYLE*/

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


/* LINKS*/
A:link {color: #483D8B; font-weight: bold; text-decoration : none; font-family : Arial; }
A:hover { color: #4B0082; text-decoration: underline; font-weight: bold; text-decoration : none; font-family : Arial; }
A:active {color:#483D8B; font-weight: bold; text-decoration : none; font-family : Arial; }
A:visited {color: #483D8B; font-weight: bold; text-decoration : none; font-family : Arial; }

/* 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: 9px;
font-weight: bold;
color : #000066;
 font-family : Geneva, Arial, Helvetica, san-serif;
}

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

span.sidenav a:visited { 
font-size: 10px;
font-weight: bold;
color : #666666;
 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: 18px;
font-weight: bold;
color : #003399;
}

.testimonial { 
font-size: 16px;
font-weight: bold;
color : #FFFFFF;
}

/* Title for the Page*/

.pagetitlesub { 
font-size: 12px;
font-weight: bold;
color : #000066;
}

/* Inline nav for the Page*/

/* Small Inline nav for the Page*/
.pagenavsmall {
	font-size: 10px;
	font-weight: bold;
	color : #000066;
	font-family: Geneva, Arial, Helvetica, san-serif;
}

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