@charset "utf-8";

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* CSS Document */

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	background-image: url();
	font-family: "Comic Sans MS", cursive;
	font-size: 100%;
}

.oneColFixCtrHdr #container {
	width: 990px; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/b-w-background.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	position: relative;
	width: 880px;
	text-align: left;
	top: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	bottom: 20px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	border: 1px solid #666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.oneColFixCtrHdr #container #mainContent table tr td h1 {
	margin: 0px;
}

.oneColFixCtrHdr #container #mainContent table tr td table tr td h2 {
	margin: 0px;
}

.oneColFixCtrHdr #container #mainContent table tr td table tr td h3 {
	margin: 0px;
}

.oneColFixCtrHdr #container #mainContent table tr td table tr td h4 {
	margin: 0px;
}

.oneColFixCtrHdr #container #mainContent table tr td table tr td h5 {
	margin: 0px;
}

.oneColFixCtrHdr #container #mainContent table tr td p a:link {
	color: #F6F;
}


#container #mainContent table tr #grey a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 195px;
	border: 1px dotted #999;
	text-align: left;
	padding: 0px;
	font-weight: bold;
}
#container #mainContent table tr #grey a:visited {
	color: #666;
	border: 1px dotted #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	height: 25px;
	width: 195px;
	text-decoration: none;
	font-weight: bold;
}


#container #mainContent table tr #grey a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	background-color: #F9F;
	display: block;
	height: 25px;
	width: 195px;
	text-decoration: none;
	font-weight: bold;
}

.oneColFixCtrHdr #container #mainContent table tr #grey a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	background-color: #F9F;
	display: block;
	height: 25px;
	width: 195px;
	text-decoration: none;
}

h1 {
	font-size: 20px;
	}

h5 {
	font-size: 18px;
}
.tabletable {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.white-border-right {
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.oneColFixCtrHdr #container #mainContent .tabletable tr #grey {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.oneColFixCtrHdr #container #mainContent .tabletable tr #grey33 {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFF;
}

.oneColFixCtrHdr #container #mainContent .tabletable tr #grey2 {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFF;
}

.main-table {
	padding-right: 12px;
	border-right-color: #666;
	border-top-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.oneColFixCtrHdr #container #mainContent .tabletable tr #mitten table tr #mitten {
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.oneColFixCtrHdr #container #mainContent .tabletable tr #mitten table tr #right {
	padding-right: 15px;
	padding-left: 15px;
}
.weekdays {
	font-weight: bold;
	background-color: #F9F;
	display: block;
	height: 25px;
	width: 300px;
}





h4 {
	font-size: 20px;
}
h3 {
	font-size: 20px;
}

h2 {
	font-size: 20px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.pink-box-menu-active {
	display: block;
	height: 25px;
	width: 195px;
	border: 1px dotted #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	background-color: #F9F;
	font-weight: bold;
}

