body {
	color             : black;
	font-family       : Arial, Helvetica, MingLiU, Verdana, sans-serif, SimSun;
	font-size         : 13px;
	text-align        : left;
	background-color  : #FFFFFF;
	margin            : 0; 
	padding           : 0;
}

table {
	border-collapse   : collapse;
}

th, td {
	font-family       : Arial, Helvetica, MingLiU, Verdana, sans-serif, SimSun;
	font-size         : 13px;
}

a {
	color             : #0000EE;
	font-family       : Arial, Helvetica, MingLiU, Verdana, sans-serif, SimSun;
	font-size         : 13px;
}
a:link		{ text-decoration : none }
a:visited	{ text-decoration : none }
a:hover		{ text-decoration : underline }
a:active	{ text-decoration : underline }

form {
	margin            : 0;
}

input, select, textarea, button {
	font-family       : Arial, Helvetica, MingLiU, Verdana, sans-serif, SimSun;
	font-size         : 13px;
}

input, input.text_field, textarea {
	border            : 1px solid #BBBBBB;
	margin            : 2px 0;
}

input:focus, textarea:focus, label:focus, input.button, button, .button {
	border            : 1px solid #2D5120;
}

img {
	border            : none;
	margin            : 0;
	padding           : 0;
}

ul, ol {
	margin            : 0;
}

table#header {
	background-color  : #B5B6B1;
	border            : 0;
	border-collapse   : collapse;
	padding           : 0;
	width             : 803px;
}

img.menu_img {
	margin-right      : 0px;
}

table.stdlist {
	/*border            : 1px ridge #333333;*/
	border-collapse   : separate;
}

table.stdlist th, table.stdlist td {
	text-align        : center;
	padding           : 2px;
}

table.stdlist th {
	color             : white;
	white-space       : nowrap;
}

table.stdlist tr.even_row {
	background-color  : #CCCCCC;
}

table.transport {
	border-collapse   : separate;
}

table.transport th, table.transport td {
	text-align        : center;
	padding           : 2px;
}

table.transport th {
	background-color  : #CC66CC;
	color             : white;
	white-space       : nowrap;
}

table.transport tr.even_row {
	background-color  : #CCCCCC;
}

table.green_box {
	background-color  : #2D5120;
	border            : 2px solid #2D5120;
	padding           : 1px;
}

table.green_box th {
	color             : white;
}

table.green_box td {
	background-color  : white;
	padding           : 5px;
}

.error_msg {
	color             : red;
}

.notice {
	color             : green;
}

.copyright {
	color             : #999999;
	font-size         : 13px;
	margin-bottom     : 10px;
}

.copyright_b, a.copyright_b {
	color             : #CC9900;
	font-size         : 13px;
	/*font-weight       : bold;*/
	margin-bottom     : 10px;
}

div#output_area {
	margin            : 50px;
	text-align        : center;
}

.home_title_large {
	font-size         : 18px;
	font-weight       : bold;
}	

.home_title_small {
	font-size         : 13px;
	font-weight       : bold;
}

.title_large {
	font-size         : 24px;
	font-weight       : bold;
	margin-bottom     : 10px;
}	

.title_medium {
	font-size         : 18px;
	font-weight       : bold;
	margin-bottom     : 5px;
}	

.title_small {
	font-size         : 13px;
	font-weight       : bold;
}
