﻿q
{
	font-style: italic;
	quotes: "" "" "" "" "'" "'"
}

body
{
	background-image: none;
	background-color: black;
	scrollbar-track-color: black;
 	margin: 1%;
 	text-align: center;
}

table.main_container
{
	position: static;
	z-index: 10;
	top: 1%;
	left: 1%;
	text-align: center;
	width: 100%;
	border-width: 0;
	border-style: none;
	padding: 0;
	margin: 0;
}

th.top
{
	text-align: center;
	border-width: 0;
	border-style: none;
	padding: 20px;
}

td.left_col, td.mid_col, td.right_col
{
	width: 33%;
	vertical-align: top;
	border-width: 0;
	border-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

table.main_container td
{
	text-align: center;
}

img.noborder
{
	border-style: none;
	border-width: 0;
}

div.img_holder
{
	text-align: center;
	background-color: white;
}

img.w_border
{
	border-width: 3px;
	border-style: solid;
	border-color: black;
}

table.main
{
  border-width: 13px;
  border-style: dashed;
  border-color: white;
	color: black;
  font-size: 13px;
  font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif; 
  text-align: justify;
  line-height: 113%;
  width: 540px;
  margin: 10px;
  margin-bottom: 100px;
}

h1
{
	font-size: 200%;
	line-height: 200%;
}

h2
{
	font-size: 175%;
	line-height: 175%;
}

h3
{
	font-size: 150%;
	line-height: 150%;
}

h1, h2, h3, h4
{
	color: #010000;
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	text-align: center;
}

h4
{
	font-size: 120%;
	line-height: 120%;
}

h5
{
	font-size: 110%;
	line-height: 105%;
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	color: #010000;
	text-align: center;	
}

h6
{
	font-size: 100%;
	line-height: 105%;
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	color: #010000;
	text-align: left;	
}

hr.day_spacer
{
	color: #010000;
	width: 150px;
	height: 5px;
	text-align: center;	
}

table.main td
{
	background-color: white;
}

table.main td.content
{
	filter: chroma(color: #010000), alpha(Opacity=100, FinishOpacity=95, Style=3);
	padding: 20px 50px 30px;
	text-align: center;
}

table.main td.photos
{
	filter: chroma(color: #010000), alpha(Opacity=100, FinishOpacity=95, Style=3);
	padding: 20px 30px 30px;
	text-align: center;
}

table.main th
{
	filter: chroma(color: #010000), alpha(Opacity=100, FinishOpacity=95, Style=3);
	padding: 10px 30px 30px 30px;
	background-color: white;
	text-align: center;
}

table.left_side th, table.right_side th, table.main th;
{
	background-color: white;
	filter: alpha(Opacity=100, FinishOpacity=85, Style=2);
	text-align: center;
}

table.left_side, table.right_side
{
  border-width: 6px;
  border-style: double;
  border-color: white;
	color: black;
  font-size: 11px;
  font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif; 
  text-align: left;
  line-height: 110%;
  width: 165px;
  margin: 17px 10px 100px;
}

table.left_side a, table.right_side a
{
	white-space: nowrap
}

table.left_side
{
	clear: left;
}

table.right_side
{
	clear: right;
}

table.left_side td.content, table.right_side td.content
{
	filter: chroma(color: #010000), alpha(Opacity=99, FinishOpacity=85, Style=3);
	background-color: white;
	line-height: 160%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

table.left_side th, table.right_side th
{
	filter: chroma(color: #010000), alpha(Opacity=100, FinishOpacity=85, Style=2);
	background-color: white;
	line-height: 250%;
	color: #010000;
	text-align: center;
}

td.a12, td.a21, td.a31, td.a32, td.a41, td.a42
{
	background-color: white;
	width: 10px;
	height: 10px;
}

td.a11, td.a13, td.a22, td.a23, td.a34
{
	background-color: white;
	height: 10px;
}

td.a11
{
	filter: alpha(Opacity=22);
}

td.a12, td.a21
{
	filter: alpha(Opacity=36);
}

td.a31
{
	filter: alpha(Opacity=51);
}

td.a22
{
	filter: alpha(Opacity=50);
}

td.a32
{
	filter: alpha(Opacity=64);
}

td.a13
{
	filter: alpha(Opacity=44);
}

td.a41
{
	filter: alpha(Opacity=52);
}

td.a23
{
	filter: alpha(Opacity=60);
}

td.a42
{
	filter: alpha(Opacity=69);
}

td.a34
{
	filter: alpha(Opacity=78);
}

div.img_holder
{
	filter: alpha(Opacity=100);
	background-color: #010000;
	text-align: center;
}

a:link
{
	color: rgb(0%,20%,70%);
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a:visited
{
	color: #010000;
}

a:active
{
	filter: alpha(Opacity=15);
}

sup
{
  font-size: 75%; 
  vertical-align: text-top; 
}

abbr, acronym, .help 
{
  border-bottom: 1px dotted #333;
  cursor: help;
}

.nodisplay
{
	display: none;
}

input
{
	background-color: white;
	border-color: #010000;
	color: #010000;
	border-style: dotted;
	border-width: 2px;
	text-align: center;
	align: center;
  font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif; 
  font-size: 12px;
}

form
{
	text-align: center;
}

p
{
	padding: 10px 50px 0;
	text-align: justify;
}