﻿body
{
	background-color: #F2F3F3;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

.TextContent
{
	padding: 15px 15px 15px 15px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: 500;
	font-style: normal;
	color: #000000;
	vertical-align: top;
	text-align: justify;
}

.TextContent1
{
	padding: 5px 10px 5px 10px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: 500;
	font-style: normal;
	color: #000000;
	vertical-align: top;
	text-align: justify;
}

.ImageCSS
{
	text-align: right;
	padding: 10px;
}

.TopBar
{
	background-image: url( 'images/top_bg.jpg' );
	background-repeat: repeat-x;
	background-position: top;
	height: 25px;
}

.WhiteText
{
	padding: 1px;
	font-family: verdana;
	font-size: small;
	font-weight: 500;
	color: #FFFFFF;
}

.WhiteHyperLink
{
	padding: 1px;
	font-family: verdana;
	font-size: 8pt;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.WhiteHyperLink:hover
{
	color: #FFFF00;
}

.DownLink
{
	padding: 1px;
	font-family: verdana;
	font-size: 8pt;
	font-weight: 500;
	color: #000000;
	text-align: center;
	text-align:left;
	text-decoration: none;
}
.DownLink:hover
{
	color: orange;
}
.TDLeftAlign
{
 text-align:left;	
	}