/* CSS Document */
body {
	background-color: #fff;
}
.topleft{
	background-image:url(images/index_01.jpg);
	background-repeat:no-repeat;
	width:131px;
	height:138px;
	}	

.topmiddle{
	background-image:url(images/index_02.jpg);
	background-repeat:no-repeat;
	width:740px;
	height:138px;
	}
	
.topright{
	background-image:url(images/index_03.jpg);
	background-repeat:no-repeat;
	width:129px;
	height:138px;
	}
	
.backleft{
	background-image:url(images/index_04.jpg);
	background-repeat: repeat-y;
	width:131px;
	}
	
.backright{
	background-image:url(images/index_07.jpg);
	background-repeat: repeat-y;
	width:129px;
	}	
	
.linkarea{
	background-image:url(images/index_05.jpg);
	background-repeat: repeat-y;
	width:165px;
	}
	
.textarea{
	background-image:url(images/index_06.jpg);
	background-repeat: repeat-y;
	width:575px;
	}		

.txtFooter{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;

	}
	
.txtFooter:hover{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-transform:none;
	text-decoration:underline;
	}
.txtBody{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999966;
	font-style:normal;
	font-weight:normal;
	text-align:justify;
	}
.txtsubHeading{
	font-family: Century Gothic, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#999966;
	font-style:normal;
	font-weight:normal;
	text-align:justify;
	}

.PopBoxImageSmall
{
   border: none 0px white;
   cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
   border: solid thin #CCCCFF;
   cursor: url("images/magminus.cur"), pointer;
} 
