@charset "UTF-8";
/* CSS Document */
/* Generic
---------------------------------------------------------------------------------*/
body {
	background: #ffd6d5 url(images/main-bg.jpg) no-repeat center top;
	color: #ffd6d5;
	width: 100%;
	display: table;
	background-image: url(images/main_bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffd6d5;
}
p{
	margin-top:-0.1em;
	margin-bottom:1.2em;
}
.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #D63D70;
}
.h1 {
	font-family: Arial, sans-serif;
	font-size: 55px;
	color: #D63D70;
	font-weight: bold;
	letter-spacing: -3.9pt;
	line-height: 90%;
}
.h2 {
	font-family: Arial, sans-serif;
	font-size: 21px;
	color: #D63D70;
	font-weight: bold;
	line-height: 200%;
	letter-spacing: -0.8pt;
}
.h3 {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #D63D70;
	font-weight: bold;
	letter-spacing: -0.8pt;
	text-transform: capitalize;
}
.text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 25px;	
}
.text:first-letter {
	font-size:500%;
	color:#D63D70;
	float:left;
	line-height: 50px;
	font-family: Times New Roman, Times, serif;
}
.text1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 25px;	
}
.text1:first-letter {
	font-size:500%;
	color:#D63D70;
	float:left;
	line-height: 50px;
	font-family: Times New Roman, Times, serif;
}
.text2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 25px;	
}
.boldtext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.superscript {
	font-family: Times New Roman, Times, serif;
	font-size: 90%;
	font-style: italic;
	vertical-align: super;
}
.superscript {
	font-family: Times New Roman, Times, serif;
	font-size: 90%;
	font-style: italic;
	vertical-align: super;
}
.italics {
	font-family: Times New Roman, Times, serif;
	font-style: italic;
}
.active_menu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 48px;
	color: #D63D70;
	letter-spacing: -2pt;
	line-height: 90%;
}
.nav_menu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 48px;
	color: #ffffff;
	letter-spacing: -2pt;
	line-height: 90%;
}
.active_submenu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #e67c9f;
	letter-spacing: -1pt;
}
.nav_submenu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #D63D70;
	letter-spacing: -1pt;
}
a.one:link,
a.one:visited {
	color: #ffffff;
	text-decoration: none;
}
body a.one:hover {
	color: #e67c9f;
}
a.two:link,
a.two:visited {
	color: #D63D70;
	text-decoration: none;
}
body a.two:hover {
	color: #e67c9f;
}
a.three:link,
a.three:visited {
	color: #D63D70;
	text-decoration: none;
}
body a.three:hover {
	color: #e67c9f;
}
a.four:link,
a.four:visited {
	color: #D63D70;
	text-decoration: none;
	font-weight: bold;
}
body a.four:hover {
	color: #e67c9f;
	font-weight: bold;
}
hr {
border:0px; border-top:1px dotted #e67c9f; height:0px;
}


