
A:link 
    {
    text-decoration: underline;		/* normal, unvisited link */
    color: blue;
    }

A:visited 
    {
    color: blue;					/* a link the user has visited */
    }

A:hover 
    {
    color: rgb(172, 139, 0);		/* when mouse is over link */
    }

A:active 
	{
	color: rgb(220, 178, 0); 		/* when link is clicked */
	} 


body 
	{
	font-family: "Verdana", "Arial", "Helvetica"; 
	font-style: normal; 
	font-weight: regular; 
	font-size: 10pt; 
	color: #000056
	}

div 
	{
	font-family: "Verdana", "Arial", "Helvetica"; 
	font-style: normal; 
	font-weight: regular; 
	font-size: 10pt; 
	color: #000056
	}

input 
	{
	font-family: "Verdana", "Arial", "Helvetica"; 
	font-style: normal; 
	font-weight: regular; 
	font-size: 10pt; 
	color: #000056
	}

li 
	{
	font-family: "Verdana", "Arial", "Helvetica"; 
	font-style: normal; 
	font-weight: regular; 
	font-size: 10pt; 
	color: #000056
	}

p 
	{
	font-family: "Verdana", "Arial", "Helvetica"; 
	font-style: normal; 
	font-weight: regular; 
	font-size: 10pt; 
	color: #000056
	}

table 
	{
	font-family: "Verdana", "Arial", "Helvetica"; 
	font-style: normal; 
	font-weight: regular; 
	font-size: 10pt; 
	color: #000056
	}


.box 
	{
	border: solid; 
	border-width: 
	thin; width: 
	100%;
	}

.mpdrkblue08 
	{
	font-family: "Verdana", "Arial", "Helvetica"; 
	font-style: normal; 
	font-weight: regular; 
	font-size: 8pt; 
	color: #000056
	}


.mpred10
	{
	font-family: "Verdana", "Arial", "Helvetica"; 
	font-style: normal; 
	font-weight: regular; 
	font-size: 10pt; 
	color: #FF0000;
	}


.mpblue10s 
	{
	font-family: "Verdana", "Arial", "Helvetica"; 
	font-style: normal; 
	font-weight: bolder; 
	font-size: 10pt; 
	color: #0000FF;
	}

.mpdrkblue10s 
	{
	font-family: "Verdana", "Arial", "Helvetica"; 
	font-style: normal; 
	font-weight: bolder; 
	font-size: 10pt; 
	color: #000056;
	}

.mpgreen10s 
	{
	font-family: "Verdana", "Arial", "Helvetica"; 
	font-style: normal; 
	font-weight: bolder; 
	font-size: 10pt; 
	color: #007000;
	}

.mpred10s 
	{
	font-family: "Verdana", "Arial", "Helvetica"; 
	font-style: normal; 
	font-weight: bolder; 
	font-size: 10pt; 
	color: #FF0000;
	}

.mpyellow10s 
	{
	font-family: "Verdana", "Arial", "Helvetica"; 
	font-style: normal; 
	font-weight: bolder; 
	font-size: 10pt; 
	color: #F7C500;
	}

.mpdrkblue12 
	{
	font-family: "Verdana", "Arial", "Helvetica"; 
	font-style: normal; 
	font-weight: regular; 
	font-size: 12pt; 
	color: #000056;
	}

.mpgold12 
	{
	font-family: "Verdana", "Arial", "Helvetica"; 
	font-style: normal; 
	font-weight: regular; 
	font-size: 12pt; 
	color: rgb(172, 139, 0);
	}

.mpgold14 
	{
	font-family: "Verdana", "Arial", "Helvetica"; 
	font-style: normal; 
	font-weight: regular; 
	font-size: 14pt; 
	color: rgb(172, 139, 0);
	}
	
.mptitleblue 
	{
	font-family: "Copperplate Gothic Bold", "Verdana", "Arial", "Helvetica"; 
	font-style: normal; 
	font-weight: regular; 
	font-size: 17pt; 
	color: #000080;
	}

.mptitlegold
	{
	font-family: "Copperplate Gothic Light", "Verdana", "Arial", "Helvetica"; 
	font-style: normal; 
	font-weight: regular; 
	font-size: 15pt; 
	color: rgb(172, 139, 0);
	}

.mptitlered
	{
	font-family: "Copperplate Gothic Bold", "Verdana", "Arial", "Helvetica"; 
	font-style: normal; 
	font-weight: regular; 
	font-size: 17pt; 
	color: #FF0000;
	}

	
	
	
	
	
	
	
	
	