﻿
html
{
	font-size: 100%;
}

body
{
	color: #005FBA;
	background-color: #EBF4FE;
	font-family: inherit;
	font-size: 1.12rem;
	letter-spacing: normal;
	margin: 0px;
	padding: 0px;
}

h1
{
	color: #FF7E5B;
	font-size: 1.3rem;
	margin-top: 12px;
	text-align: center;
}

.page_container
{
	margin: 0px auto;
	max-width: 1280px;
	padding: 0px 1px 0px 1px;
}

.main_table
{
	border-collapse: collapse;
}

.first_cell
{
	border: 2px solid #609CE5;
	min-width: 250px;
	padding: 0px 0px 30px 0px;
	text-align: center;
	vertical-align: top;
}

.second_cell
{
	border: 2px solid #609CE5;
	padding: 10px;
	vertical-align: top;
}

.second_cell > p
{
	margin: 0px;
	text-align: justify;
	text-indent: 45px;
}

.second_cell > .slider
{
	margin: 0 auto;
	width: 700px;
}

.slide_div
{
	background-color: #EBF4FE;
	text-align: center;
}

.slider > a
{
	background: rgba(0,0,0,0.5);
	font-size: 2rem;
}

.pages_div_top
{
	border-bottom: 4px solid #609CE5;
	height: 30px;
	padding: 0px 30px;
	text-align: center;
}

.pages_div_top > ul
{
	list-style-type: none;
	margin: 10px;
	white-space: nowrap;
}

.pages_div_top li
{
	display: inline;
	height: 30px;
	width: 40px;
}

.pages_div_top a:link,
.pages_div_top a:active,
.pages_div_top a:visited
{
	color: #005FBA;
	display: inline-block;
	height: 24px;
	padding: 3px;
	text-decoration: none;
	text-align: center;
}

.pages_div_top a:hover
{
	border-bottom: 4px solid #FF7E5B;
	background-color: #609CE5;
	color: white;
}

.pages_div_bottom
{
	border-top: 4px solid #609CE5;
	height: 30px;
	padding: 0px 30px;
	text-align: center;
}

.pages_div_bottom > ul
{
	list-style-type: none;
	margin: -4px;
	white-space: nowrap;
}

.pages_div_bottom li
{
	display: inline;
	height: 30px;
	width: 40px;
}

.pages_div_bottom a:link,
.pages_div_bottom a:active,
.pages_div_bottom a:visited
{
	border-top: 4px solid transparent;
	color: #005FBA;
	display: inline-block;
	height: 24px;
	padding: 3px;
	text-decoration: none;
	text-align: center;
}

.pages_div_bottom a:hover
{
	border-top: 4px solid #FF7E5B;
	background-color: #609CE5;
	color: white;
}

.date_color
{
	color: #FF7E5B;
}

.center_div
{
	text-align: center;
}

.left_div
{
	display: inline-block;
	text-align: left;
}

.right_div
{
	text-align: right;
}

.link
{
	color: #005FBA;
}

.link:hover
{
	color: #FF7E5B;
}