body {
	background-color: #E5E5E5;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
}
.content-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 4px;
}
.content-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.content-bold-medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}
.content-italic-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
.header-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 20px;
}
a:link {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.table-border {
	background-image: url(images-new/boxhead.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.table-border-bottom
{
		border-bottom: thin solid #999999;
		margin: 0px;
		padding: 5px;
}
.table-border-large {
	background-image: url(images-new/boxhead-large.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.table-quickstart-1 {
	background-image: url(images-new/quick1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 50px;
}
.table-quickstart-2 {
	background-image: url(images-new/quick2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.table-indent {
	padding: 15px;
}
.table-large-indent {
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
}
.table-weather {
	margin: 5px;
}
.table-contact {
	background-image: url(images-new/quick1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

input {
	border: thin solid #999999;
	font-size: .9em;
	padding: 0px;
}

textarea {
	border: thin solid #999999;
	font-size: 0.9em;
	padding: 0px;
}
