﻿@charset "UTF-8";

html, body
{
	color:#000;
	background-color:#FE5;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
}
td, th
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a:link, td a:link, th a:link			{ color:#0060CC; text-decoration:underline; }
a:visited, td a:visited, th a:visited	{ color:#0060CC; text-decoration:underline; }
a:hover, a:hover, th a:hover			{ color:#FF0000; text-decoration:underline; }
a:active, td a:active, th a:active		{ color:#FF6600; text-decoration:underline; }

.smallfont			{ font-size:8pt; }
.LineH				{ line-height:135%; }

/* Dialog */
.DialogOuterFrame	{ text-align:center;	/* for IE */ }
.DialogFrame		{ text-align:left; margin:5px auto 10px auto; table-layout:fixed; clear:both; }
.DialogTitle		{ cursor:pointer; }
.DialogTitleText	{ color:#000; line-height:22px; font-weight:bold; font-size:11pt; padding:0px 10px; vertical-align:top; overflow:hidden; white-space:nowrap; }
.DialogView			{ background-color:#FFF; padding:10px 10px 0px 10px; }

/* Frame */
#MainFrame			{ }
.Frame_LT			{ background-image:url(body_lt.gif); background-repeat:no-repeat; }
.Frame_LM			{ background-image:url(body_lm.gif); background-repeat:repeat-y; }
.Frame_MT			{ background-image:url(body_mt.gif); background-repeat:repeat-x; }
.Frame_LB			{ background-image:url(body_lb.gif); background-repeat:no-repeat; }
.Frame_MB			{ background-image:url(body_mb.gif); background-repeat:repeat-x; }
#MenuBar			{ vertical-align:top; }
#MainView			{ vertical-align:top; background-color:#FFF; padding:12px 12px 0px 12px; }



/* Form */
form		{ margin:0; padding:0; }
.radio		{ }
.checkbox	{ }
.file		{ }
.password	{ }
.text		{ }
button		{ width:100px; }
select		{ }
textarea	{ }

/* Title Picture */
#TitlePictureFrame			{ text-align:center; margin-bottom:30px;  margin-left:auto; margin-right:auto; width:540px;}
#TitlePictureFrame img		{ text-align:left; margin-left:auto; margin-right:auto; border:1px solid black; padding:0px; }

/* For Centering */
.CenteringFrame				{ text-align:center;	/* for IE */ }
.CenteringContent			{ text-align:left; margin-left:auto; margin-right:auto; }

/* Defined Style Sets */
.StyledTable				{ background-color:#000; }
.StyledTable .Label			{ background-color:#FFC; font-weight:normal; }
.StyledTable .Text			{ background-color:#FFF; }
.StyledTable .StyledTableInner th,
.StyledTable .StyledTableInner td,
.StyledTable .Text			{ padding:5px 6px; }

.box_note,
.box_error				{ margin:10px 3px 3px 3px; border-width:1px; border-style:solid; }
.box_note				{ border-color:black; background-color:#DFF; }
.box_error				{ border-color:#800; background-color:#FFD; }
.box_title				{ padding:3px; text-align:center; font-weight:bold; color:white; background-color:#999; }
.box_text				{ padding:5px; }
.box_more				{ padding:5px; text-align:right; font-weight:bold; }

/* Paragraph */
.Paragraph				{ margin-top:10px; margin-bottom:34px; clear:both; }
.Paragraph .Paragraph	{ margin-top:2px; margin-bottom:3px; clear:both; }
.Paragraph h3			{ background-image:url(trangle_big.gif); background-repeat:no-repeat; padding-left:18px; line-height:34px; margin-bottom:0px; }
.Paragraph p			{ margin:3px 0px 12px 18px; text-indent:1em; }
.Paragraph dl			{ margin:3px 0px 12px 18px; }
.Paragraph ol,
.Paragraph ul			{ margin:3px 0px 12px 44px; }
.Paragraph .Paragraph p { margin:3px 0px 12px 36px; text-indent:1em; }
.Paragraph .Paragraph ol,
.Paragraph .Paragraph ul{ margin:3px 0px 12px 54px; }
.Paragraph p,
.Paragraph dt,
.Paragraph dd,
.Paragraph li			{ line-height:140%; margin-bottom:3px; }
.Paragraph p.noindent	{ text-indent:0em; }

.right					{ float:right; margin-left:5px; }
.KeyWord				{ font-size:130%; color:red; font-weight:bold; }
