.body {
	background-color:#ededed;
}

.background {
	background-image: url(images/testimages/pillars.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.maintext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A067F;
	padding: 5px 5px 5px 10px;
	line-height: 18px;
}
.assettracker {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #CCCCCC;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
}
.assettracker_red {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 5px 5px 5px 10px;
	line-height: 20px;
}
.bottomrow {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A067F;
	padding: 5px 5px 15px;
	line-height: 18px;
	font-weight: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.border {
	background-image: url(images/testimages/greyblend.png);
	background-repeat: repeat-x;
	border-top: thin none #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: thin none #CCCCCC;
	border-left: thin none #CCCCCC;
}
.assettracker_blue {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #1a067f;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
}
.borderBottom {
	border-top: thin none #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin none #CCCCCC;
}
.border_full {
	border: thin solid #CCCCCC;
}
.copyright {
	color: #ff6600;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.copyright a:link a:visited {
	text-decoration:none;
	color:#FF6600;
}

.copyright a:hover {
	text-decoration:underline;
	color:#ff6600;
}



.border_left {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.full_border {
	border: thin solid #CCCCCC;
}

