/* GLOBAL STYLES */

body 
	{
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #D5D5D5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: auto;
	}

#container
	{
	width: 100%;
	height: 100%;
	}

td.container
	{
	text-align: center;
	vertical-align: middle;
	}

#content
	{
	width: 700px;
	height: 500px;
	background-color: #FFFFFF;
	/*border: 1px solid #006699;*/
	border-collapse: collapse;
	}

td.navigation
	{
	padding: 10px 0px 10px 0px;
	}

td.innerFooter
	{
	padding: 10px 0px 10px 0px;
	}
	
#footer
	{
	width: 700px;
	height: 20px;
	background-color: transparent;
	}

td.bannerLeft
	{
	padding: 15px 0px 10px 20px;
	}

td.bannerRight
	{
	padding: 15px 20px 10px 0px;
	font-family: Tahoma;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	}

p
	{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	line-height: 130%;
	/*letter-spacing: 1px;*/
	text-align: justify;
	}

.global_text
	{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	line-height: 130%;
	/*letter-spacing: 1px;*/
	text-align: justify;
	}

.footerText
	{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	}

.text_12px
	{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	line-height: 130%;
	/*letter-spacing: 1px;*/
	text-align: justify;
	}


.h1
	{
	font-family: Tahoma;
	font-size: 14px;
	color: #194775;
	font-weight: bold;
	}

.h2
	{
	font-family: Tahoma;
	font-size: 12px;
	color: #194775;
	font-weight: bold;
	}

.h3
	{
	font-family: Tahoma;
	font-size: 11px;
	color: #194775;
	font-weight: bold;
	}

.h4
	{
	font-family: Tahoma;
	font-size: 10px;
	color: #194775;
	font-weight: bold;
	}

.alert
	{
	font-family: Tahoma;
	font-size: 10px;
	color: #990000;
	}

a:link		{color: #006699;	text-decoration: none; /*font-size: 10px;*/ font-family: Tahoma;}
a:visited	{color: #006699;	text-decoration: none; /*font-size: 11px;*/ font-family: Tahoma;}
a:hover		{color: #990000; text-decoration: none; /*font-size: 11px;*/ font-family: Tahoma;}
a:active		{color: #006699;	text-decoration: none; /*font-size: 11px;*/ font-family: Tahoma;}

ul
	{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
	line-height: 130%;
	/*letter-spacing: 1px;*/
	text-align: justify;
	}

li
	{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	line-height: 130%;
	/*letter-spacing: 1px;*/
	text-align: justify;
	}
	
form
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}




/* //////////// GLOBAL STYLES /////////////// */

td.LeftNavigation
	{
	padding-top:35px; 
	padding-left:24px;
	width: 145px;
	height: 82px;
	}

td.logo
	{
	padding-bottom:5px; 
	padding-left:24px;
	width: 350px;
	height: 60px;
	}

td.section
	{
	padding-bottom:5px; 
	padding-right:24px;
	width: 350px;
	height: 60px;
	}

td.SectionContent
	{
	padding:35px 24px 35px 10px;
	width: 555px;
	}
	

