/* Tag styles */
body
	{
	background-color: #FFFFFF;
	font: normal 12px verdana, arial, helvetica, helv, sans-serif;		
	}

TD, TH, P, DIV, SELECT, OPTION, UL, OL, LI, A, INPUT
	{
	font: normal 12px verdana, arial, helvetica, helv, sans-serif;
	}

b {font-weight: bold;}
i {font-style: italic;}
u {text-decoration: underline;}

A:link 
	{
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	}
A:visited
	{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	}
/* /Tag styles */

/* generic text classes */
.txt {font: normal 12px verdana, arial, helvetica, helv, sans-serif;}
.smtxt {font-size: 10px;}
.lgtxt {font-size: 14px}
.xlgtxt {font-size: 16px}
.xxlgtxt {font-size: 18px}
.dtxt {line-height: 1.5}
/* /generic text classes */

/* special text classes */
.ctxt1 {color: #FFFFFF;}
.hdtxt1 
	{
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	}
.arial{font-family: arial;}
.footertxt 
	{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	}
/* /special text classes */

/* background color classes */
.line1 {background-color: #000000;}
.line2 {background-color: #99cccc;}
.line3 {background-color: #006699;}
.tblbg1 {background-color: #FFFFFF;}
.tblbg2 {background-color: #006699;}
.hdbg1 {background-color: #336666;}
/* /background color classes */

/* classes used by forcedElementSizes.js */
/* for PC */
.Apx10 {font: 10px arial}
.Apx12 {font: 12px arial}
.Apx14 {font: 14px arial}
.Apx16 {font: 16px arial}

/* for Mac */
.Hpx10 {font: 10px helvetica}
.Hpx12 {font: 12px helvetica}
.Hpx14 {font: 14px helvetica}
.Hpx16 {font: 16px helvetica}
/* /classes used by forcedElementSizes.js */
