/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0099;
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
	background-image: url(../wht_images/wht_back_flower.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: scroll;
}
p, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0099;
	font-size: 12px;
}
a:link {
	color: #FF0099;
	text-decoration: none;
}
a:visited {
	color: #FF0099;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
hr {
	border: none 0;
	border-top: 1px solid #FF0099;
	height: 1px;
	margin: 18px 0px 10px 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0099;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0099;
	font-size: 22px;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0099;
	font-size: 20px;
	font-weight: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0099;
	font-size: 18px;
	font-weight: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0099;
	font-size: 16px;
	font-weight: normal;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0099;
	font-size: 14px;
	font-weight: normal;
}
ul {
	list-style-type: none;
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(../wht_images/wht_ul.gif);
	text-align: left;
}


/*CONTAINERS*/

#heady {
	width: 888px;
	height: 150px;
}
#bodyMain {
	width: 888px;
	height: auto;
	padding: 20px;
	border: 1px solid #FF0099;
	background-color: #FFFFFF;
}
#footsy {
	width: 888px;
	height: auto;
	padding: 20px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0099;
	font-size: 10px;
	text-align: right;
}
#footsy a {
	color: #FF0099;
	font-size: 10px;

}
#footsy a:hover {
	color: #000000;
	font-size: 10px;
}
/* FORMS */

input {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0099;
	font-size: 12px;
	padding-left: 3px;
	margin-bottom: 5px;
	text-align: left;
	width: 180px;
	background-color: #FFFFFF !important;
	border: 1px solid #FF0099;
}
input.send-btn {
	background-color: #FFD8EF !important;
	border: 1px solid #FF0099;
	font-weight: bold;
	font-size: 12px;
	width: 180px;
	height: 20px;
}
input.send-btn:hover {
	border: 1px solid #000000;
	color: #000000;
}
input.chk-btn {
	width: 15px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0099;
	font-size: 12px;
	padding-left: 3px;
	margin-bottom: 5px;
	text-align: left;
	width: 180px;
	background-color: #FFFFFF !important;
	border: 1px solid #FF0099;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0099;
	font-size: 12px;
	padding-left: 3px;
	margin-bottom: 5px;
	text-align: left;
	width: 180px;
	background-color: #FFFFFF !important;
	border: 1px solid #FF0099;
	width: 180px;
}

/* OTHER */

.padRightFive {
	padding-right: 5px;
}

