body {
	font-family: Arial,Verdana,Georgia,sans-serif;
	font-size: 10pt;
}
@media only screen and (max-device-width: 670px) {
     body {
	font-family: Arial,Verdana,Georgia,sans-serif;
	font-size: 19pt;
     }
}
img {
	border: 0px;
}
@media only screen and (max-width: 670px) {
img {
        width: 100%;
    }
}
ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-bottom: 0px;
}
li {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}
@media only screen and (max-width: 800px) {
li {
        font-size: 10px;
	padding-top: 26px;
    }
}
.body {
	text-align: center;
}
.centered {
	margin-left: auto;
	margin-right: auto;
	width: 670px;
	text-align: left;
}
@media only screen and (max-width: 670px) {
.centered {
        width: 100%;
    }
}
@media only screen and (max-width: 670px) {
mSpace {
        padding: 200px;
    }
}
.centered2 {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.inline {
	display: inline;
}
.halfWidth {
	width: 335px;
}
	@media only screen and (max-width: 335px) {
.halfWidth {
        width: 100%;
    }
}
h1 {
	font-size: 10pt;
	display: inline;
}
h2 {
	font-size: 10pt;
	display: inline;
	margin-bottom: 0px;

}
.nowrap {
	white-space: nowrap;
}
.searchInput {
	width: 275px;
}
@media only screen and (max-width: 275px) {
.searchInput {
        width: 100%;
    }
}
.leftCol {
	float: left;
}
.rightCol {
	border: 1px solid black;
	margin-left: 335px;
}
@media only screen and (max-width: 335px) {
.rightCol {
        width: 100%;
    }
}
.textCell {
	font-size: 9pt;
	white-space: nowrap;
	width: 480px;
}
@media only screen and (max-width: 480px) {
.textCell {
	font-size: 9pt;
	white-space: nowrap;
        width: 100%;
    }
}
.imageCell {
	width: 190px;
	font-size: 9pt;
}
@media only screen and (max-width: 190px) {
.imageCell {
        width: 100%;
	font-size: 9pt;
    }
}
.lSmall {
	font-size: 9pt;
}
@media only screen and (max-device-width: 670px) {
.lSmall {
	font-size: 17pt;
        padding: 0pt;
     }
}
.small {
	font-size: 8pt;
}
@media only screen and (max-width: 190px) {
.small {
	font-size: 20pt;
    }
}
.bold {
	font-weight: bolder;
}
.cLink {
	color: #007FDE;
	text-decoration: none;
}
@media only screen and (max-device-width: 670px) {
.cLink {
	font-size: 17pt;
        margin: 0pt;
     }
}
a:hover.cLink {
	color: #66AE0A;
}
.gLink {
	font-size: 13px;
	font-weight: bold;
	color: #B5B5B5;
	text-decoration: none
}
@media only screen and (max-device-width: 670px) {
.gLink {
	font-size: 22px;
	font-weight: bold;
	color: #B5B5B5;
	text-decoration: none
     }
}
a:hover.gLink {
	font-size: 13px;
	font-weight: bold;
	color: #817679;
	text-decoration: none
}
.top {
	vertical-align: top;
}
.borderTop {
	border-top: 1px solid #817679;
}
.borderBot {
	border-bottom: 1px solid #817679;
}
.padTop {
	padding-top: 8px;
}
@media only screen and (max-device-width: 670px) {
.padTop {
	padding-top: 27px;
     }
}
.compress {
	margin: 0px;
	padding: 0px;
	border: none;
}
.padBot {
	padding-bottom: 8px;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.tInput {
	width: 400px;
	border: 1px solid #007FDE;
}
@media only screen and (max-width: 400px) {
.tInput {
        width: 100%;
    }
}
.tInput2 {
	width: 300px;
	border: 1px solid #007FDE;
}
@media only screen and (max-width: 300px) {
.tInput2 {
        width: 100%;
    }
}
.error {
	color: red;
}
.link {
	cursor: pointer;
}
