@charset "windows-874";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	color: #000000;
}
.Box {
	border: thin solid #CCCCCC;
}
.ThinBorder_Full  {
	border: 1px solid #CCCCCC;
}
.ThinBorder_TopLeft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.ThinBorder_TopRight {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.ThinBorder_TopLeftRight {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.ThinBorder_TopLeftBottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.ThinBorder_TopRightBottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #009900;
}
a:active {
	text-decoration: underline;
	color: #33CC00;
}

#ModuleLink {
	color: #000000;
	font-size: small;
}
#ModuleLink a:link {
	text-decoration: none;
	color: #CC3300;
}
#ModuleLink a:visited {
	text-decoration: none;
	color: #CC3300;
}
#ModuleLink a:hover {
	text-decoration: underline;
	color: #0000FF;
}
#ModuleLink a:active {
	text-decoration: underline;
	color: #0000FF;
}

#WhiteLink {
	color: #FFFFFF;
	font-size: small;
}
#WhiteLink a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#WhiteLink a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#WhiteLink a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#WhiteLink a:active {
	text-decoration: underline;
	color: #FFFFFF;
}