/* CSS Document */
.notshow {
	display:none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FDE1D6;
}
table,ul, form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #54493D;
	line-height: 18px;
	list-style-type: square;
}
a:link {	color: #CE2E7E;	text-decoration: none;}
a:visited {	color: #CE2E7E;	text-decoration: none;}
a:active {	color: #CE2E7E;	text-decoration: none;}
a:hover {	color: #E5583C;	text-decoration: underline;}


.heading {
	font-size: 13px;
	font-weight: bold;
	color: #873EA9;
	line-height: 27px;
	background-color: #F5EEF9;
	padding-left: 10px;
	border-color: #DEC6EA;
	border-style: solid;
	border-width: 1px;
}
.contact {
	color: #873EA9;
	padding-left: 50px;
}

.footer {
	font-size: 10px;
	color: #E5583C;
}
.watermark {
	background-image: url(../images/watermark.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.border {
	margin-right: 15px;
	margin-top: 5px;
	border-color: #D8EBEB;
	border-width: 1px;
	border-style: solid;
}
.textBG {
	background-image: url(../images/core/bg_text.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-top: 45px;
	padding-right: 90px;
	padding-bottom: 25px;
}

.textBG2 {

	background-image: url(../images/core/bg_text2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-top: 45px;
	padding-right: 90px;
	padding-bottom: 25px;
}

.bg { 
	background: url('../images/bg_main.jpg') no-repeat;
	width: 770px; height: 514px;
	display: block;
	position: relative;
}

.flash01 {
	position: absolute;
	top: 228px;
	left: 72px;
}

.flash02 {
	position: absolute;
	top: 95px;
	left: 225px;
}

.flash03 {
	position: absolute;
	top: 100px;
	right: 50px;
}

