.xSmallTxt{
	font-family:Verdana;
	font-size:10px;
}
.xSmallBoldTxt{
	font-family:Verdana;
	font-size:10px;
	font-weight: bold;
}


.smallTxt{
	font-family:Verdana;
	font-size:11px;
}
.smallBoldTxt{
	font-family:Verdana;
	font-weight: bold;
	font-size:11px;
}
.smallBoldRedLink{
	font-family:Verdana;
	font-weight: bold;
	font-size:11px;
	color: #990000;
	text-decoration : none;
	a:link, A:visited{color:#990000;}
}
.smallBoldBlackLink{
	font-family:Verdana;
	font-weight: bold;
	font-size:11px;
	color: #000000;
	text-decoration : none;
	a:link, A:visited{color:#000000;}
}

.medTxt{
	font-family:Verdana;
	font-size:13px;
}
.medBoldTxt{
	font-family:Verdana;
	font-weight: bold;
	font-size:13px;
}
.medBoldRedTxt{
	font-family:Verdana;
	color: #990000;
	font-weight: bold;
	font-size:13px;
}
.medBoldRedLink{
	font-family:Verdana;
	font-weight: bold;
	font-size:13px;
	color: #990000;
	text-decoration : none;
	a:link, A:visited{color:#990000;}
}
.medBoldBlackLink{
	font-family:Verdana;
	font-weight: bold;
	font-size:13px;
	color: #000000;
	text-decoration : none;
	a:link, A:visited{color:#000000;}
}

.largeTxt{
	font-family:Verdana;
	font-size:14px;
}
.largeBoldTxt{
	font-family:Verdana;
	font-weight: bold;
	font-size:14px;
}
.largeBoldRedTxt{
	font-family:Verdana;
	font-weight: bold;
	font-size:14px;
	color: #990000;
}
.largeBoldRedLink{
	font-family:Verdana;
	font-weight: bold;
	font-size:14px;
	color: #990000;
	text-decoration : none;
	a:link, A:visited{color:#990000;}
}
.largeBoldBlackLink{
	font-family:Verdana;
	font-weight: bold;
	font-size:14px;
	color: #000000;
	text-decoration : none;
	a:link, A:visited{color:#000000;}
}

.xlargeTxt{
	font-family:Verdana;
	font-size:16px;
}
.xlargeBoldTxt{
	font-family:Verdana;
	font-weight: bold;
	font-size:16px;
}

/*
.style1{color: #FFFFFF}

a{text-decoration:none;}

a:hover{
text-decoration : none;
color: #333399;
background : #FFFFFF;
}

A:active{color: #333399; background : #333399;}
*/

