
.text {  font-size: 8pt; font-weight: bold; color: #000000; font-family: Arial, Helvetica, sans-serif }

.white {color: #FFFFFF;  text-decoration: none; font-family: Arial, Helvetica, sans-serif;  font-weight: bold; font-size: 9pt}
.white:hover {color: #FF0000;  text-decoration: none; font-family: Arial, Helvetica, sans-serif;  font-weight: bold; font-size: 9pt}

.black8pt { color: #000000; font-family: MS Sans Serif; font-size: 8pt; font-weight: bold }
.black8pt:hover { color: #FF0000; font-family: MS Sans Serif; font-size: 8pt; font-weight: bold }
.black10pt { color: #000000; font-family: MS Sans Serif; font-size: 10pt; font-weight: bold }
.black10pt:hover { color: #FF0000; font-family: MS Sans Serif; font-size: 10pt; font-weight: bold }
.black12pt { color: #000000; font-family: MS Sans Serif; font-size: 12pt; font-weight: bold }
.black12pt:hover { color: #FF0000; font-family: MS Sans Serif; font-size: 12pt; font-weight: bold }

.blue8pt { color: #0000FF; font-family: MS Sans Serif; font-size: 8pt; font-weight: bold }
.blue8pt:hover { color: #FF0000; font-family: MS Sans Serif; font-size: 8pt; font-weight: bold }

.blue10pt a { 
	color: #0000FF; 
	font-family: MS Sans Serif; 
	font-size: 10pt; 
	font-weight: bold 
	}
.blue10pt a:hover { 
	color: #FF0000; 
	font-family: MS Sans Serif; 
	font-size: 10pt; 
	font-weight: bold 
	}


.blue12pt { 
	color: #0000FF; 
	font-family: MS Sans Serif; 
	font-size: 12pt; 
	font-weight: bold 
	}
.blue12pt:hover { 
	color: #FF0000; 
	font-family: MS Sans Serif; 
	font-size: 12pt; 
	font-weight: bold 
	}

.justify { text-align: justify;}
a {text-decoration: none;}

/* From Sharepoint */

body {
   margin:       0;
}
.ms-vb{
   font-family: verdana;
   font-size: .68em;
   height: 18px;
   vertical-align: top;
}
.ms-vb a {
   color: #3366cc;
   text-decoration: none;
}
.ms-vb a:hover {
   color: #ff3300;
   text-decoration: underline;
}
.ms-vb a:visited {
   color: #000066;
   text-decoration: none;
}
.ms-vb a:visited:hover {
   color: #ff3300;
   text-decoration: underline;
}