/*********************************************/
/* by Spike Ress - spikesart.com - 02/01/06 -*/
/*********************************************/

Body {
	background-image:  url(../../images/assets/content/back-ground-green.jpg);
	background-repeat: repeat-x;
	background-color: #5A737D;
	background-position: 0px 0px;
	margin: 0px;
}
.content-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	
}
.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.smallest-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	color: #999999;
}
.tab-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-left: 10px;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #74597B;
	letter-spacing: 2px;
	background-image:  url(../../images/assets/content/title-bk-grd.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.Message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ff0000;
	letter-spacing: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.justify {
	text-align: justify;
}
a.link-1:link {color: #999999; text-decoration: underline}
a.link-1:visited {color: #999999; text-decoration: underline}
a.link-1:hover {color: #666666; text-decoration: none}

a.link-2:link {color: #666666; text-decoration: none}
a.link-2:visited {color: #666666; text-decoration: none}
a.link-2:hover {color: #000000; text-decoration: underline}

a.link-3:link {color: #666666; text-decoration: underline}
a.link-3:visited {color: #666666; text-decoration: underline}
a.link-3:hover {color: #000000; text-decoration: none}
.watermark {
	font-size: 12px;
	background-image: url(../../images/assets/content/watermark.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.image-left {
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 5px;
	float: left;
	margin-left: 0px;
}
.image-right {
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 5px;
	float: right;
	margin-right: 0px;
}
.line-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.line-bottum {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
