body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url('');
	background-repeat: repeat;
	background-color:#1C2F53;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	width: 750px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color:#ffffff;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0A3079;
}

.h1b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6a6a6a;
}

.rightborder {
	border-right: 1px dotted;
	border-color: #C9C9C9;
}

.leftborder {
	border-left: 1px dotted;
	border-color: #C9C9C9;
}

.topborder {
	border-top: 1px dotted;
	border-color: #C9C9C9;
}

.bottomborder {
	border-bottom: 1px dotted;
	border-color: #C9C9C9;
}

.leftpad {
	padding-left: 10px;
}

.rightpad {
	padding-right: 10px;
}

.toppad {
	padding-top: 10px;
}

a {
	text-decoration:none;
	font-weight: bold;
	font-size: 14px;
}

a:link {
	color: #536DA0;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}
a:visited {
	color: #536DA0;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}
a:hover {
	color: #536DA0;
	text-decoration:underline;
}
a:active {
	color: #536DA0;
	text-decoration: underline;
}

#in a:link {
	color: #BC1334;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
}

#nav a {
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
}
#nav a:link {
	color: #536DA0;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
#nav a:visited {
	color: #536DA0;
}
#nav a:hover {
	color: #BB1232;
	text-decoration:underline;
}
#nav a:active {
	color: #536DA0;
	text-decoration: none;
}

#rad a {
	text-decoration:underline;
	font-weight: normal;
	font-size: 12px;
}
#rad a:link {
	color: #536DA0;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}
#rad a:visited {
	color: #536DA0;
}
#rad a:hover {
	color: #BB1232;
	text-decoration:underline;
}
#rad a:active {
	color: #536DA0;
	text-decoration: underline;
}
