body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #475F9C;
	scrollbar-face-color: #475F9C;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #D1D7E6;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #475F9C;
	scrollbar-darkshadow-color: #475F9C;
}
td {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-align: justify;
}
a:link, 
a:active,
a:visited {
	color: #36466D;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.yell:link, 
a.yell:active,
a.yell:visited {
	color: #D49800;
	text-decoration: none;
	font-weight: normal;
}
a.yell:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
/*
	BEGIN bg
*/
td.bg_left {
	background-image: url(../gfx/bg_left.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
td.bg_right {
	background-image: url(../gfx/bg_right.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
td.bg_bottom {
	background-image: url(../gfx/bg_bottom.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
td.bg_top_left {
	background-image: url(../gfx/bg_top_left.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 198px;
}
td.bg_bottom_left {
	background-image: url(../gfx/bg_bottom_left.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 85px;
}
td.bg_top_right {
	background-image: url(../gfx/bg_top_right.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 198px;
}
td.bg_bottom_right {
	background-image: url(../gfx/bg_bottom_right.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 85px;
}
/*
	END bg
*/
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
}
li {
	background-image: url(../gfx/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	text-align: left;
}
li.yell {
	background-image: url(../gfx/arrow_yell.gif);
}
li.yell a:link,
li.yell a:active,
li.yell a:visited, {
	color: #C89000;
}
li.yell a:hover {
	color: #000000;
}
td.division_left {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #475F9C;
	height: 10px;
}
td.division_right {
	border-right: 1px solid #FFFFFF;
	background-color: #475F9C;
	height: 10px;
}
td.bg_navigation {
	background-image: url(../gfx/bg_navigation.gif);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding: 0px 10px 0px 18px;
	height: 22px;
	font-weight: bold;
}
table.bottom td,
table.data td {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
table.nobrd td {
	border: 0px;
}
/*
	BEGIN data
*/
table.data td.title1,
table.data td.title2,
table.data td.title2term,
table.data td.title3 {
	font-weight: bold;
	height: 21px;
	vertical-align: middle;
	padding: 0px 18px 2px 18px;
}
table.data td.title1 {
	color: #36466D;
	background-color: #ADD0E3;
	height: 10px;
}
table.data td.title2,
table.data td.title2term {
	color: #FFFFFF;
	background-color: #6C7FB0;
}
table.data td.title2term {
	width: 331px;
}
table.data td.title3 {
	color: #FFFFFF;
	background-color: #475F9C;
	padding-left: 6px;
}
table.data td.text1,
table.data td.text2,
table.data td.text3,
table.data td.text1term {
	vertical-align: top;
	padding: 13px 18px 13px 18px;
}
table.data td.text1,
table.data td.text1term {
	background-color: #F6F7FA;
}
table.data td.text1term {
	padding-top: 5px;
	padding-left: 6px;
}
table.data td.text1term ul {
	padding-left: 5px;
	width: 187px;
}
table.data td.text2 {
	background-color: #F2F8FB;
}
table.data td.text3 {
	background-color: #E6F1F6;
}
table.data td.pic {
	background-color: #FFFFFF;
}
/*
	END data
*/
/*
	BEGIN bottom
*/
table.bottom {
	height: 73px;
}
table.bottom td {
	text-align: center;
	vertical-align: middle;
}
table.bottom td.contact {
	color: #EFF1F6;
	background-color: #475F9C;
	height: 21px;
}
table.bottom td.bmenu {
	background-color: #6C7FB0;
	line-height: 19px;
	height: 52px;
	width: 421px;
}
table.bottom td.copy {
	background-color: #7B8CB8;
	color: #EFF1F6;
	height: 26px;
	width: 121px;
	font-size: 10px;
}
table.bottom a:link, 
table.bottom a:active,
table.bottom a:visited {
	color: #EFF1F6;
	text-decoration: none;
}
table.bottom a:hover {
	color: #FFCC00;
	text-decoration: none;
}
/*
	END bottom
*/
/*
	BEGIN pbrd
*/
table.pbrd {
	margin: 3px;
}
table.pbrd td {
	padding: 0px;
	border: 0px;
}
table.pbrd td.bg_pbrd_top {
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../gfx/bg_pbrd_top.gif);
}
table.pbrd td.bg_pbrd_bottom {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../gfx/bg_pbrd_bottom.gif);
}
table.pbrd td.bg_pbrd_left {
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(../gfx/bg_pbrd_left.gif);
}
table.pbrd td.bg_pbrd_right {
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../gfx/bg_pbrd_right.gif);
}
/*
	END pbrd
*/
/*
	BEGIN form
*/
form {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
table.form td {
	border: 0px;
}
input, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #475F9C;
	width: 250px;
	border: 1px solid #475F9C;
	padding: 1px 3px 1px 5px;
	background-color: #FFFFFF;
}
input {
	height: 18px;
}
textarea {
	height: 70px;
	overflow: auto;
}
select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262527;
	background-color: #FFFFFF;
}
input.button {
	border: 1px solid #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	height: 18px;
	width: 60px;
	background-color: #475F9C;
}
/*
	END form
*/

