/* CSS Document */
body { 
min-width:999px;
// width: expression((documentElement.clientWidth||document.body.clientWidth)<999?'999px': ((documentElement.clientWidth||document.body.clientWidth)<999?'999px':'auto'));
}

a:link {
	color: #17499E;
	text-decoration: underline;
}
a:visited {
	color: #17499E;
	text-decoration: underline;
}
a:active {
	color: #17499E;
	text-decoration: underline;
}
a:hover {
	color: #17499E;
	text-decoration: underline;
}

.menu {
	font-size: 13px;
	font-weight: bold;
	color: #17499E;
}
.menu_red {
	font-size: 13px;
	font-weight: bold;
	color: #EE1B22; 
}
.submenu {
	font-weight: bold;
}
.submenu_ext_active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #214090; 
}
.submenu_ext_unactive {
	font-size: 11px;
	text-decoration: none;
	color: #000000; 
}
/*content*/
#tablez table{
   margin-bottom: 12px;
   border: 1px solid #000000;
   border-collapse: collapse;
   min-width: 700px;
   width: 100%;
   text-align: center;
}
#tablez td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
  border-collapse: collapse;
  }
#content table{
   margin-bottom: 12px;
   /*border: 1px solid #000000;
   border-collapse: collapse;*/
   
}
#content td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*border: 1px solid #000000;
  border-collapse: collapse;*/
}


td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #EE1B22;
	font-size: 14px;
	font-weight: bold;
}
h2 {
	color:#214090;
	font-size: 12px;
}

h3
{
font-size: 12px;
margin-top: 24px !important;
margin-bottom: 12px;
padding: 0; 
}
ul
{
margin-top: 24px !important;
margin-bottom: 12px ;
padding: 0 ; 
font-size: 12px ;
font-weight: bold ; 
}
ul li 
{
margin-top: 5px !important;
margin-bottom: 5px ;
padding: 0 ; 
font-size: 12px ;
font-weight: normal ;
}
ol
{
font-size: 12px !important;
font-weight: bold ; 
}
ol li 
{
margin-top: 5px !important;
margin-bottom: 5px ;
padding: 0 ; 
font-size: 12px ;
font-weight: normal ;
}
.news_date {
	font-weight:bold;
	color:#727171;
}

.small {
	font-size: 11px;
}
.large {
	font-size: 18px;
}

.headers {
	font-weight:bold;
	color:#17499E;
	padding-bottom:5px;
}

.button {
	background-color:#FFFFFF;
	border-top: 1px solid #D8DFE3;
	border-bottom: 1px solid #D8DFE3;
	border-right: 1px solid #D8DFE3;
}
.button_over {
	background-color:#F3F6F6;
	border-top: 1px solid #D8DFE3;
	border-bottom: 1px solid #D8DFE3;
	border-right: 1px solid #D8DFE3;
}