td
{
	background-repeat: no-repeat ;         /* default */
     background-size: 50% auto;
    background-origin: border-box;
}

td.cell1
{ 
	border: 2px solid #A00;
	
}

td.cell2
{ 
	border: 2px solid #d6d5c7;
	
}

td.cell3
{ 
	border: 2px solid #CCC;
}

p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight:normal;
	text-align:justify;
}

small{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight:normal;
	text-align:left;
}

h1
{
	font-size: 24px;
	color: #14a74b;
	font-family: Verdana, Geneva, sans-serif;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	color: #333;
}

h3
{
	font-family: Arial;
	font-size: 18px;
	color: #14a74b;
	text-align: left;
	font-weight: 
}

h4
{
	font-family: Verdana, Geneva, sans-serif;
	color: #ee2b3b;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
}

h5
{
	font-family: Arial;
	font-size: 10px;
	color: #000;
	text-align: right;
}

h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

fieldset
{
	border: 2px solid #ee2b3b;
	width: 35em;
}

textarea
{
	color: #000;
	border: 1px solid #000;
}

label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	width: 12em;
	float: left;
	text-align: Left;
	margin-right: 0.5em;
	display: block;
}

input
{
	color: #000;
	border: 1px solid #000;
}

.submit input
{
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9
}

.blockquote
{
	background:#CCCCCC;
	font-size:16px;
	
}
