/* common.css 100818 */

a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #ff6666;
}

body {background-color: #aa7744; margin: 0; padding: 0}

/* Links */
.Links {
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #ff9999;
}

/* Left Text*/
.lt {
	font-family: Arial;
	font-size: 13px;
	color: #441100;
}

/* Left Text Indented*/
.lti {
	font-family: Arial;
	font-size: 13px;
	color: #441100;
	margin: 0px 0px 0px 12px;
}

/* Left Text Para */
p.ltp {
	font-family: Arial;
	font-size: 13px;
	color: #441100;
	margin: 0px 0px 12px 0px;
}

/* Left Text Heading*/
.lth {
	text-align: center;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #441100;
}

/* Right Text */
.rt {
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
}

/* Right Text Para */
p.rtp {
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
	margin: 0px 0px 7px 0px;
}

/* Ad Text Heading*/
.ath {
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* Ad Text */
.at {
	font-family: "Times New Roman";
	font-size: 13px;
	color: #000000;
}

/* Copyright */
.copyright {
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

/* Image on Right Side of Text */
.ri {
	float:right;
	border: 1px solid #333333;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:10px;
}

/* Image on Left Side of Text */
.li {
	float:left;
	border: 1px solid #333333;
	margin-top:5px;
	margin-right:10px;
	margin-bottom:5px;
	margin-left:0px;
}

/* Image Border */
.ib {
	border: 1px solid #333333;
}
