div#Body{
	width: 922px;
	display: inline;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size : 12px;
	line-height: 18px;
	color: #6a6961;
	height: 100%;
}
* html div#Body {/* IE only */
	margin: 12px 10px 0 13px;
}

div#Left{
	width: 212px;
	padding: 0;
	display: inline;
	float: left;
	text-align: left;
	margin-right: 15px;
}
div#Center{
	width: 530px;
	padding: 0;
	margin: 0 15px 0px 0px;
}
* html div#Center {/* IE only */
	margin: 12px 15px 0 0px;
}

div#Right {
	width: 130px;
	display: inline;
	float: right;
	padding: 0;
}

hr {
	height: 1px;
	border: 0;
	padding: 0;
	margin: 4px 0 4px 0;
	border-bottom: 1px solid #99947a;
}

* html hr {/* IE only */
	margin: -3px 0 -3px 0;
}

table.Table {
	width: 530px;
	padding: 0;
	margin: 0 0 50px 0px;
}

table.Table td {
	width: 300px;
	font-size: 21px;
	line-height: 20px;
	vertical-align: top;
}



a {
	background: inherit;
	color: #6a6961;
	text-decoration: underline;
}
a:hover {
	background: inherit;
	color: #6a6961;
	text-decoration: underline;
}
a:visited {
	background: inherit;
	color: #6a6961;
	text-decoration: underline;
}
a:hover {
	background: inherit;
	color: #6a6961;
	text-decoration: none;
}

a.linkWhite {
	background: inherit;
	color: #ffffff;
	text-decoration: underline;
}
a.linkWhite:hover {
	background: inherit;
	color: #ffffff;
	text-decoration: underline;
}
a.linkWhite:visited {
	background: inherit;
	color: #ffffff;
	text-decoration: underline;
}
a.linkWhite:hover {
	background: inherit;
	color: #ffffff;
	text-decoration: none;
}

a.piclink {
	text-decoration: none;
}

a.piclink:hover {
	text-decoration: none;
}

p {
	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size : 22pt;
	line-height: 15px;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 14px;
}



/* Generic styles. Usage: <div class="Sans Med Red"></div> */
.Serif {font-family: "Times New Roman", Times, serif;}
.Sans {font-family: Verdana, Arial, Helvetica, sans-serif;}
.Mono {font-family: "Courier New", Courier, monospace;}

.Normal {font-weight: normal; font-style: normal;}
.Bold {font-weight: bold;}
.Italic {font-style: italic;}

.Tiny {font-size : 10px; line-height: 14px;}
.Small {font-size : 11px; line-height: 14px;}
.Med {font-size : 12px;}
.Big {font-size : 15px;}
.Large {font-size : 18px;}

.Black {color: #000000;}
.Gray {color: #999999;}
.LightGray {color: #cccccc;}
.White {color: #ffffff;}
.Yellow {color: #ffee55;}
.LightYellow {color: #FFFF99;}
.Blue {color: #000099;}
.Green {color: #009900;}
.Red {color: #cc0000;}
.Orange {color: #cc5500;}
.Stone {color: #99947a;}

