/* CSS Document */
*{margin:0;padding:0;} 

.mainBack {
	background-image: url(images/mainBack.gif);
	background-repeat: repeat;
}
.rightBack {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
}
input {
	border: 1px solid #FF9900;
}
.m3body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: square;
	line-height: 18px;


}

body {
	background-color: #0000CC;
	background-image: url(images/raster.gif);
}
