/* CSS Document */

.box {
	background: #666666;
	background-color: #666666;
}
.boxtop { 
  background: url(../image-files/ne.gif) no-repeat right top; 
}
.boxtop div { 
  height: 20px; 
  background: url(../image-files/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(../image-files/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 42px; 
  background: url(../image-files/sw.gif) no-repeat bottom left; 
}
.boxcontent {
	padding: 0px 42px 0px 42px;
	font-size: 12px;
}
.mainheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #837667;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}
.footerline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.textlink {
	text-decoration: none;
}
.navwht {
	color: #F0F0F0;
}
.subheadingsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: normal;
}
.intextheading {
	color: #666666;
	font-weight: bold;
}
.navgray {
	color: #666666;
}
.horiz_repeat {
	background-repeat: repeat-x;
}
.textpadding {
	background-image: none;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}
.norepeatbckgrnd {
	background-repeat: no-repeat;
}
.updatepanel {
	color: #FFFFFF;
}
.rightpanel {
	color: #FFFFFF;
	padding: 10px;
}
.textpadding2 {
	background-image: none;
	padding: 10px;
}

