#main {width:100%; margin:0 auto; text-align:center; min-width:1003px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1003)? "1003px" : "100%");}

/*----!!!-----*/
#main_width { width:100%; margin:0 auto; text-align:left;}
/*----!!!-----*/

/*You can modify the width of the website by changing "width" parameter with #main_width. The minimum value is 1003px.*/

#header {height:150px;}
#header, #content, #footer { font-size:0.69em;}

.col_1, .col_2, .col_3, .column1, .column2, .column3 { float:left;}

/*======= index.html =======*/
#page1 #content .col_1 {width:10%;}
#page1 #content .col_2 { width:70%;}


/*======= index-1.html =======*/
#page2 #content .col_1 {width:70%;}
#page2 #content .col_2 { width:29%;}

#page2 #content .col_1 .column1 { width:52%;}
#page2 #content .col_1 .column2 { width:48%;}

/*======= index-2.html =======*/
#page3 #content .col_1 {width:20%; padding:30px 0 0 0;}
#page3 #content .col_2 { width:79%;}



.style10 {
	font-size: 11pt;
	font-weight: bold;
}
.style12 {
	font-size: 10pt
}




table {
  /*border-collapse: collapse;*/
  border-color:#03476F;
  border-style:solid;
  border-width:1px;
  /*border: 1px solid #03476F; */
  background:#FFFFFF;
  font-size:10pt;
  }
caption {
  text-align: center;
  background: transparent;
  padding:6px 4px 8px 0px;
  text-transform: uppercase;
  }
td, th {
  /*border: 1px dotted #03476F;*/
  border-style:solid;
  border-color:#FFFFFF;
  border-width:1px;
  padding: .4em;
  }
 .t1 {
  border: 1px solid #03476F;;
  text-align: left;
  background:#99CCFF;
  }

tbody th a {
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  }
tbody th a:hover {
  background: transparent;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #03476F;
  background: #4591AD;
  padding-top:3px;
  }
.d0 {
  background: #ECF5FF;
  }
tbody tr:hover {
  background:#FFFFCC;
  border: 1px solid #03476F;
  }


table.flyer {
	margin-left: auto;
	margin-right: auto;
	border-collapse:collapse
}

.style2 {font-size: 10pt}
.style4 {font-size: 10pt}

#footer {height:50px;}

