
body { 
	background: #036bb4;
	color: #3F3F3F;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	text-align: center;
	margin: 2px auto 2px auto;
	padding: 0;
  scrollbar-face-color:#036bb4;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-track-color:#EBFFED;
  scrollbar-shadow-color:#000000;
  scrollbar-highlight-color:#000000;
  scrollbar-3dlight-color:#808080;
  scrollbar-darkshadow-Color:#202020;
}

TABLE.main
{
	font-size: 10px; 
	color: #606060;
	font-family: verdana, Tahoma, Arial;
	width: 100%;
	background: #036bb4; 
	border: 1px solid #D4D1D1;
}

#wrapper { 
	margin: 0px auto 0px auto;
	text-align: center;
	width: 85%;
	height: 100%;
}

.header {
	text-align: left;
	width: 100%;
	color: #153f7b;
	background-color: white;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	border-left: 2px solid #153f7b;
	border-top: 4px solid #153f7b;
	border-right: 2px solid #153f7b;
}

.top_menu {
	text-align: left;
	width: 100%;
	color: white;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	background-color: #153f7b;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.content {
	padding: 5px 5px 5px 5px;
	text-align: left;
	width: 100%;
	color: #606060;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	background-color: #e3ecff;
}

.bottom_menu {
	text-align: right;
	width: 100%;
	color: white;
	font-family: Arial, Verdana, Tahoma;
	font-size: 10px;
	background-color: #153f7b;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.service_menu {
	text-align: leftt;
	width: 100%;
	color: white;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	background-color: #153f7b;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}


.address { 
	margin: 5px 5px 5px 5px;
	text-align: center;
	width: 100%;
	background-color: transparent;
	color: #153f7b;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
}

.bottom_area { 
	margin: 5px auto 5px auto;
	text-align: center;
	width: 100%;
	background-color: #153f7b;
	color: darkblue;
	font-family: Arial, Verdana, Tahoma;
	font-size: 9px;
}

.copyright { 
	margin: 5px auto 5px auto;
	text-align: center;
	width: 100%;
	background-color:  transparent;
	color: lightyellow;
	font-family: Arial, Verdana, Tahoma;
	font-size: 9px;
}

.page:link,
.page:visited,
.page:active {
	background: transparent;
	color: #217ad6;
	text-decoration: none;
	font-weight: bold;
}
.page:hover
{
	background: #217ad6;
	color: lightyellow;
	font-weight: bold;
}

a:link,
a:visited,
a:active
{
	background: transparent;
	color: lightyellow;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	background: #036bb4;
	color: lightyellow;
	font-weight: bold;
}

/* 
 * ========================================
 * the form style
 * ========================================
 */

form
{
	display: inline;
	margin: 0; 
	padding: 0;
}

form input:focus,
form input:hover,
form select:focus,
form select:hover,
form textarea:focus,
form textarea:hover
{
	border: #6F6F6F 1px solid;
	color: #3A3A3A;
}

optgroup
{
	font: inherit;
	font-weight: bold;
}

.box
{
	margin-left:0px;
	margin-bottom:0px;
	border: 1px solid #A2A2A2;
	background-color:#FAFAFA;
	color: #606060;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
}

.gloss_title {
	text-align: center;
	width: 100%;
	color: white;
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	background-color: #153f7b;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.gloss_top {
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	color: white;
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
}

.glossary {
	border: 1px solid #A2A2A2;	text-align: left;	width: 100%;	color: #153f7b;	background-color: white;	font-family: Arial, Verdana, Tahoma;	font-size: 7pt;	font-weight: normal;
	}

.gloss_head {
	border: 1px solid #A2A2A2;
	text-align: left;
	width: 100%;
	color: #153f7b;
	background-color: transparent;
	font-family: Arial, Verdana, Tahoma;
	font-size: 9pt;
	font-weight: bold;
}

.gloss_menu {
	text-align: center;
	width: 100%;
	color: white;
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	background-color: #153f7b;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.gloss_data {
	text-align: left;
	width: 100%;
	color: #153f7b;
	background-color: white;
	font-family: Arial, Verdana, Tahoma;
	font-size: 8pt;
	font-weight: normal;
}

textarea { background-color: #fff; border: 1px solid 00f; }



