﻿body 
{
	margin: 0;
	padding: 0;
	background: #C8C8C8; 
	text-align: justify;
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0E377A;
	background-image: url(img/back.jpg);
	background-position: center;
	
	
	

}
a {
	color: #0E377A;
}
a:visited {
	color: #0E377A;
}
a:active {
	color: #000000;
}
a:hover {
	color: Maroon;
}

/* ######### MAIN TABLE ######## */
#MainTable
{
	border-style: none;
	border-width: 0;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0;
	padding: 0;
	width: 1274px;
}
/* ######### LEFT CONTENT TABLE ######## */
table.LeftContentTable
{
	border-style: none;
	border-width: 0;
	margin-left: 0;
	margin-right: 0;
	border-spacing: 0;
	padding: 0;
	width: 200px;
}

/* ######### LEFT CONTENT Tr ######## */
tr.LeftContentTopTr
{
	height: 20px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -2px;
}
tr.LeftContentTr
{
	color:Black;
}
tr.LeftContentBottomTr
{
	height: 10px;
}
