body {
	background-image: url(/images/background2.gif);
	background-position: left top;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#683B93;
	background-color:#fff;
	margin:0px;
	padding:0px;
}

table	{
	font-size:100%;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
}

form {
	margin:0px;
}

img {
	border:0px;
	border-style:none;
}

a {
	color:#D3374A;
}

h1 {
	font-size:140%;
	color:#D3374A;
	font-weight:bold;
	margin-bottom:0px;
}

h2 {
	font-size:120%;
	color:#D3374A;
	font-weight:bold;
	margin-bottom:0px;
}

h3 {
	font-size:100%;
	color:#D3374A;
	font-weight:bold;
	margin-bottom:0px;
}

ol {
	margin-bottom:0px;
	padding-bottom:3px;
}

li {
	margin-bottom:4px;
}

.hide {
	margin:0;
	padding:0;
	display:none;
}

.box {
	text-align: center;
	padding: 3px;
	background-color:#815BA5;
	margin-bottom:10px;
}

.box a {
	color:#fff;
	text-decoration:none;
}

.boxnav {
	width:110px;
	text-align: center;
	padding: 3px;
	border: 1px solid #fff;
	margin-bottom:10px;
}

.boxnav a {
	color:#fff;
	text-decoration:none;
}

#legal {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size:80%;
	color:#999;
}

.highlight {
	color: #D3374A;
	font-weight: bold;
}

.highlighttel {
	font-size: 120%;
	color: #D3374A;
	font-weight: bold;
}


.line {
	width: 100%;
	border: 0 0 1px 0 solid #D3374A;
	margin-bottom: 5px 0 5px 0;
}

.center	{
	text-align: center;
}

.clear {
	clear: both;
}

.floatr {
	float: right;
}

.floatl {
	float: left;
}

.floati {
	float: right;
	padding: 0 0 10px 10px;
}

.marginu {
	margin-top: 20px;
}