/* CSS Document */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
      }
.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
      }
.text_bold {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	font-weight: bold;
	color: #000000; 
           }
.text_bold_blue_large {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: medium; 
	font-weight: bold;
	color: #003366; 
           }
.text_bold_red_large {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: medium; 
	font-weight: bold;
	color: #990000; 
           }
.text_bold_red {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	font-weight: bold;
	color: #990000; 
           }
.text_small_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000; 
           }
.text_small_bold_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #ffffff; 
           }
a:link, a:active, a:visited 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	font-weight: bold;
	color: #003366;
	text-decoration: none;
} 
 
a:hover 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	font-weight: bold;
	color: #990000;
	text-decoration: underline; 
}

p#note
{
	margin-left: 3em;
}