﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFF99;
}
#container {
	margin-top: 5px;
	max-width: 952px;
}
#right_col {
	max-width: 210px;
	min-width: 210px;
	float: right;
	background-color:#FFFF99;
	min-height: 3600px;
	border: 1px solid black;
}
#page_content {
	margin-left: 50px;
	margin-right: 215px;
	background-color:#FFFF99;
	min-height: 3600px;
}
.style-table {
	table-layout:fixed;
	border-width: 0px;
	border-color:black;
	max-width:688px;	
}
.style-table-cell {
	border: 1px solid black;
	text-align: center;
	}
.Standard-Table-Borders-Small {
	border-width: 1px;
	border-style: solid;
	border-color:#000000;
	border:1px black solid;
	font-size:small;
}
.Default-Content-Body-Yellow {
	background-color:#FFFF99;
}
.Default-Content-Body-Yellow-Center {
	background-color:#FFFF99;
	text-align:center;
	margin-left: 50px;
	margin-top: 5px;
	max-width: 902px;
}
.Default-Content-Body-Yellow-Left {
	background-color:#FFFF99;
	text-align:left;
	margin-left: 50px;
	max-width: 902px;
}
.Header_large_bold {
	font-size: large;
	font-weight: bold;
}
.Header_x-large_bold {
	font-size: x-large;
	font-weight: bold;
}
.Header_xx-large_bold {
	font-size: xx-large;
	font-weight: bold;
}
.Text_xx-small {
	font-size: xx-small;
}
.Text_xx-small_bold {
	font-size: xx-small;
	font-weight: bold;
}
.Text_x-small {
	font-size: x-small;
}
.Text_x-small_bold {
	font-size: x-small;
	font-weight: bold;
}
.Text_small {
}
.Text_small_bold {
	font-size: small;
	font-weight: bold;
}
.Text_medium {
	font-size: medium;
}
.Text_medium_bold {
	font-size: medium;
	font-weight: bold;
}
.Text_large {
	font-size: large;
}
.Text_large_bold {
	font-size: large;
	font-weight: bold;
}
.Text-Center {
	text-align: center;
}
.Copyright {
	margin-left: 15px;
}
.Text-Center-w-15px-Border {
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}
.Last-Page-Update {
	text-align: center;
	font-style:italic;
	font-size: xx-small;
	font-weight:bold;
}	
.Text_Antique {
	font-family:"Old English Text MT";
	font-size: x-large;
	color:gray;
}
.Text_Black {
	color:black;
}

