body {
	margin: 0px;
	text-align: left;
	background-color: #C3E4F9;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	color: #060866;
}
.blueBorder { font-size: 8pt; font-family: Arial; border-style: solid; border-width: 2px 2px 2px 2px; border-color: #07529f }

.textRed {
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	color: #921710;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	color: #C3E4F9;
}
.footer2 {
	background-image: url(images/footer2.jpg);
	background-repeat: no-repeat;
	color: #C3E4F9;
}
.inside {
	background-image: url(images/insidebg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
.input
{
    BACKGROUND-COLOR: #c2d9f9;
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	COLOR: #060866;
	border: 0;
	padding: 2px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #060866
}
.shadow {
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-y;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
}

.content {
	background-image: url(images/content_corner.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #ffffff;
	line-height: 18px;
}

.topright {
	background-image: url(images/top_right_bg.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
}

a:link {
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	color: #003399;
	text-decoration:underline;
}

a:visited {
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	color: #003399;
	text-decoration:underline;
}

a:active {
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	color: #003399;
	text-decoration:underline;
}

a:hover {
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	color: #931a12;
	text-decoration: text-decoration:underline;
}