/* body... pretty self explanitory use */
BODY		{
		font-family:"Times New Roman, Geneva",serif;
		margin:0;
		}

/* this is the style for the main title of a page - usually the department name */
.title		{
		font-family:"Verdana",serif;
		color:#0000ff;
		font-size:26pt;
		font-weight:bold;
		}

/* this is the style for main section headers */
.sectionhead	{
		font-family:"Times New Roman, Geneva",serif;
		color:#808000;
		font-size:16pt;
		}

/* this is the style for sub-section headers */
.subsectionhead {
		font-family:"Times New Roman, Geneva",serif;
		color:#0033cc;
		font-size:12pt;
		font-weight:bold;
		}

/* this is the style for large blocks of text */
.text		{
		font-family:"Times New Roman","Geneva",serif;
		color:#1672CF;
		font-size:10pt;
		}
		
/* this is the style for large blocks of text */
.text1		{
		font-family:"Verdana","Geneva",serif;
		color:#19548F;
		font-size:10pt;
		text-align:justify;
		}
		
	/* this is the style for large blocks of text */
.text2		{
		font-family:"Verdana","Geneva",serif;
		color:#000000;
		font-size:16pt;
		font-weight:bold;
		}
/* this is the style for large blocks of text */
.text3		{
		font-family:"Verdana","Geneva",serif;
		color:#1672CF;
		font-size:12pt;
		text-align:left;
		font-weight:bold;
		}		
/* this is the style for large blocks of text */
.text4		{
		font-family:"Verdana","Geneva",serif;
		color:#1672CF;
		font-size:10pt;
		font-weight:bold;
		font-align:left;
		}				
/* this is the style for footers and other things which should be de-emphasized */
.footer		{
		font-family:"Verdana","Geneva",serif;
		color:#19548F;
		font-size:6pt;
		font-weight:bold;
		}

/* this is the style for footers */
.footer2		{
		font-family:"Verdana","Geneva",serif;
		color:#000000;
		font-size:8pt;
		}

/* this is the style for making normal text highlighted */
.emphasize	{
		color:#808000;
		}

A:Hover { color:black }

/* links, in all their phases */
A:link		{
		color:#1672CF;
		text-decoration: none
		/* is this blue too bright? */
		}

A:active	{
		color:#1672CF;
		text-decoration: none
		}

A:visited	{
		color:#1672CF;
		text-decoration: none
		}