a {
	color: White;
}

a:hover {
	text-decoration: none;
}

body {
	background-color: White;
	margin: 0px;	
	text-align: center;
}

#TextTable {
	color: white; 
	/*	font-weight: bold; */
	font-size: 10px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	text-align: left;
	vertical-align: top;
	width: 95%;
	height: 98%;
	line-height: 13px;
   margin-left: 5px;
	margin-top: 5px;	
}

.YellowText {
	background-color: #C09000;	
}

.GreenText {
	background-color: #11600F;
}

.WhiteText {
	background-color: white;
   color: black;
}

.WhiteTextBold {
	background-color: white;
   color: black;
   font-weight: bold;
}

.TextTitle {
	font-weight: bold;
   font-stretch: wider;
	font-size: 18px; 	
	font-family: Arial Black;
   text-align: left;
   line-height: 20px; 	
   filter: Shadow;
}

.TextAnchor {
   text-align: right;
	color: White;
}

.TextAnchorWWW {
   text-align: left;
	color: White;	
}

.BottomTable {
	background-color: Silver;
	width: 100%;
	height: 100%;
	font-size: 10px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	text-align: center;
	vertical-align: top;
	line-height: 15px;	
}

.BottomLinks {
	font-weight: bold;	
	color: white;
	text-decoration: none;	 
}

.BottomCopyright {
	color: Gray;
}

#TableScreen{
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #DCDCDC;
	text-align: center;
	width: 800;
	height: auto;
	_height: 650;	
	padding: 14px 11px 9px 15px;
	_padding: 94px 31px 29px 35px;
	vertical-align: top;
}

#RealizeProjectLink
{
	font-weight: bold;	
	color: white;
	text-decoration: none;	 	
	text-align: right; 
   vertical-align: top; 
   width: 100%; 
   padding: 40px 20px 0px 0px;
}

#RealizeProjectInfo
{
	font-weight: lighter;	
	color: white;
	text-decoration: none;	 	
}

#RealizeProjectTable {
	color: white; 
	/*	font-weight: bold; */
	font-size: 10px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	text-align: left;
	vertical-align: top;
	width: 95%;
	height: 98%;
	line-height: 10px;
   margin-left: 0px;
	margin-top: 0px;	
}

#RealizeProjectTable a {
	text-decoration: none;
}

#RealizeProjectTable a:hover {
	text-decoration: underline;
}