body {
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
}
	
td
{
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: 1px;
}

td.Title
{
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
	padding: 1px 18px 0px 8px;
}

td.Text
{
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: 1px;
	padding: 0px 18px 0px 8px;
}

td.Box
{
	padding: 0px 10px 0px 0px;
}

td.Text a:link, td.Text a:visited 
{
	font-weight:normal;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

td.Text a:active, td.Text a:hover 
{
	color: blue;
}

td.TitleRight
{
	color: #0B074F;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;

	text-transform: uppercase;	
	line-height: 16px;
	letter-spacing: 1px;
	padding : 18px 10px 0px 10px;
}

td.Footer
{
	font-size: 11px;
	color: #666666;
	letter-spacing: 0px;
	padding : 0px 10px 0px 10px;
}

.Footer a:link,.Footer a:visited 
{
	font-weight:normal;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}

.Footer a:active,.Footer a:hover 
{
	color: #0B074F;
	text-decoration: underline;
}

.FormElement
{
	font-size: 11px;
	margin: 0 0 0 0;
	font-family: Tahoma, Arial, sans-serif;
}

.Button
{
	font-size: 11px;
	width:80px;
	margin: 0 0 0 0;
	font-family: Tahoma, Arial, sans-serif;
}

.Error
{
	color: red;
	font-weight: bold;
	/*padding : 0px 14px 0px 14px;*/
}

.FormError
{
	border: 2px dashed red;
}