﻿/*Html Selector Begin*/
body
{
	margin: 0px;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
	border: thin none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #FFFFFF;
}
input
{
	border: 1px Solid #990000;
}
a:link
{
	color: #FF6600;
}
a:active
{
	color: #FF6600;
}
a:visited
{
	color: #FF6600;
}
a:hover
{
	color: #FF6600;
}

Table
{
	font-size: 12px;
	line-height: 150%;
}
/*Span Begin*/
Span.SpanTitle
{
	color: #993333;
	font-size: 12px;
	font-weight: bold;
}
/*Span End*/