body {
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: 13px;
}

table {
	font-family: Trebuchet MS;
	font-size: 13px;
}

.main-text {
	font-family: Trebuchet MS;
	font-size: 13px;
	text-align: justify;
	color: #170968;
}

.white-text {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #FFFFFF;
}

.small-text {
	font-family: Trebuchet MS;
	font-size: 11px;
}

.title-text {
	font-family: Trebuchet MS;
	font-size: 20px;
	font-weight : bold;
	color: #170968;
}

.subtitle-text {
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight : bold;
	color: #3190C0;
}

a {
	color: #C30102;
	text-decoration: none;
}

a:hover {
	color: #EF3132;
	text-decoration: none;
}

.bg-right {
	background-image: url(../images/bg-repeat-right.gif);
	background-repeat: repeat-y;
	background-position: right;
	vertical-align: top;
	text-align: center;
}

.bg-left {
	background-image: url(../images/bg-repeat-left.gif);
	background-repeat: repeat-y;
}

.content-main {
	vertical-align: top;
	padding-top: 50px;
	padding-bottom: 50px;
}

.bg-footer {
	background-image: url(../images/logo-footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 158px;
	text-align: center;
	vertical-align: bottom;
	padding-left: 150px;
}

.footer-cell {
	padding-left: 23px;
	padding-right: 23px;
	vertical-align: top;
}

.h-dot {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 9px;
}

.v-dot {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 9px;
}

.input-cell-black-newsletter {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	height: 20px;
	border: #024861 1px solid;
	background-color: #C4FF82;
	
}

.input-button-wp {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	font-weight : bold;
	border: #000000 1px solid;
	background-color: #86C440;	
}

