@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0px;
	background: #e6e6e7 url(../images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;	
}
.onwhite {
	background:#f2f1f1;
	color: #4d4d4d;
	font-size: 11px;
	vertical-align: top;
	padding: 10px;
}
h1 {
	color: #331e84;
	font-weight: bold;
	font-size: 24px;
	font-family: "futura", "tahoma", arial;
}
h2 {
	color: #331e84;
	font-weight: bold;
	font-size: 14px;
}
.right-side {
		background: url(../images/tile-right.gif) repeat-y;
}
.left-side {
		background: url(../images/tile-left.gif) repeat-y;
}
.footer {
	text-align: center;
	font-size: 9px;
	color: #4a4a4e;
}
a:link, a:visited {
	text-decoration: none;
	color:#f83f05;
}
a:hover, a:active {
	text-decoration: none;
	color:#110e82;
}
.onorange {
		background: #df4508;
}
.bluecell {
	background: #dadce0;
}
a:focus {
		-moz-outline-style:none;
}
input {
	font-size: 11px;
}
select {
	font-size: 11px;
}