


table.common
	{
		border-width: 0px;
		border-spacing: 0px;
		border-collapse: collapse;
		padding: 0px;
		border-color: none;

	}
	table.common td
	{
		border-width: 0px;
		padding: 0px;
		border-style: none;
		border-color: none;
		font-family: tahoma, arial, helvetica;
		font-size: 8pt;
		font-weight : normal; 
		height: 12;	
	}
	table.common th
	{
		border-width: 0px;
		padding: 0px;
		border-style: none;
		border-color: none;
		font-family: tahoma,arial, helvetica;
		font-weight : normal; 
		font-size: 10pt;
		valign : top
		
	}
	
	a
	{
		font-size: 10px; 
		font-family: tahoma, arial, helvetica;
		font-weight : bold; 
		text-decoration: none;
	
	}

	a:link
	{
		background: transparent;
		color : Black;
	} 
	a:active
	{
		font-family: tahoma, arial, helvetica;
		color : Black;
	}
	a:hover
	{
		color : Red;
	}
	a:visited
	{
		color : Black;
	}



	
	h1
	{
		font-size: 14px; 
		font-family: tahoma, arial, helvetica;
		color :"#CC0000";
		//text-align: center;
	}
	h2
	{
		font-size: 14px; 
		font-family: Verdana, tahoma, arial, helvetica;
		color :"6600FF;
		text-align: left;
	}

	h4
	{
		font-size: 10pt; 
		font-family: tahoma, arial, helvetica;
		font-weight : bold; 
		color :"#666666";
		text-align: left;
	}
	h5
	{
		font-size: 10px; 
		font-family: tahoma, arial, helvetica;
		font-weight : bold; 
		color :"black";
		text-align: justify;
	}

	input
	{
		border: 1px solid;
		font-size: 8pt;
		border-color: "#666666";
		font-family : Verdana;
		font-weight : normal; 
	}
	textarea 
	{ 
		border-top-width: 1px; 
		border-left-width: 1px; 
		font-size: 8pt; 
		border-left-color: black; 
		border-bottom-width: 1px; 
		border-bottom-color: black; 
		color: black; 
		border-top-color: black; 
		font-family: verdana; 
		border-right-width: 1px; 
		border-right-color: black 
	} 

select
{
	font-size: 8pt; 
	font-family: Verdana;
}

