/* CSS Document */
* {
	padding:0px;
	margin:0px;
}

html {
	padding:0px;
	margin:0px;
	border:none;
}

body {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;
	background-color:#FFE0EA;
	text-align:center;
}

h1 {
	color:#FFE0EA;
	font-size:12px;
	margin:0px;
	padding:0px;
}

table {
	border-collapse:collapse;
}

img {
	border:none;
}

.clear {
	clear:both;
}

.container {
	width:814px;
	margin:10px auto;
}

.content {
	padding:25px 30px;
	text-align:left;
}

.contentTop {
	background-image:url(images/contentT.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.contentMiddle {
	background-image:url(images/contentM.gif);
	background-position:top;
	background-repeat:repeat-y;
}

.contentBottom {
	background-image:url(images/contentB.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:30px;
}

.logo {
	float:left;
}

.contactDetails {
	float:left;
	padding:36px 0px 21px 76px;
}

.textS {
	font-size:11px;
}

.dotLine {
	background-image:url(images/dotLine.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:195px;
	height:14px;
	padding:0px;
	margin:0px;
}

.dotLine2 {
	background-image:url(images/dotLine.gif);
	background-position:center;
	background-repeat:repeat-x;
	width:526px;
	height:14px;
	padding:0px;
	margin:0px;
}

.dotLine3 {
	border-bottom:#CCC 1px dotted;	
}

.topNaviLink {
	color:#505050;
	font-weight:bold;
	text-decoration:none;
}

.topNaviLinkA, .topNaviLink:hover {
	color:#E581AD;
	font-weight:bold;
	text-decoration:none;
}

.link {
	color:#606060;
	text-decoration:none;
}

.link:hover {
	color:#505050;
	text-decoration:underline;
}

.link2 {
	color:#FFF;
	text-decoration:none;
}

.link2:hover {
	color:#EEE;
	text-decoration:underline;
}

.link3 {
	color:#333333;
	text-decoration:none;
}

.link3:hover {
	color:#BC0000;
	text-decoration:none;
}

.gapH {
	width:30px;
}

.gapH2 {
	width:25px;
}

.gapS {
	height:10px;
	font-size:0px;
}

.gapM {
	height:20px;
	font-size:0px;
}

.redBox {
	width:175px;
	color:#FFFFFF;
	background-color:#BC0000;
	padding:10px;
}

.pinkBox {
	color:#404040;
	background-color:#FFEDFF;
	padding:25px 26px 12px 26px;
}

.textI {
	font-style:italic;
}

.textB {
	font-weight:bold;
}

.textMB {
	font-size:16px;
	font-weight:bold;
}

.textLB {
	font-size:28px;
	font-weight:bold;
}

.pageTitle {
	color:#BC0000;
	font-size:28px;
	font-weight:bold;
	padding-bottom:10px;
}

.pageSubtitle {
	color:#BC0000;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	text-decoration:underline;
}

p {
	padding-bottom:15px;
}

.picR {
	float:right;
	padding-left:20px;
}

.picBorder {
	border:#B5B8BE 1px solid;
}

.picBorder2 {
	border:#DCAAA9 1px solid;
}

.footer {
	color:#FFFFFF;
	font-size:11px;
	background-color:#BC0000;
	padding:5px 30px;
	text-align:right;
	margin:0px 7px 0px 400px;
}

.footerL {
	color:#000000;
	font-size:11px;
	margin:0px 35px 18px 0px;
}

.leremy {
	color:#000000;
	text-decoration:none;
}

.leremy:hover {
	color:#000000;
	text-decoration:underline;
}

.indent {
	margin-left:30px;
}

.table1 {
	width:100%;
}

.table1 th {
	color:#555;
	font-weight:bold;
	background-color:#FFE0EA;
	padding:5px 25px;
	border:#CCCCCC 1px solid;
}

.table1 td {
	padding:5px 25px;
	border:#CCCCCC 1px solid;
}

.banner {
	padding:6px 0px 20px 0px;
}

.colon {
	padding:1px 5px;
}

.box {
	background-color:#F5F5F5;
	padding:15px;
	border:#CCC 1px solid;
}
