@charset "utf-8";
/* CSS Document */
body {
	background-color:#2F170D;
	background-image: url(/images/system/bg_banner3.jpg);
	background-position:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
body,td,th {
	color: #FF0;
}
.bodyContent {
	background-image: url(/images/system/bg_body1.jpg);
	background-position: right;
}
.pageImage {
	background-image:url(/images/system/mex_couple_icon_med.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:295px;
	height:365px;
	float:right;
}
.hd1 {font-size: 22px}
.hd2 {color: #FFEF71;
	font-weight:bold;
	font-size: larger;
	}
.footer {font-size: 11px}
.errText {
	font-weight: bold;
	background-color: #E10000;
	color: #FFFFFF;
	padding-left:10px;
	padding-right:10px;
}
.textSmall {font-size: 11px}
.textSmallMenu {
	font-size: 11px;
	padding-left:20px;
	font-weight:normal;
}
.textMed {font-size: 12.5px}
.textBanner {
	color: #000000;
	background-color:#FFFF00;
	font-weight:bold;
}
.specialText {
	color: #FF0000;
	font-style:italic;
	font-size:smaller;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #00CC00;
}
a:hover {
	color: #999999;
}
a:active {
	color: #CC0000;
}
.noPadding {
	padding:0;
	margin:0;
}