/*
	common styles
*/

A:link {
  text-decoration: none;
}

A:visited {
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

A:active {
  text-decoration: none;
}

.LastModified {
  font-family: sans-serif;
  font-size: 9px;
}

.EventList {
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
}

.NewFlash {
  vertical-align: middle;
}

TR.LetterHeading
{
  background-color: #0022ff;
}

TR.Section
{
  background-color: #0099ff;
}

/*
	styles for english version
*/

TD.en_LetterHeading {
  color: #ffff66;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

TD.en_Section {
  color: #ffff66;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.en_Select {
  color: #000000;
  font-family: sans-serif;
  font-size: 13px;
  vertical-align: middle;
}

.en_Topic {
  color: #0000ff;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 13px;
}

.en_Item {
  color: #993333;
  font-family: sans-serif;
  font-size: 13px;
}

.en_Email 
{
  color: #ff0000;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
}

A.en_Email:link {
  color: #ff0000;
  text-decoration: none;
}

A.en_Email:hover {
  color: #ff0000;
  text-decoration: underline;
}

/*
	styles for chinese version
*/

TD.zh-CHT_LetterHeading {
  color: #ffff66;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

TD.zh-CHT_Section {
  color: #ffff66;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.zh-CHT_Select {
  color: #000000;
  font-size: 14px;
  vertical-align: middle;
}

.zh-CHT_Topic {
  color: #0000ff;
  font-size: 16px;
}

.zh-CHT_Item {
  color: #993333;
  font-size: 15px;
}

A.zh-CHT_Email:link {
  color: #ff0000;
  text-decoration: none;
}

A.zh-CHT_Email:hover {
  color: #ff0000;
  text-decoration: underline;
}

.zh-CHT_Email {
  color: #ff0000;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
}

