a:link		{
			color	:	#C20300;
			}
		
a:visited	{
			color	:	#C20300;
			}
		
a:hover		{
			color	:	#000000;
			}
			
a:active	{
			color	:	#000000;
			}
						
td			{
			font-family	:	Arial, Helvetica, sans-serif;
			font-size	:	12px;
			font-weight	:	bold;
			color	:	#000000;
			text-decoration	:	none;
			font-style	:	normal;
			}
			
.smallbold	{
			font-family	:	Arial, Helvetica, sans-serif;
			font-size	:	11px;
			font-weight	:	bold;
			color	:	#000000;
			text-decoration	:	none;
			font-style	:	normal;
			}

.home		{
			font-family	:	Arial, Helvetica, sans-serif;
			font-size	:	12px;
			font-weight	:	normal;
			color	:	#000000;
			text-decoration	:	none;
			font-style	:	normal;
			}
				
.tablehead			{
			font-family	:	Arial, Helvetica, sans-serif;
			font-size	:	14px;
			font-weight	:	bold;
			color	:	#000000;
			text-decoration	:	none;
			font-style	:	normal;
			}			
			
.pagehead	{
			font-family	:	Arial, Helvetica, sans-serif;
			font-size	:	14px;
			font-weight	:	bold;
			color	:	#000000;
			text-decoration	:	underline;
			font-style	:	normal;
			}
					
.text	 	{
			font-family	:	Arial, Helvetica, sans-serif;
			font-size	:	12px;
			font-weight	:	normal;
			color		:	#000000;
			width		:   180px;
			text-decoration	:	none;
			font-style	:	normal;
			border-width:normal;
			border-left-width:normal;
			border-right-width:normal;
			border-top-width:normal;
			border-bottom-width:normal;
			background-color:#ffffff;
			text-align:left;
			}
			
.textarea	 	{
			font-family	:	Arial, Helvetica, sans-serif;
			font-size	:	12px;
			font-weight	:	normal;
			color		:	#000000;
			width		:   180px;
			text-decoration	:	none;
			font-style	:	normal;
			border-width:normal;
			border-left-width:normal;
			border-right-width:normal;
			border-top-width:normal;
			border-bottom-width:normal;
			background-color:#ffffff;
			text-align:left;
			height:80;
			}
				
.button 	{
			font-family	:	Arial, Helvetica, sans-serif;
			font-size	:	11px;
			font-weight	:	bold;
			color		:	#0000cc;
			text-decoration	:	none;
			font-style	:	normal;
			border-color:#f0f0f0;
			border-width:thick;
			border-left-width:thin;
			border-right-width:thin;
			border-top-width:thin;
			border-bottom-width:thin;
			border-style:outset;
			background-color:#ff0000;
			text-align:center;
			}
-->