/* Global Styles */

body {
	margin:0px;
	}
	
td {
	color:#666666;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
a {
	color: #993300;
	}
	
a:hover {
	color: #5C743D;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	}
	
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #FF6600;
	letter-spacing:0.2em;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.bodyText {
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	color: #99CC66;
	line-height:20px;
	letter-spacing:0.21em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
	}
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
.STYLE76 {color: #990000; font-weight: bold; }
.STYLE80 {font-family: "Palatino Linotype", "MS Sans Serif"}
.STYLE81 {font-size: 14px; color: #222222; font-family: "Palatino Linotype", "MS Sans Serif"; }
.STYLE82 {color: #003333}
.STYLE85 {font-size: 16px; color: #222222; font-weight: bold; font-family: "Palatino Linotype", "MS Sans Serif"; }
.STYLE86 {color: #CC3300}
.STYLE87 {color: #FF0000; font-weight: bold; }
.STYLE88 {color: #003399; font-weight: bold; }
.STYLE89 {color: #FF6600; font-weight: bold; }
.STYLE100 {font-size: 14px; color: #222222; font-family: "宋体"; }
.STYLE101 {color: #99CC66; font-size: 18px; }
.STYLE102 {color: #006600; font-size: 18px; }
.SONG01 {font-family: "新宋体";font-size: 14px;}
.SONG02 {color: #222222; font-family: "新宋体";font-size: 14px;}
.SONG03 {font-family: "新宋体";font-size: 14px;font-weight: bold;}
.SONG04 {font-family: "新宋体";font-size: 16px;font-weight: bold;}
.SONG05 {font-family: "新宋体";font-size: 18px;font-weight: bold;}
.PMINGLIU01 {font-family: "PMingLiU";font-size: 16px;}
.PMINGLIU02 {color: #222222; font-family: "PMingLiU";font-size: 16px;}
.PMINGLIU03 {font-family: "PMingLiU";font-size: 16px;font-weight: bold;}
.PMINGLIU04 {font-family: "PMingLiU";font-size: 18px;font-weight: bold;}
.BLUE{color: #0000FF; font-weight: bold;}
.RED{color:#FF0000; font-weight: bold;}
.ORANGE{color:#FF3300; font-weight: bold;}
.DARKGRAY{color:#222222;}
.DARKGREEN{color:#333300;}
.LIGHTGRAY{color:#666666;}

table.sudoku {
	width: 300px;
	background-color: #AAAAAA;
	padding: 0em;
	margin: 0em;
	border: 1px #000000 solid;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
table.sudoku td {
	width: 33%;
}
table.sudoku2 {
	width: 200px;
	background-color: #AAAAAA;
	padding: 0em;
	margin: 0em;
	border: 1px #000000 solid;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
table.sudoku2 td {
	width: 50%;
}
table.sudoku3 {
	width: 100px;
	background-color: #AAAAAA;
	padding: 0em;
	margin: 0em;
	border: 1px #000000 solid;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
table.sudokublock {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px #000000 solid;
	border-collapse: collapse;
	text-align: center;
}
table.sudokublock td {
	width: 33%;
	border: 1px #555555 solid;
}
table.sudokublock td.highlight {
	background-color: #FFFF88;
	color: #ff0000;
}