@charset "utf-8";
/* CSS Document */

.bold {font-weight: bold;}

.italic {font-style:italic;}

.smallCaps {font-variant:small-caps;}


.nfc {color:#F69B37;
	
}
h1.nfc, h2.nfc, h3.nfc {
	color:#F69B37;
	margin: 0px;
	padding: 0px;	
}

.mincMidPurple {color: #52417B;}

.mincGrey {color:#444;}

.textBoxGrey {
	float: right;
	margin-left: 10px;
	padding: 15px;
	border: 1px solid #eee;
	background-color:#EEECF4;
	width: 180px;
	}
.mincButtonBG {background-image: /images/minc_buttonbg.jpg;
	background-color: #52417B;
	background-image: url(/images/minc_buttonbg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
	
img.floatLeft {
	float: left;
	margin-right: 10px;
	padding: 5px;
	}

img.floatRight {
	float: right;
	margin-left: 10px;
	padding: 5px;
	}

img.floatLeftBdr {
	float: left;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #eee;
}

img.floatRightBdr {
	float: right;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #eee;
}

p.ruleMinc{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B6AAD2;
}

p.ruleNfc {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FBD3A8;
	}

.centre {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

img.marginBottom {margin-bottom: 10px;}

img.marginTop {margin-top: 10px;}