@charset "utf-8";
/* CSS Document */

BODY	{
	font:normal 14px Arial, Helvetica, sans-serif;
	color: Black;
	margin: 0;
	background: #009933 center repeat fixed url(../images/bg.gif);
	text-align: left;
	vertical-align: top;
}

table {
	width: 700px;
	height: 100%;
	
	}

td 	{
	text-align: left;
	vertical-align: top;
	padding: 15px;
	}
table#MainTableTable	{
	boder: 0 2px 0 2px #000 solid;
	}
	
td#mainTable 	{
	background: url(../images/cellbg.gif);
	background-position-y: 150px;
	text-align:left;  
	}
	
td#CellContent {
	width: 420px;
	vertical-align: top;
	padding: 5px;
}

td#CellMenu	{
	width: 175px;
	padding: 0px;
	}


table#content	{
	width: 100%;
	border: none;
	
	}
	
table#tableCell	{
	width: 100%;
		}

table#tableCell	td {
	padding: 5px;
	}

td#BannerTd	{
	background: url(../images/topBanner.gif) center no-repeat #C30;
	height: 150px;
	vertical-align: middle;
	text-align:center;
}

td#FooterTd	{
	background: #009 url(../images/bottomBanner.gif) top center no-repeat;
	}
	
.title {
	font: bold 35px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align:center;
	
	
	}
.subtitle	{
	font: 16px Arial, Helvetica, sans-serif;
	color: white;
	text-align:center;
	}

.txtWhite	{
	color: white;
	}
	
#MenuFormating {
	width: 200px;
	line-height: 25px;
	font-size:130%;
	}
#MenuFormating a {display:block}
#MenuFormating a:hover {color:green}

/* _____________ ELEMENTS __________________ */

hr{
	height: 2px;
	/* color is for IE */
	color: #FFF;
	/* background is for all other web browsers */
	background: #FFF;
	/* border: 0 removes the shading in most web browsers */
	border: 0;
	/* A zero-margin aligns it in most web browsers */
	margin: 0;
	padding: 0;
	/* Aligns it in IE */
	text-align: left;
}
/* _____________ LINKS MENU __________________ */

a:link, a:visited	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #C30;
	font-variant:small-caps;
	text-decoration: none; 
	}
	
a:hover	{
	color: #FFF;
	}
/* ________________ LINKS NORMAL _______________*/

a.linkNormal:link, a.linkNormal:visited	{
	font-size: 12px;
	color:#FFFF00;
	font-variant: normal;
	font-weight: normal; 
	text-decoration: none;
	}
		
a.linkNormal:hover{
	font-size: 12px;
	color:#B00;
	text-decoration: none;
	}
	
	/*___________ LINK NORMAL DARK ___________________*/
a.linkNormalDark:link, a.linkNormalDark:visited	{

	color:#395;
	font-variant: normal;
	font-weight: normal; 
	text-decoration: none;
	}
	

a.linkNormalDark:hover{
	
	color:#900;
	text-decoration: none;
	}