P  {}

A  {
	color : Purple;
}

A:Visited  {
	color : Purple;
}

A:Active  {
	color : Navy;
}

A:Hover  {
	color : Blue;
	font-style : normal;
}

.med  {
	font-size : medium;
}

.sml  {
	font-size : small;
}

.xsml  {
	font-size : x-small;
}

.xxsml  {
	font-size : xx-small;
}

.larger  {}

.smaller  {}

.arial  {
	font-family : Arial;
}

.u  {
	text-decoration : underline;
}

.i  {
	font-style : italic;
}

.tab  {
	text-indent : 2em;
}

.green  {
	font-weight : bold;
	color : Green;
	font-size : 22pt;
}

.purple  {
	font-style : normal;
	font-weight : bold;
	color : #6600ff;
}

.b14  {
	font-size : 14pt;
	font-weight : bold;
}

.b16  {
	font-size : 16pt;
	font-weight : bold;
}

.ttxt  {
	font-size : 4pt;
	font-weight : bold;
	color : #FFFFFF;
	visibility : hidden;
}

.title  {
	font-size : 22pt;
	font-weight : bold;
	color : green;
	text-align : center;
}

.msg  {
	font-size : 10pt;
	font-weight : bold;
}

.msg2  {
	font-size : 10pt;
}


