/* CSS Document */
body {
	background:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;padding:0;	
}

a { color: #318BDE; text-decoration: none; }
a:hover { color: #000; text-decoration: underline;}

p { font-size: 110%; font-family: Verdana, arial, sans-serif; text-align: justify; line-height: 1.5em; } 

h1 { font: 200% Verdana, Arial, sans-serif; text-align: left;}

.frame1 {
	color:black;
	background-image:url(../Images/BGFiles/White_Striped_Field.gif);
	margin-bottom:10px;

}

.column1 {	
	color:black;
	text-align:left;
}

.treatmentcolumn {
	color:black;
	text-align:left;
	vertical-align:top;
	background-color:#b9b9b9;
}

.treatmentTable {
	vertical-align:text-top;
	background-color:#b9b9b9;
}

.treatmentbox {
	/*float:left;
	width:74%;*/
	
}

.leftcorner { width:10px; float:left; }
.rightcorner { width:10px; float:right; }
.topL, .topR, .bottomL, .bottomR{
    width: 10px; height: 10px;
    padding: 0px; border: 0px;
    z-index: -1;

}

.topL, .bottomL { float:left; clear:both; }

.topR, .bottomR { float:right; clear:both; }

.whitebox {
	background-image:url(../Images/BGFiles/whitebox.gif); 
	background-repeat:no-repeat; 
	height:72px; width:180px;
	padding:5px;
	margin-top:5px;	
	margin-left:5px;
	margin-right:0px;
	text-align:left;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

