/* Start of CMSMS style sheet 'css' */
@charset "UTF-8";
.mainframe {
	width: 930px;

padding: 20px;
}
.morecases {
padding: 10px 0px;
border-bottom: 1px solid #cbcbcb;
}
.firstsentence {
padding: 0px 0px 10px 0px;
border-bottom: 1px solid #cbcbcb;
}
.secondsentence {
padding: 10px 0px;
border-bottom: 1px solid #cbcbcb;
}
.header_row {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}
body {
	margin: 0px;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
background:  #fff;
background-position: bottom center; 
background-attachment: fixed;

}
.col_1 {
	width: 300px;
}
.col_2 {
	width: 300px;
}
.col_3 {
	width: 300px;
}
.col_4 {
	width: 300px;
}
.col_5 {
	width: 300px;
}
a:link, a:active, a:visited {
	color: #e17a01;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 18px;
	}
h2 {
	font-size: 14px;
	}
h3 {
	margin-top: 10px;
margin-bottom: 10px;font-size: 12px;
	}
a img {
border: 0;
}
/* End of 'css' */

