/* STANDARD DIV AND CLASS INDEPENDANT CSS */

a:link { color: #CF67CF; text-decoration: none; }
a:active { color: #AB66A7; text-decoration: none; }
a:visited { color: #CF67CF; text-decoration: none; }
a:hover { color: #F59DD6; text-decoration: none; }

/* DIVS */

/* BODY DIV */

p {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

/* MENU DIV AND CLASS */

.menu_bg {
	background: #fec5fa;
}

#menu table {
	padding: 0;
	background: #fec5fa;
}

#menu td {
	padding: 0;
}

#menu tr {
	padding: 0;
}

#menu ul {
	padding: 0;
	margin: 5px;
	list-style: none;
	text-align: left;
}

#menu li {
	padding: 5px 0 5px 0;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-align: left;
}

#menu img {
	padding: 0;
}

#menu a:link { color: #5f535e; text-decoration: none; }
#menu a:active { color: #FBE0EF; text-decoration: none; }
#menu a:visited { color: #5f535e; text-decoration: none; }
#menu a:hover { color: #F59DD6; text-decoration: none; }

/* FOOTER DIV */

#footer {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-align: center;
}

/* DEFAULT FORM DIV */

#default_form {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

#default_form td {
	font-family: verdana, arial, sans-serif;
 	font-size: 12px;
	padding: 5px 0 5px 0;
}

#default_form input {
	margin: 5px;
}

#default_form select {
	margin: 5px;
}


/* CLASSES */

.form_head {
	background: #fec5fa;
    font-weight: bold;
    text-indent: 30px;
}

.textarea_head {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	padding: 0 0 0 10px;
}

.textarea_foot {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	padding: 0 0 0 10px;
}

.red_text {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: red;
}

.response_message {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 60px 0 0 0;
}

.text_center {
    text-align: center;
}
