.bold {
	font-family : Verdana;
	font-size : 10pt;
	font-weight : bold;
}
.bold1 {
	font-family : Verdana;
	font-size : 8pt;
	font-weight : bold;
}
.small {
	font-family : Verdana;
	font-size : 8pt;
	font-weight : normal;
}
.small A{
	font-family : Verdana;
	font-size : 8pt;
	font-weight : normal;
	color : #3300cc;
	text-decoration : none;
}
.small A: hover{
	font-family : Verdana;
	font-size : 8pt;
	font-weight : normal;
	color : Red;
	text-decoration : none;
}

.vsmall {
	font-family : Verdana;
	font-size : 7pt;
	font-weight : normal;
}
.vsmall A{
	font-family : Verdana;
	font-size : 7pt;
	font-weight : normal;
	color : Black;
	text-decoration : none;
}
.vsmall A: hover{
	font-family : Verdana;
	font-size : 7pt;
	font-weight : normal;
	color : Red;
	text-decoration : none;
}

A {
	text-decoration : none;
	color : #3300cc;
}
A: hover{
	text-decoration : none;
	color : Red;
}

TD {
	font-family : Verdana;
	font-size : 10pt;
	font-weight : normal;
}
.title {
	font-family :  Verdana;
	font-weight : bold;
	font-size : 14pt;
	color : #3300cc;
}
.background {
	border-color : Black;
	border : thin solid Black;
}
.blue{
	font-family :  Verdana;
	font-weight : bold;
	font-size : 13pt;
	color : #3300cc;
}
.large {
	font-family : Verdana;
	font-size : 11pt;
	font-weight : bold;
}

