/* CSS Document */

.boxtop{
	background-image:url(images/topbg.gif);
	background-repeat:repeat-x;
	height:5px !important;
	}
.boxbot{
	background-image:url(images/topbg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:5px !important;
	}
.boxleft{
	background-image:url(images/sidebg.gif);
	background-repeat:repeat-y;
	width:4px !important;
	}
.boxright{
	background-image:url(images/sidebg.gif);
	background-repeat:repeat-y;
	background-position:right;
	width:5px !important;
	}
.boxcontainer{
	background-color:#eaf2f7;
	padding:5px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	
	}
.boldtext{
	font-weight:bold;
	}
.aright{
	text-align:right;
	vertical-align:top;
	}
.aleft{
	text-align:left;
	padding-left:15px;
	}
.boxspacer{
	height:5px !important;
}
.instruct{
	color:#999999;
	font-size:11px;
	}
.boxhead{
	padding:5px;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#06456c;
	border-bottom:1px dotted #95b7cc;
	}
.required{
	color:#CC3300;
	font-weight:normal !important;
	}


