body {
  margin-left: 0px;
  margin-top: 0px;
  background-image: url(images/tiling.jpg);
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: x-small;
}

a:link{
	color: #FFFFFF;
	font-weight:bold;
}

a:visited{
	color: #FFFFFF;
	font-weight: bold;
}

a:active{
	color: #FFFFFF;
	font-weight: bold;
}

a:hover{
	color: #FFFFFF;
	font-weight: bolder;
}

a.red:link{
	color: #DE0000;
	font-weight: bold;
}

a.red:visited{
	color: #DE0000;
	font-weight: bold;
}

a.red:active{
	color: #DE0000;
	font-weight: bold;
}

a.red:hover{
	color: #DE0000;
	font-weight: bolder;
}

.blue {	font-family: Tahoma;
	font-size: 11px;
	color: #6091A0;
	font-weight: bold;
}
.red {	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #DE0000;
}
.tahoma11 {	font-family: Tahoma;
	font-size: 11px;
	color: #7c7c7c;
}
.blue2 {	font-family: Tahoma;
	font-size: 11px;
	color: #6091A0;
}
.red1 {	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #DE0000;
}

/*	Layout	*/

#leftbar{
position: absolute;
left:0px;
top:0px;
width:200px;
}

#content{
margin-left: 204px;
margin-right:204px;
	}

#rightbar{
position: absolute;
right:0px;
top:226px;
width:200px;
}

#siteInfo{
	background-image:url(images/bg_about_us.gif);
	color: #000;
	padding: 11px 10px 30px 10px;
	margin-top: 0px;
}