body {
	background: #CE1010;
	background-image: url(chop1.gif);
	margin: 0px;
	font-size: 90%;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	}
	
.main {
	margin: 0px 12%;
	background: White;
	padding: 10px;
	color: Black;
}	

/* Hides from IE5-mac \*/
* html .main {
	height: 1%;
	margin-top:-1ex;	
}
/* End hide from IE5-mac */

p.breadright {
	position: absolute;
	top: 1ex;
	right: 1ex;
	text-align: right;
	background-color: White;
	padding: 5px;
}

p.breadleft {
	position: absolute;
	top: 1ex;
	left: 1ex;
	text-align:left;
	background-color: White;
	padding: 5px;

}

h1 {
	font-size: 300%;  
	font-weight: normal;
	font-family: Palatino, Bookman Old Style, Times New Roman, serif;
	color: Red;
	background-color: Yellow;
	text-align: center;
	margin-top: 3ex;
	clear: both;
  }

h1.menu {
	color: Yellow;
	background-color: #CE1010;
}

  h2 	{
	font-size: 250%;  
	font-weight: normal;
	font-family: Palatino, Bookman Old Style, Times New Roman, serif;
	color: #CE1010;
	text-align: center;
  }
  
h3  	{
	font-size: 200%;  
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: Black;
	text-align: center;
  }
  
h4 		{
	font-size: 150%;  
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: Black;
  }

hr {
	color: Yellow;
	background-color: Yellow;
	border: 0;
	height: 3px;
	margin: 20px;
}

	a:link {
		color: #C00000;
		text-decoration: none;
		font-weight: bold;
	}

	a:visited{
		color: #800000;
		text-decoration: none;
		font-weight: bold;
	}

a:hover {
		text-decoration: underline;
		color: Red;
		font-weight: bold;
	}

p.caption {
	margin-top: 2px;
	font-size: 80%;
	}

p.credits {
	font-size: 80%;
	}

table {
	background-color: #FFFFD0;
	border: double 3px #CE1010;
	text-align: center;
	margin: -2px 20px;
 }
 
 table.taipei {
	background: #FFFFD0;
	border: double 5px #CE1010;
}	

table.taipei  td {
	background: White;
	border: 1px #800000;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: #800000;
}	

table.form td {
	background: #DFDFEF;
	border: double 5px #800000;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: Black;
	font-weight: bold;
}	
	

