p  {
	font-family : Arial;
	font-size : <CFIF CGI.HTTP_USER_AGENT CONTAINS "MSIE ">x-small<CFELSE>small</CFIF>;
}

B  {
	font-family : Arial;
	font-size : <CFIF CGI.HTTP_USER_AGENT CONTAINS "MSIE ">x-small<CFELSE>small</CFIF>;
	font-weight : bold;
}

.ColorTxtLg  {
	font-family : Arial;
	font-size : <CFIF CGI.HTTP_USER_AGENT CONTAINS "MSIE ">x-small<CFELSE>small</CFIF>;
	font-weight : bold;
	color : blue;
}

.ColorTxtSm  {
	font-family : Arial;
	font-size : <CFIF CGI.HTTP_USER_AGENT CONTAINS "MSIE ">xx-small<CFELSE>x-small</CFIF>;
	font-weight : bold;
	color : blue;
}

.TxtSm  {
	font-family : Arial;
	font-size : <CFIF CGI.HTTP_USER_AGENT CONTAINS "MSIE ">xx-small<CFELSE>x-small</CFIF>;
}

.TdFill  {
	font-family : Arial;
	font-size : <CFIF CGI.HTTP_USER_AGENT CONTAINS "MSIE ">xx-small<CFELSE>x-small</CFIF>;
	font-weight : bold;
	text-align : left;
	color : White;
}

.CatH  {
	font-family : Arial;
	font-size : small;
	font-weight : bold;
	text-transform : capitalize;
	padding-bottom : 4;
	padding-top : 10;
	color : Blue
}

.SpecTxt  {
	font-family : Arial;
	font-size : x-small;
}
.PoTxt  {
	font-family : Arial;
	font-size : small;
}
.CatLink  {}

A  { color: Blue; }

A:Visited  { color: Fuchsia; }

A:Active  { color: Black; }

A:Hover  { color: #FF1493; }

BODY  {
	font-family : Arial;
	font-size : <CFIF CGI.HTTP_USER_AGENT CONTAINS "MSIE ">xx-small<CFELSE>x-small</CFIF>;
}

#tdtext  {
	font-size : <CFIF CGI.HTTP_USER_AGENT CONTAINS "MSIE ">xx-small<CFELSE>x-small</CFIF>;
	font-family : Arial;
	font : Arial;
}

#tdhead  {
	font-family : Arial;
	font-size : small;
	font-weight : bold;
	text-transform : capitalize;
}

#tdfoot  {
	font-family : Arial;
	font-size : <CFIF CGI.HTTP_USER_AGENT CONTAINS "MSIE ">x-small<CFELSE>small</CFIF>;
	font-weight : bold;
	line-height : 3;
	text-align : center;
}

#tdfill  {
	font-family : Arial;
	font-size : <CFIF CGI.HTTP_USER_AGENT CONTAINS "MSIE ">xx-small<CFELSE>x-small</CFIF>;
	font-weight : bold;
	text-align : left;
	color : White;
}


#catH  {
	font-family : Arial;
	font-size : x-small;
	font-weight : bold;
	color : Blue;
	padding-bottom : 10;
	padding-top : 30;
}

#SectionTxt  {
	text-transform : capitalize;
}

.shadow  {
	font : Bold x-large/140% 'Arial', 'sans-serif';
	color : #FFFF00;
	filter : shadow(Color=#9900FF,Direction=135);
	width : auto;
	height : auto;
	position : relative;
}

.glow  {
	font : Bold medium;
	filter : glow(Color=#00FF00,Strength=30);
	width : auto;
	height : auto;
	position : relative;
}

#tdspec  {
	font-size : <CFIF CGI.HTTP_USER_AGENT CONTAINS "MSIE ">xx-small<CFELSE>x-small</CFIF>;
	font-family : Arial;
}

#tdpo  {
	font-size : <CFIF CGI.HTTP_USER_AGENT CONTAINS "MSIE ">x-small<CFELSE>small</CFIF>;
	font-family : Arial;
}

.errormsg {
color : Red;
font-weight : bold;
}
