a:link          { text-decoration: none; color:#666666 }
a:visited				{ text-decoration: none; color:#666666 }
a:active				{ text-decoration: none; color:#666666 }
a:hover					{ text-decoration: none; color:#666666 }

p.standard
{
      font-weight:normal;
      font-size:11px;
      font-family:Arial;
      color:#666666;
}

p.standard_italic
{
      font-weight:normal;
			font-style:italic;
      font-size:11px;
      font-family:Arial;
      color:#666666;
}

p.bold
{
      font-weight:bold;
      font-size:12px;
      font-family:Arial;
      color:#666666;
}

p.headline
{
      font-weight:bold;
      font-size:13px;
      font-family:Arial;
      color:#666666;
}

td.standard
{
      font-weight:normal;
      font-size:11px;
      font-family:Arial;
      color:#666666;
}

td.standard_italic
{
      font-weight:normal;
			font-style:italic;
      font-size:11px;
      font-family:Arial;
      color:#666666;
}

td.formlabel
{
      font-weight:bold;
      font-size:12px;
      font-family:Arial;
      color:#666666;
}

td.bold
{
      font-weight:bold;
      font-size:12px;
      font-family:Arial;
      color:#666666;
}

td.fat
{
      font-weight:bold;
      font-size:14px;
      font-family:Arial;
      color:#666666;
}

select.flat,
textarea.flat,
input.standard,
select.error,
textarea.error,
input.error,
submit.standard,
radio.standard,
checkbox.standard
{ 
			border-style: solid;
			border-top-width: 1px;
			border-right-width: 1px; 
			border-bottom-width: 1px; 
			border-left-width: 1px;
			border-color : #888888
			font-size: 10px;
			background-color: #EEEEEE;
			line-height: 14px;		
}
