@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	}
		
td {
	font-family:"Comic Sans MS";
	font-size: 12px;
	color: #333333;
	line-height:18px;
	}

td a:link {
	color: #a79871;
	text-decoration:none;
	}

td a:visited{
	color: #a79871;
	text-decoration:none;
	}

td a:hover{
	color:#969595;
	text-decoration:none;
	}
	
.footer a:link {
	color: #333333;
	text-decoration:none;
	}

.footer a:visited{
	color: #333333;
	text-decoration:none;
	}
	
.footer a:hover{
	color: #969595;
	text-decoration:none;
	}
	
.crumb{
	color:#d9a708;
	}

.topbg{
	background:url(../images/topbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
.centerbg {
	background:url(../images/centerbg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	}
	
.footerbg{
	background:url(../images/footerbg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
.footerbg1{
	background:url(../images/footerbg1.gif);
	background-repeat:repeat-x;
	}
	
.menubg{
	background:url(../images/menubg.gif);
	background-repeat:repeat-x;
	}
	
.menubg1{
	background:url(../images/menubg1.jpg);
	background-repeat:no-repeat;
	}
	
.pic1bg{
	background:url(../images/pic1bg.jpg);
	background-repeat:no-repeat;
	}
	
.pic2bg{
	background:url(../images/pic2bg.jpg);
	background-repeat:no-repeat;
	}
	
.pic3bg{
	background:url(../images/pic3bg.jpg);
	background-repeat:no-repeat;
	}
	
.footer{
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	}
	
.innerbg{
	background:url(../images/innertop.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
.bannerbg{
	background:url(../images/banner.jpg);
	background-repeat:no-repeat;
	}
.WhiteTextBox {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	background-color: FAE1EB;
	border:  1px solid #2D4A68;
}
.OrangeButton {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	background-color: #B92A65;
	border: 1px solid #000000;
}

.legend{
	font-family:Comic Sans MS, Arial;
	font-size:12px;
	font-weight: bold;
	color:#000000;
}

.fieldset{ 
	font-family:Comic Sans MS, Arial;
	width: 160px;
	height: auto;
	text-align:center;
}



