/*core classes*/
body {
	background-color: #1d252b;
	margin-top: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00008b;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
a:link, a:visited, a:active {
	color: #3f74b2;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.pagetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #00178b;
	text-decoration: none;
}
td.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #cbe3fe;
	text-decoration: none;
	text-align: left;
	padding-left: 25px;
	background-color: #4177b5;
	height: 25px;
	line-height: 25px;
}
a.copyright:link, a.copyright:visited, a.copyright:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #cbe3fe;
	text-decoration: none;
}
a.copyright:hover {
	text-decoration: underline;
}
td.powered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #cbe3fe;
	text-decoration: none;
	text-align: right;
	padding-right: 25px;
	background-color: #4177b5;
	line-height: 25px;
	height: 25px;
}
a.powered:link, a.powered:visited, a.powered:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #cbe3fe;
	text-decoration: none;
}
a.powered:hover {
	text-decoration: none;
	color: #FFFFFF;
}
input {
	color: #00008b;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #043e7d;
	margin-bottom: 2px;
	background-color: #cbe3fe;
}
input.button {
	font: bold 10px Tahoma;
	color: #003366;
	text-decoration: none;
	border: 3px solid #043e7d;
	margin-bottom: 2px;
	text-transform: uppercase;
	background-color: #4d88c34d88c3;
}
td.small {
	font-size: 11px;
}
select {
	color: #00008b;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #043e7d;
	background: #cbe3fe;
}
textarea {
	color: #00008b;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #043e7d;
	background: #cbe3fe;
}
hr {
	background-color: #043e7d;
	height: 1px;
}

/*additional classes*/
td.td_menu {
	background-color: #f0f8ff;
	background-image: url(http://www.siteforless.com/templates/cpi/images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 26px;
	width: 760px;
}
td.td_body_text {
	background-color: #f0f8ff;
	background-image: url(http://www.siteforless.com/templates/cpi/images/body_text_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 26px;
	vertical-align: top;
}

