*		{font-family: Geneva, Verdana, Arial, helvetica, Lucida, sans-serif; font-size: 11px;}

body		{text-decoration: none}

td		{font-size: 11px; text-decoration: none; font-weight: normal}
th		{font-size: 11px; text-decoration: none; font-weight: bold; text-align: center;}

P		{line-height:11pt}

ul		{line-height:11pt}

h1,h2,h3{}

input		{font-size: 11px;}
sup		{vertical-align: super;}

A		{font-size:11px;}
A:link		{color: #333366;}
A:visited 	{color: #525252;}
A:hover 	{color: #FF0033;}
A.active	{color: #FF0033;}

.m1      	{font-size:11px;}
A.m1:link 	{color: #333333;}
A.m1:visited	{color: #333333;}
A.m1:hover	{color: #D72A38;}
A.m1:active	{color: #D72A38;}

.m2         	{font-size:10px; font-weight: normal;}
A.m2:link   	{color: #666666;}
A.m2:visited	{color: #666666;}
A.m2:hover  	{color: #D72A38;}
A.m2:active 	{color: #D72A38;}

.m3		{font-size:10px; line-height: 14px; font-weight: normal;}
A.m3:link	{color: #666666;}
A.m3:visited	{color: #666666;}
A.m3:hover	{color: #D72A38;}
A.m3:active	{color: #D72A38;}

.pr		{font-size:14px; line-height: 18px; font-weight: normal;}
A.pr:link	{color: #666666;}
A.pr:visited	{color: #666666;}
A.pr:hover	{color: #D72A38;}
A.pr:active	{color: #D72A38;}

.j		{text-align: justify;}
.pt8		{font-size: 8pt;}
.pg_title	{font-size: 12pt; font-weight:bold}
.blue		{color: #0000FF;}
.red		{color: #CC3333;}
.disclaimer	{font-size:10px; color:#999999;}

/*
	The following is activated only when page is printed.
	Hides whatever has class="noprint" attribute. You must use "Print Preview" or
	actually print a document to see this working.
*/
@media print {
	.noprint    {visibility:hidden;  display:none;}
	.nodisplay  {visibility:visible; display:inherit;}
	.disclaimer {font-size:8px; color:#999999;}
}

/*
	The following is activated only when page is viewed on the screen.
	Hides whatever has class="nodisplay" attribute.
*/
@media screen {
	.nopint	    {visibility:visible; display:inherit;}
	.nodisplay  {visibility:hidden;  display:none;}
}