body
{
	font-size : xx-small;
	font-family : Tahoma,Verdana,Arial;
	font-weight: normal;
	margin: 0px; 
	text-align: center;
	BEHAVIOR: url(cssbehaviour/cssbehaviour1.htc);
}
/********************************************/
/************************* Buttons ***********/
/********************************************/

.ButtonMainLink
{
	display: block;
	background-color: #006633;
	color: White;
	border-bottom : solid 1px #cccccc;
	border-top: solid 0px #cccccc;
	border-left : solid 0px #cccccc;
	border-right : solid 0px #cccccc;
	font-size : x-small;
	font-family : Tahoma,Verdana,Arial;
	font-weight: normal;
	text-align: center;
	vertical-align: bottom;
	width: 100%;
}
.ButtonMainLink:Hover
{
	background-image: url(../images/icons/IconCircleFullGreen.png);
	cursor: hand;
	display: block;
	color: #006633;
	background-color: #33bb33;
}

/********************************************/
/************************* Tables ***********/
/********************************************/

.TableMenuTop
{
	margin-left: 2em;
}
.TdGreenBanner
{
	background-image: url(../images/topmenu/BoxGreenSmall.gif);
	text-align: right;
	height: 40px;
}

.TdMenuLinks
{
	background-image: url(../images/topmenu/BarMenuTop.gif);
	text-align: left;
	height: 13px;
}
.TdMenuLinksRight
{
	text-align: right;
	height: 13px;
}

.TdMenuLowerLinks
{
	height: 40px;
	border: 0px;
	text-align: center;
	vertical-align: top;
}


/********************************************/
/************************* Text Bloxks ******/
/********************************************/
.TextMenuLinks
{
	color : #000000;
	margin-top : 2px;
	padding-bottom : 1px;
	margin-bottom : 1px;
	margin-left : 20px;
	margin-right : 0px;
	font-size : 11;
	font-family : Tahoma,Verdana,Arial;
}
.TextMenuLinks a {
	color : #000000;
	text-decoration: none;
}
.TextMenuLinks a:visited {
	color : #000000;
	text-decoration: none;
}
.TextMenuLinks a:hover {
	color : #777777;
}

.LowerTextMenuLinks
{
	background-image : url(../images/backgrounds/check.gif);
	height: 20px;
	border-bottom-color: #dddddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

/******************** DataWhite */
.DataWhite{
	color : #FFFFFF;
	font-size : xx-small;
	font-family : Tahoma,Verdana,Arial;
	font-weight: normal;
	margin-top : 2px;
	margin-bottom : 2px;
	margin-left : 3px;
	margin-right : 3px;
}
.DataWhite a, a:visited{
	color : #FFFF00;
}
.DataWhite a:hover{
	color : #FFFFFF;
}



