/* Preset */
body {
	font-family: Tahoma;
	background-color: #EBEBEB;
	background-image: url('new%20website/images/background03.jpg');
	margin: 0px 0px 0px 0px;
}

/* Using Class */
.Content1 {
	font-size: 8pt;
	font-family: Tahoma;
	color: black;
	text-align: justify;
	padding: 0px 15px 0px 15px;
}

.Content2 {
	font-size: 8pt;
	font-family: Tahoma;
	color: black;
	text-align: justify;
	padding: 0px 0px 0px 0px;
}

.HotlineContent {
	font-size: 8pt;
	font-family: Tahoma;
	color: black;
	text-align: left;
	padding: 10px 10px 10px 10px;
}

.SearchContent {
	font-size: 8pt;
	font-weight: bold;
	font-family: Tahoma;
	color: white;
	padding: 0px 8px 0px 8px;
}
.MainNewsDateTitle {
	font-size: 7pt;
	font-weight: normal;
	font-family: Tahoma;
	text-transform:uppercase;
	color: yellow;
	text-align: justify;
	padding: 0px 0px 0px 0px;
}

.MainNewsTitle {
	font-size: 8pt;
	font-weight: bold;
	font-family: Tahoma;
	text-transform:uppercase;
	color: #D7EBFF;
	text-align: justify;
	padding: 0px 0px 0px 0px;
}

.MainNewsContent {
	font-size: 8pt;
	font-family: Tahoma;
	color: White;
	text-align: justify;
	padding: 0px 0px 0px 0px;
}

.HighlightsTitle {
	font-size: 8pt;
	font-weight: bold;
	font-family: Tahoma;
	text-transform:uppercase;
	color: white;
	text-align: left;
	padding: 5px 10px 5px 10px;
}

.HighlightsContents {
	font-size: 8pt;
	font-weight: normal;
	font-family: Tahoma;
	color: black;
	text-align: left;
	padding: 0px 5px 0px 5px;
}

table.table01 {
	font-size: 8pt;
	font-family: Verdana,Tahoma,Arial;
	color: black;
	text-align: justify;
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: none none none none;
	border-color: black black black black;
	border-collapse: collapse;
}

table.table01 th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
}

table.table01 td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 8px 1px 8px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
}


/* Using ID */
#Table01 {
}
