@charset "UTF-8";
/* -------------------- */
/* Page-specific styles */
/* -------------------- */


/* HTML tags */
/* --------- */

p {
	font-size: 14px;
}


/* Styles for class attributes */
/* --------------------------- */


/* Lines and corners for main content pane */

.tr2 {
	background: url("../images/topright_2.png") 100% 0 no-repeat; padding: 9px;
}

.t2 {
	background: url("../images/linetop_2.png") 0 0 repeat-x;
	float: none;
	margin: 20px 0 0 8px;
	width: 850px;
}


/* Other class definitions, ordered alphabetically */

.ad {
	height: 90px;
	margin: 10px 0 15px 0;
	text-align: center;
	width: 100%;
}

.content {
	font-size: 14px;
	padding: 15px;
}


/* Styles for ID attribute */
/* ----------------------- */

#splash {
	float: none;
	margin: 0 25px 10px 0;
}

#footer {
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 0 0;
	text-align: right;
	width: 100%;
}