/* CSS Document */

.style1 {
	color: #3C49A7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style1b {
	color: #3C49A7;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 13px;
}


.style2 {
	color: #3C49A7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.style3 {
	color: #3C49A7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.style4 {
	color: #3C49A7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
td {
	color: #3C49A7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
h1 {
	font-size: 16px;
	color: #740101;
}
.style5 {
	color: #3C49A7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1C3F95;
	background-image: url(images/bg_box.png);
	background-position: center;
	background-repeat: repeat-y;
}

a:link {
	color: #1C3F95;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3C49A7;
}
a:hover {
	text-decoration: none;
	color: #1E197A;
}
a:active {
	text-decoration: underline;
	color: #3C49A7;
}
.content {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #740101;
}
