﻿
.styleXSmall {
	font-size: x-small;
}
.styBoldGrey {
	color: #808080;
	font-weight: bolder;
}
.styFontForte {
	font-family: Forte;
}
.styFontMedium {
	font-size: medium;
}
.styArial {
	font-family: Arial, Helvetica, sans-serif;
}
.styRed {
	color: #FF0000;
}
.stySmallL1509 {
	text-align: left;
	line-height: 150%;
	margin-top: 3px;
	margin-bottom: 3px;
	bottom: 9px;
	visibility: visible;
	color: #666666;
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: small;
}
.styTxtRedOnWhite {
	color: #FF4F4F;
	background-color: #FFFFFF;
	font-weight: 700;
}

.styleXXSmall {
	font-size: xx-small;
}
.styleXXSmallItalic {
	font-size: xx-small;
	font-style: italic;
}

A:link { 
	color: #3366FF; 
	text-decoration: none; 
	font-weight: 700;
}
A:visited { 
	color: #cc60ff; 
	text-decoration: none; 
}
A:hover { 
	color: #FF6999; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: 700;
}
A:active { 
	color: #FF4f4f; 
	text-decoration: none; 
}