body,td,th {
	font-size: 12px;
	color: #333333;
	line-height: 15px;
}
a:link {
	color: #006633;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}
.small {font-size: 10px}
h1 {
	font-size: 18px;
	color: #990000;
}
h2 {
	font-size: 18px;
	color: #006633;
}
h3 {
	font-size: 16px;
	color: #FF6600;
}

h4 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.border {
	border: 1px dotted #999999;
	
}
select {
	font-size: 12px;
	color: #666666;
}
/*input {
	font-size: 11px;
	color: #666666;
	border: 1px dotted #666666;
}*/
.boundary {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.artical {
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
	/*text-indent: 24px;*/
}
.article_title {
	font-size: 18pt;
	font-weight: bold;
	line-height: 150%;
	color: #990000;
}
.title {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px groove #666666;
	border-bottom: 1px groove #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.title2 {
	font-size: 14px;
	color: #006633;
	font-weight: bold;
	border-top: 1px groove #666666;
	border-bottom: 1px groove #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.theme_title {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #006633;
	border-top: 1px groove #666666;
	border-bottom: 1px groove #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.class_bar {
	background-color: #FFFFFF;
}
.enews_list_title {
	background-color: #333333;
}
.head_title {
	background-color: #006633;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px groove #666666;
	border-bottom: 1px groove #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.title_index {
	background-color: #FFFFCC;
}	
li {
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}
/*標題的顏色*/
.column_name{
background-color: #333333;
}

/*bg系列，常為tr或td的背景色*/
.bg_1{
background-color: WHITE;
}
.bg_2{
background-color: #CCCCCC;
}
.bg_3{
background-color: YELLOW;
}
.bg_4{
background-color: #339933;
}

/*字的顏色*/
.font_title{
color:#FFFDC6;
}
.font_comment{
color:red;
}
.font_example{
color:blue;
}