/* ----- HERE ARE THE DEFAULT FONT STYLES ----- */


	body,P,table,td,tr,select,ol,ul,li,input
		{
		color:000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11 pt;
		}




/* ----- HERE ARE THE DEFAULT LINK COLORS ----- */

	a:link
		{
		color:4386EB;
		}
	a:visited
		{
		color:4386EB;
		}
	a:active
		{
		color:4386EB
		}
	a:hover
		{
		color:4386EB;
		}


/* ----- HERE ARE DIFFERENT HEADER SIZES ----- */

	h1, .h1
		{
		font-size: 16 pt;
		font-weight:bold;
		color:#00327D;
		}
	h2, .h2
		{
		font-size: 14 pt;
		font-weight:bold;
		color:#00327D;
		}
	h3, .h3
		{
		font-size: 12 pt;
		font-weight:bold;
		color:#00327D;
		}
	h4, .h4
		{
		font-size: 12 pt;
		font-weight:bold;
		color:#00327D;
		}
	h5, .h5
		{
		font-size: 11 pt;
		font-weight:bold;
		color:#00327D;
		}
	h6
		{
		font-size: 11 pt;
		font-weight:bold;
		color:#00327D;
		}



/* ----- HERE ARE DIFFERENT FONT SIZES ----- */

	.text8
		{
		font-size: 8 pt;
		}
	.text9
		{
		font-size: 9 pt;
		}
	.text10
		{
		font-size: 10 pt;
		}
	.text11
		{
		font-size: 11 pt;
		}
	.text12
		{
		font-size: 12 pt;
		}
	.text13
		{
		font-size: 13 pt;
		}
	.text14
		{
		font-size: 14 pt;
		}
	.text15
		{
		font-size: 15 pt;
		}
	.text16
		{
		font-size: 16 pt;
		}



/* ----- HERE ARE MISCELANEOUS FONT STYLES ----- */

	b	
		{
		font-weight:bold;
		}                
	i	
		{
		font-style:italic;
		}
	u	
		{
		text-decoration:underline;
		}
	sup	/* --- FOR STUFF LIKE "ST", "ND", "RD", "TH", "2" --- */
		{
		vertical-align:super;
		font-size: 8 pt;
		}
	center	
		{
		text-align:center;
		}

	.verdana
		{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}


	input,textarea
		{
		color:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10 pt;
		}
	.copyright
		{
		font-size: 10 pt;
		}
    a.sidebar
        {
        color:#ffffff;
	font-size: 11 pt;
        }
    a.sidebar:link
        {
        color:#00327D;
	font-size: 11 pt;
        }
 
    a.nav
        {
        color:#ffffff;
	font-size: 11 pt;
        }
    a.nav:link
        {
        color:#ffffff;
	font-size: 11 pt;
        }
    a.nav:visited
        {
        color:#ffffff;
	font-size: 11 pt;
        }
 
 
 
 
 
 
