/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-image: url(images/background.jpg);
	text-align: center;
}

A:link
{
	border-right: white thin solid;
	padding-right: 2px;
	padding-left: 2px;
	border-left: white thin solid;
	text-decoration: none;
}

A:visited
{
	border-right: white thin solid;
	padding-right: 2px;
	padding-left: 2px;
	border-left: white thin solid;
	text-decoration: none;
}

A:hover
{
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: underline;
}

.TableMain
{
	border-right: gainsboro thin outset;
	border-top: gainsboro thin outset;
	border-left: gainsboro thin outset;
	width: 826px;
	border-bottom: gainsboro thin outset;
	background-color: white;
}

.TableMainImage
{
	width: 100%;
}

.TableMainBody
{
	border-top-width: thin;
	border-left-width: thin;
	font-size: 16pt;
	border-left-color: dimgray;
	border-bottom-width: thin;
	border-bottom-color: dimgray;
	width: 80%;
	color: white;
	border-top-color: dimgray;
	background-color: white;
	border-right-width: thin;
	border-right-color: dimgray;
}

.TD_Header
{
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/header.jpg);
	padding-bottom: 10px;
	width: 100%;
	padding-top: 10px;
	height: 140px;
	text-align: right;
}

.TD_Header_FR
{
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/header_fr.jpg);
	padding-bottom: 10px;
	width: 100%;
	padding-top: 10px;
	height: 140px;
	text-align: right;
}

.TD_Footer
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10pt;
	background-image: url(images/footer.jpg);
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Arial;
	height: 114px;
	text-align: center;
}

.TD_MainImage
{
	background-color: #436047;
}

.TD_MainImageSize
{
	width: 516px;
}

.TD_MainImageText
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 18pt;
	padding-bottom: 10px;
	vertical-align: baseline;
	color: white;
	padding-top: 75px;
	font-family: Arial;
	text-align: left;
}

.TD_MainBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: white;
	text-align: center;
}

.TD_MainBodyText
{
	padding-right: 10px;
	padding-left: 10px;
	text-justify: newspaper;
	font-size: 12pt;
	padding-bottom: 10px;
	width: 50%;
	color: black;
	padding-top: 10px;
	font-family: Arial;
	background-color: white;
	text-align: justify;
}

.TD_MainBodyText2
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12pt;
	padding-bottom: 10px;
	width: 50%;
	color: black;
	padding-top: 10px;
	font-family: Arial;
	background-color: white;
}



