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


/*** TAGS STYLES ***/
body {
	font-family: "Trebuchet MS";
	font-size: 100%;
	background-image: url(images/bg01.jpg);
}



/*** CLASSES ***/
.container-main {
	border: 1px solid #000000;
	padding: 0px;
}
.menu-bar-1 {
	width: 100%;
	font-size: 95%;
	font-weight: bold;
	background-color: #B7005B;
	color: #FFFFFF;
	padding: 3px;
	border: 1px solid #000000;
}
.menu-bar-blue {
	width: 95%;
	border: 1px solid #000000;
	font-size: 90%;
	font-weight: bold;
	background-color: #99CCCC;
	color: #FFFFFF;
	padding: 3px;
	text-align: left;
	text-indent: 5px;
}

.font-title-red {
	font-size: 110%;
	color: #B7005B;
	font-weight: bold;
}
.title-h2 {
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7005B;
	width: 100%;
	font-weight: bold;
	color: #B7005B;
}
.box-greyborder {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.box-purpleborder-center {
	padding: 5px;
	border: 0px solid #B7005B;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #9966FF;
}

.font-red-bold {
	color: #FF0000;
	font-weight: bold;
	font-size: 95%;
}
.font-red-150pct-bold {
	font-size: 150%;
	font-weight: bold;
	color: #FF0000;
}
.font-white-150pct-bold {
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
}
.font-black-90pct {
	font-size: 90%;
}

.font-black-95pct {
	font-size: 95%;
}
.font-black-95pct-bold {
	font-size: 95%;
	font-weight: bold;
}

.hr-80pct {
	width: 80%;
}
.font-white-95pct {
	font-size: 95%;
	color: #FFFFFF;
}
.header-bar {
	width: 100%;
	font-size: 150%;
	font-weight: bold;
	padding: 3px;
	color: #B7005B;
	border-bottom-style: solid;
	border-bottom-color: #B7005B;
	border-bottom-width: 1px;
}
.motto {
	font-size: 95%;
	color: #B7005B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A80B6F;
	width: 85%;
	letter-spacing: 2px;
}
.box-purpleborder {
	padding: 5px;
	border: 1px solid #A80B6F;
}
.box-noborder {
	padding: 5px;
}
.box-greyborder-dotted-lines {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.font-purple-95pct-bold {
	font-size: 95%;
	color: #A80B6F;
	font-weight: bold;
}
.font-black-95pct-withwordspacing {
	font-size: 95%;
	letter-spacing: 5px;
}
.font-small-note {
	font-size: 70%;
	font-style: italic;
}

.box-greyborder-dotted-lines-all {
	padding: 5px;
	border: 1px dotted #CCCCCC;
}
.font-black-95pct-withwordspacing-2px {
	font-size: 95%;
	letter-spacing: 2px;
}
.box-light-brown-bgcolour {
	padding: 5px;
	border: 1px solid #A48855;
	background-color: #FFF2CC;
}
.font-red-largetitle-01 {
	font-size: 110%;
	font-weight: bold;
	color: #FF0000;
}
