@charset "UTF-8";
/* CSS Document */

body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-color:#B5B5B5;
	color:#4a91a0;
	font-size:14px;
	letter-spacing:1px;
	font-weight:bold;
}

img{
	border: 0;
}

a{
	color: #990000;
	text-decoration: none;
}

a:link{
	color: #990000;
	text-decoration: none;
}


a:hover{
	color: #FF0000;
	text-decoration: underline;
}
.lBdr {
	background-image:url(../images/lBdrBG.png);
	background-repeat:repeat-y;
}
.rBdr {
	background-image:url(../images/rBdrBG.png);
	background-repeat:repeat-y;
}
.main {
	background-color:#FFFFFF;
}

.ballbusting-pic {
	background-image:url(../images/ballbusting-nutcracker.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:876px;
	height:333px;
}
.ballbusting-pic-nag {
	background-image:url(../images/ballbusting-nutcracker-nag.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:876px;
	height:333px;
}
.bar1 {
	width:852px;
	height:10px;
	margin:1px 12px 0 12px;
	background-color:#f2fafc;
	font-size:1px;
}
.bar2 {
	width:852px;
	height:10px;
	margin:1px 12px 0 12px;
	background-color:#ddf3f8;
	font-size:1px;
}
.content {
	margin:1px 12px 0 12px;
}
.stxt {
	margin:1px 12px 0 12px;
	font-size:12px;
}
.formlabel-error {color:#990000}