.table_box {
	background-color: #FFFFFF;
	border: 1px solid #856AA5;
}
.link_box {
	background-color: #856AA5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #FCFDED;
}

.normal {
	font-family: Arial;
	font-size: 12px;
}

a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #003366;
}



a.red_link:link {
	color: #FF0000;
}
a.red_link:visited {
	color: #FF0000;
}
a.red_link:hover {
	color: #FF0000;
}

h1 {font-family: Arial, sans-serif; font-size: 16px; font-weight: bold}
h2 {font-family: Arial, sans-serif; font-size: 14px; font-weight: bold}
h3 {font-family: Arial, sans-serif; font-size: 12px; font-weight: bold}
h4 {font-family: Arial, sans-serif; font-size: 11px; font-weight: bold}
h5 {font-family: Arial, sans-serif; font-size: 10px; font-weight: bold}


a.blue_link:link {
	color: #0099FF;
}
a.blue_link:visited {
	color: #0099FF;
}
a.blue_link:hover {
	color: #0099FF;
}


a.purple_link:link {
	color: #600080;
}
a.purple_link:visited {
	color: #600080;
}
a.purple_link:hover {
	color: #600080;
}


a.brown_link:link {
	color: #925343;
}
a.brown_link:visited {
	color: #925343;
}
a.brown_link:hover {
	color: #925343;
}


a.yellow_link:link {
	color: #EAEA6A;
}
a.yellow_link:visited {
	color: #EAEA6A;
}
a.yellow_link:hover {
	color: #EAEA6A;
}



li {
	margin-left: -20px;
}
.title_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #856AA5;
}
.blue_text {
	color: #2F47A1;
}

.white_text {
	color: #ffffff;
}
