﻿BODY,SELECT, INPUT {
	font-size : 11px;
	font-family : Verdana, sans-serif;
}

SELECT
{
	border:1px solid #CCC;
	height:18px;
	padding:0;
	margin:0;
	font-weight:bold;
}

TEXTAREA
{
	/*display:inline;
	float:left;
	vertical-align:text-top;
	margin:2px 5px 0 0;
	 */
}


TD
{
	 
}
 
TABLE {
	
	text-align:left;
	vertical-align:top;
	
}


A:link, A:visited {
	color: #5DA7CC ; 
/*	font-weight: bold; */
	font-style: normal; 
	text-decoration:none;
}
A:active {
	color: #5DA7CC ; 
/*	font-weight: bold; */
	font-style: normal; 
	text-decoration:none;
}
A:hover {
	color: #F5821F; 
	/*font-weight: bold; */
	font-style: normal;
	text-decoration:underline;
}
Table.Product
{
	text-align:left;
	vertical-align:top;
	border-collapse : collapse;
	border-width:1px;
}
