/* CSS Document */
html,body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-variant: tahoma;
	color: #000000;
	font-size: 14px;
	align: center;
}

table.outer {
	width: 100%;
	height: 100%;
}

td.outer {
	vertical-align: middle;
	text-align: center;
}

.overflow {
	overflow: scroll;
	width: 548px;
	height: 300px;
	background-color: #cccccc;
}

div.container {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 431px;
}

.small_green {
	color: #009900;
	font-size: 14px;
	font-weight: bold;
}

.small_black {
	font-weight: bold;
	font-size: 14px;
}

.mid_green {
	color: #009900;
	font-size: 18px;
	font-weight: bold;
}

.mid_black {
	font-weight: bold;
	font-size: 18px;
}

.large_black {
	font-size: 46px;
	font-weight: bold;
}

.large_green {
	font-size: 46px;
	font-weght: bold;
	color: #009900;
}

a.default:link {
  font-weight: bold;
  color: #000000;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
}

a.default:active {
  font-weight: bold;
  color: #000000;
  text-align: left;
  text-decoration: none;
  cursor: wait;
  font-size: 14px;
}

a.default:visited {
  font-weight: bold;
  color: #000000;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
}

a.default:hover {
  font-weight: bold;
  color: #009900;
  text-align: left;
  text-decoration: underline;  
  cursor: pointer;
  font-size: 14px;
}

a.big_email:link {
  font-weight: bold;
  color: #000000;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  font-size: 36px;
}

a.big_email:active {
  font-weight: bold;
  color: #000000;
  text-align: left;
  text-decoration: none;
  cursor: wait;
  font-size: 36px;
}

a.big_email:visited {
  font-weight: bold;
  color: #000000;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  font-size: 36px;
}

a.big_email:hover {
  font-weight: bold;
  color: #009900;
  text-align: left;
  text-decoration: underline;  
  cursor: pointer;
  font-size: 36px;
}