@charset "utf-8";
/* CSS Document */


h1 {
	font-size:17px !important;
	color:#940014;
	padding-top:0;
	margin-top:0;
}


h1,h2,h3,h4,h5 {
	color:#940014;
}

h1 {
	font-size:22px;
	font-weight:bold;
}

h2 {
	font-size:16px;
}


a.buttonMauve {
	color: #ffffff;
	background-image:url(images/button_bg_m_180x30.gif);
	width:180px;
	vertical-align:middle;
	height:30px;
	line-height:26px;
	text-align:center;
	background-repeat:no-repeat;
	display: block;
	font-weight:bold;
	margin-bottom:5px;
	text-decoration:none;
	font-size: 15px !important;
}

a.buttonMauveBig {
	color: #ffffff;
	background-image:url(images/button_bg_m_180x50.gif);
	width:170px;
	vertical-align:middle;
	height:48px;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	line-height:23px;
	text-align:center;
	background-repeat:no-repeat;
	display: block;
	font-weight:bold;
	margin-bottom:5px;
	text-decoration:none;
	font-size: 15px !important;
}

a.buttonBlue {
	color: #ffffff;
	background-image:url(images/button_bg_180x30.gif);
	width:180px;
	font-size:12px;
	vertical-align:middle;
	height:30px;
	font-size:15px;
	line-height:30px;
	vertical-align:middle;
	background-repeat:no-repeat;
	display: block;
	font-weight:bold;
	margin-bottom:5px;
	text-decoration:none;
}


.divider {
	padding-bottom:15px;
	border-bottom: 1px dashed #D9B200;
	margin-bottom:15px;
}

.dividerAbove {
	padding-top:15px;
	border-top: 1px dashed #D9B200;
	margin-top:15px;
}

.highlight {
	font-weight:bold;
	color: #D9B200;
}

.imageRight {
	float:right;
	margin-left:10px;
	padding:1px;
	border:1px solid #cccccc;
	background-color:white;
}

.imageLeft {
	float:left;
	margin-right:10px;
	padding:1px;
	border:1px solid #cccccc;
	background-color:white;
}

.imageCenter {
	margin-right:10px;
	padding:1px;
	border:1px solid #cccccc;
	background-color:#f7f7f7;
}

.bordered {
	float:right;
	margin-left:10px;
	padding:1px;
	border:1px solid #cccccc;
	background-color:white;
}

.borderedBox {
	padding:1px;
	border:1px solid #cccccc;
}

.nowrap {
	white-space:nowrap;
}

