/* CSS Document */ /* WoningDelen CSS */
body {
	margin: 0px;
	background: #F6FFEC URL('/pics/background/bg_main.jpg') repeat-x left
		top;
	text-align: center;
	vertical-align: top;
	color: #000000;
	font-size: 12px;
	font-family: Arial, "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
}
p {
	margin: 0px;
}
hr {
	vertical-align: top;
	margin: 0px;
	border: 0px;
	width: 100%;
	border-top: 1px solid #57A300;
	height: 1px;
}
hr.Gray_dashed {
	vertical-align: top;
	margin: 0px;
	border: 0px;
	width: 100%;
	border-top: 1px dashed #E6E6E6;
	height: 1px;
}
hr.title {
	vertical-align: top;
	margin: 0px;
	border: 0px;
	width: 30%;
	border-top: 1px dashed #1A81B1;
}
form {
	margin: 0px;
}
img {
	margin: 0px;
	border: 0px solid #FFFFFF;
}
img.photo {
	border: 1px solid #FDCD71;
}
img.photo_orange {
	border: 1px solid #FDCD71;
}
img.photo_green {
	border: 1px solid #57A300;
}
img.thumbnail {
	border: 1px solid #6D6D6D;
}
img.large {
	border: 2px solid #6D6D6D;
}
table {
	border: 0px solid #FF0000;
}
strong {
	font-size: 14px;
}
h1 { /*font-family:cursive;*/
	color: #E96F12;
	font-size: 20px;
	line-height: 1.1em;
}
strong.H1 { /*font-family:cursive;*/
	color: #E96F12;
	font-size: 20px;
	line-height: 1.1em;
}
b {
	font-size: 14px;
	font-family: Arial, "Lucida Sans Unicode", Verdana, sans-serif;
}
/* href */
a:link {
	color: #0028BF;
	font-size: 12px;
	text-decoration: underline;
}
a:visited {
	color: #0028BF;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	color: #0028BF;
	font-size: 12px;
	text-decoration: none;
}
a:active {
	color: #4FA000;
	font-size: 12px;
	text-decoration: underline;
}
a.Green:link {
	color: #57A300;
	font-size: 12px;
	text-decoration: underline;
}
a.Green:visited {
	color: #57A300;
	font-size: 12px;
	text-decoration: underline;
}
a.Green:hover {
	color: #57A300;
	font-size: 12px;
	text-decoration: none;
}
a.Green:active {
	color: #57A300;
	font-size: 12px;
	text-decoration: underline;
}
a.menu_active:link {
	color: #4FA000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.menu_active:visited {
	color: #4FA000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.menu_active:hover {
	color: #4FA000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.menu_active:active {
	color: #4FA000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.text_link{
	color: #0028BF;
	font-size: 12px;
	text-decoration: underline;
	cursor:pointer;
}
a.menu_link:link {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
a.menu_link:visited {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
a.menu_link:hover {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
a.menu_link:active {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
/* href */ /* start td */
td {
	padding: 0px;
	margin: 0px;
}
td.bg_top {
	background: #FCF0D8 URL('/pics/background/bg_top.jpg') repeat-x left top
		;
}
td.bg_bottom {
	background: #FCF0D8 URL('/pics/background/bg_bottom.jpg') repeat-x left
		top;
	height: 78px;
}
td.menu_active {
/*	background-color: #F1F8E8;*/
	background-color: #FCF7ED;
	height: 20px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
td.menu_link {
	background: #76C024 URL('/pics/background/bg_menu.gif') repeat-x left top;
	height: 20px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
td.menu_linkOn {
	background: #76C024 URL('/pics/background/bg_menuOn.gif') repeat-x left	top;
	height: 20px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
td.onepx {
	height: 1px;
}
/* end td */
textarea {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}
input {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}
input.checkbox {
	border: 1px solid #000000;
	background-color: #F1F8E8;
	color: #000000;
}
input.radio {
	border: 1px solid #000000;
	background-color: #F1F8E8;
	color: #000000;
}
select {
	width: auto;
	font-size: 12px;
	height: 18px;
}
select.search {
	width: 100%;
	font-size: 12px;
	height: 18px;
}
input.search {
	border: 1px solid #76C024;
	background-color: #FFFFFF;
	width: 98%;
	font-size: 12px;
	height: 16px;
}
input.Image {
	border: 0px solid #FFFFFF;
}
.justify {
	text-align: justify;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.bottom {
	vertical-align: bottom;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.borderMain {
	border: 1px solid #FDD079;
	background-color: #FFFFFF;
}
.topColor {
	color: #E96F12;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.borderGreen {
	border-bottom: 1px solid #57A300;
}
.border1 {
	border-collapse: collapse;
	border-top: 1px solid #57A300;
	border-bottom: 1px solid #57A300;
	background: #F1F8E8;
	padding-top: 5px;
	padding-bottom: 5px;
}
.borderLT {
	border-collapse: collapse;
	background: URL('/pics/greenColor/lt.gif') no-repeat left top;
	height: 9px;
	width: 9px;
}
.borderRT {
	border-collapse: collapse;
	background: URL('/pics/greenColor/rt.gif') no-repeat right top;
	height: 9px;
	width: 9px;
}
.borderLB {
	border-collapse: collapse;
	background: URL('/pics/greenColor/lb.gif') no-repeat left bottom;
	height: 9px;
	width: 9px;
}
.borderRB {
	border-collapse: collapse;
	background: URL('/pics/greenColor/rb.gif') no-repeat right bottom;
	height: 9px;
	width: 9px;
}
.borderLeft {
	border-left: 1px solid #57A300;
	background-color: #F1F8E8;
	height: 100%;
}
.borderRight {
	border-right: 1px solid #57A300;
	background-color: #F1F8E8;
	height: 100%;
}
.border11 {
	border-collapse: collapse;
	border-top: 1px solid #FDCB6B;
	border-bottom: 1px solid #FDCB6B;
	background: #FCF7ED;
	padding-top: 5px;
	padding-bottom: 5px;
}
.borderLT1 {
	border-collapse: collapse;
	background: URL('/pics/orangeColor/lt.gif') no-repeat left top;
	height: 9px;
	width: 9px;
}
.borderRT1 {
	border-collapse: collapse;
	background: URL('/pics/orangeColor/rt.gif') no-repeat right top;
	height: 9px;
	width: 9px;
}
.borderLB1 {
	border-collapse: collapse;
	background: URL('/pics/orangeColor/lb.gif') no-repeat left bottom;
	height: 9px;
	width: 9px;
}
.borderRB1 {
	border-collapse: collapse;
	background: URL('/pics/orangeColor/rb.gif') no-repeat right bottom;
	height: 9px;
	width: 9px;
}
.borderLeft1 {
	border-left: 1px solid #FDCB6B;
	background-color: #FCF7ED;
	height: 100%;
}
.borderRight1 {
	border-right: 1px solid #FDCB6B;
	background-color: #FCF7ED;
	height: 100%;
}
.BorderOrange {
	border: 1px solid #E96F12;
}
.Orange {
	color: #E96F12;
}
.Green {
	color: #427D00;
}
.Gray {
	color: #6D6D6D;
}
.Blue {
	color: blue;
}
.Cursive {
	font-style: italic;
	padding-bottom:1px;
	padding-top:1px;
	padding-left:1px;
	padding-right:2px;
}
.BG1 {
	background: URL('/pics/background/bg1.jpg') repeat-x left top;
}
.BG2 {
	background: URL('/pics/background/bg2.jpg') repeat-x left bottom;
}
.title_1 {
	color: #FFFFFF;
	font-weight: bold;
}
.text 
{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
#main {
	border: 1px solid #FDCD71;
}
div#main { 
    width: 539px;
    height: 270px;
}
