body, p, ol, ul, h1, h2, h3, h4, h5, blockquote
  {
    font-family : "Trebuchet MS", "Verdana Ref", Tahoma, Arial, sans-serif;
    font-size : 10pt;
    font-weight: normal;
    color : #4F16AF;
  }	
  
.menu
  {
    font-size : 8pt;
    font-weight : bold;
    color : #ffffff;
  }
  
.menu_table {
	height: 24px;
	background-color: #AE6580; 

}

  
.text, blockquote
  {
    font-size : 10pt;
    font-weight : normal;
    color : #4F16AF;
  }

.bigtext
  {
    font-size : 14pt;
    font-weight : normal;
    color : #4F16AF;
  }

.em 
  {
    font-weight : bolder;
  }
  
H1 
  {
    font-weight: bold;
    font-size : 24pt;
  }

H2
  {
    font-weight: bold;
    font-size : 18pt;
  }

H3
  {
    font-weight: bold;
    font-size : 15pt;
  }

H4
  {
    font-family : Georgia, "Times New Roman", serif;   
    font-weight: bold;
    font-size : 15pt;
    color : #105010;
  }

H5
  {
    font-weight : bold;
    font-size : 12pt;
    margin-bottom : -10px
  }

A:link, A:active
  {
    text-decoration	:	underline;
    color : #4F16AF;
    background	:	transparent;
  }
  
A:visited 
  {
    text-decoration	:	underline; 
    color : #4F16AF;
    background	:	transparent; 
  }		

A:hover 
  { 
    text-decoration	:	underline; 
    color : #4F16AF;
    font-weight : bold;
    background	:	transparent; 
  }

A.menu:link, A:active
  {
    text-decoration	:	underline;
    color : #ffffff;
    background	:	transparent;
  }
  
A.menu:visited 
  {
    text-decoration	:	underline; 
    color : #ffffff;
    background	:	transparent; 
  }		

A.menu:hover 
  { 
    text-decoration	:	underline; 
    color : #75EF76;
    font-weight : bold;
    background	:	transparent; 
  }

table.mainbox {
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: rgb(19, 141, 20) rgb(19, 141, 20) rgb(19, 141, 20) rgb(19, 141, 20);
	border-collapse: collapse;
	background-color: white;
}

table.box {
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: rgb(19, 141, 20) rgb(19, 141, 20) rgb(19, 141, 20) rgb(19, 141, 20);
	border-collapse: collapse;
	background-color: #EBFEEA;
}


.float_left {
	float: left;
	clear: both;
	margin: 0 5px 5px 0;
}

.float_right {
	float: right;
	clear: both;
	margin: 0 0 5px 5px;
}

.float_clear {
	clear: both;
}

.text_small {
	font-size: 9pt;
}

hr {
	color: #013d62;
	background-color: #4F16AF;
}
