BODY {
	color : Black;
	background-color : #000000;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	background-attachment: fixed;
	background-image: url(images/bg-2011-2.png);
	background-repeat: repeat-x;
	min-width: 950px;
	line-height: 1.4em;
	text-align: justify;
}
div.wrapper {
   text-align: left;
   margin-left: auto;
   margin-right: auto;
   
   }
TABLE, TR,TD{
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
}


A {
	color : #1F4076;
		font-size : 10pt;
		text-decoration : underline;
}

A:HOVER {
	color : Red;
	text-decoration : underline;
}

A.whitelink:LINK {
	color : White;
	text-decoration : none;
}
A.whitelink:HOVER {
	color : Red;
	text-decoration : Underline;
}

A.whitelink:visited{
	color : White;
	text-decoration : none;
}
A.whitelink:ACTIVE {
	color : White;
		text-decoration : underline;
}

.whitetext{
	color : White;
}
td.menuon { background-color: #666666; color: #FFFFFF; }
td.menuoff { background-color: #000000; color: #FFFFFF; }


.BoldHeading {
	font : Arial, Helvetica, sans-serif; 
	color : Red;
	font-weight : bold;
	font-variant : small-caps;
	letter-spacing: 2px;
	font-size : 10pt;
}




#s3slider {
   width: 400px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 400px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 
.MainTable {
	background-attachment: fixed;
	background-image: url(images/maintablebackground.jpg);
	background-repeat: repeat-x;
}
.MainTable table tr td table tr td table tr td table tr td br {
	text-align: justify;
}
.TopLinedCells {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
}

#TableTopBottomLined {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #900;
	border-bottom-color: #900;
}

