/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
/* body: describes page background color and all non-table text not governed by any other style */
body {
	background-color : #E6F2FF;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.ajaxwindow {
	background-color : #E6F2FF;
	margin:10px;
	border:0px;
}

/* header: heading text */
.alphaheader {
	/*next line added in 6.1.0*/
	margin-top: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333366;
	line-height: 16px;
}