/* extra styles for print or screen */

.printonly {
	visibility: visible;
}

.screenonly {
	visibility: hidden;
	height: 0px;
	width: 0px;
	display: none;
}







/* global body font styles */

body {
	font-family: "Helvetica Light", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #444444;
	
}



/* global heading styles */

p {
	font-size: 12px;
	line-height: 14px;
	margin-top: 6px;
	margin-bottom: 10px;
	
}
h1 {
	font-size: 22px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	
}
h2 {
	font-size: 18px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	
}
h3 {
	font-size: 18px;
	line-height: 18px;
	margin-top: 8px;
	margin-bottom: 8px;
	display: inline;
	
}
h4 {
	font-size: 16px;
	line-height: 16px;
	margin-top: 8px;
	margin-bottom: 8px;	
}
h5 {
	font-size: 12px;
	line-height: 13px;
	margin-top: 8px;
	margin-bottom: 8px;	
}
h6 {
	font-size: 11px;
	line-height: 11px;
	margin-top: 2px;
	margin-bottom: 2px;	
}


/* global footer navigation */
.whiteout a:link { color:5D5B90; text-decoration: none; }
.whiteout a:visited { color:5D5B90; text-decoration: none; }
.whiteout a:hover { color: black; text-decoration: none; }
.whiteout a:active { color: black; text-decoration: none; }


/* small text or credits */
.small {	
	font-size: 11px;
	line-height: 11px;
}

/* navigation 2nd level panel on left */

.nav2 table {
	padding-top: 7px;
	padding-bottom: 10px;
	margin-top: 7px;
	margin-bottom: 10px;
}
.nav2 td {
	font-size: 12px;
	line-height: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 7px;
	margin-bottom: 5px;
	padding-top: 7px;
	padding-bottom: 5px;
}

.navpanel h4 {
	margin: 5px;
	padding: 5px;
}

/* colour default */
.def { background-color: #C5C5D9; }

/* default links */

a:link { color:#5A57A4; text-decoration: none; }
a:visited { color:#5A57A4; text-decoration: none; }
a:hover { color: black; text-decoration: none; }
a:active { color: black; text-decoration: none; }
a { font-weight: bold; }


/* colour women */
.wom { background-color: #DFC9DA; }
.wom a:link { color:#A75491; text-decoration: none; }
.wom a:visited { color:#A75491; text-decoration: none; }
.wom a:hover { color: black; text-decoration: none; }
.wom a:active { color: black; text-decoration: none; }
.wom a { font-weight: bold; }

/* colour weddings */
.wed { background-color: #DBDACB; }
.wed a:link { color:#858451; text-decoration: none; }
.wed a:visited { color:#858451; text-decoration: none; }
.wed a:hover { color: black; text-decoration: none; }
.wed a:active { color: black; text-decoration: none; }
.wed a { font-weight: bold; }

/* colour men */
.men { background-color: #C9D1DF; }
.men a:link { color:#5470A7; text-decoration: none; }
.men a:visited { color:#5470A7; text-decoration: none; }
.men a:hover { color: black; text-decoration: none; }
.men a:active { color: black; text-decoration: none; }
.men a { font-weight: bold; }

/* promohome */
.insettext {
	padding: 5px 10px;
}

/* promo inside nav2 panel */
table .promo {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
table .promobottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.thumb {
	background-color: #E6E6E6;
	vertical-align: bottom;

	
}

/* header footer bar */
.bar { background-color: #A4A1B9 }
.whitetext {
	color: #999999;
	display: inline;
}
