/* TYPOGRAPHY CSS */

BODY, TD, P {
font-family: 		arial;
font-size: 			12pt;
color:				#000000;
}

blockquote {
font-style:			italic;
}

B {
font-weight:		bold;
}


.large {
font-family:		arial;
font-size:			14pt;
color:				#000000;
font-weight:		bold;
}

.medium {
font-family:		arial;
font-size:			11pt;
color:				#000000;
}

.small {
font-family:		arial;
font-size:			10pt;
color:				#000000;
}

.smallwhite {
font-family:		arial;
font-size:			10pt;
color:				#FFFFFF;
}

.justify {
text-align:			justify;
}

A, 

A:active {
color: 				#000000;
text-decoration:	none;
}

A:hover {
font-family: 		arial; 
color: 				#000000;
text-decoration:	underline;
}

A:visited {
font-family: 		arial; 
color: 				#000000;
}
