/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #51575D url(images/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
}

.text1 {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	color: #FFBC00;
}

.text2 {
	text-align: center;
	color: #A49F92;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: square inside none;
}

/** LINKS */

a {
	color: #BED73D;
         outline: 0;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/subpage01.jpg) no-repeat center top; }
.bg2 { background: url(images/subpage02.jpg) repeat-y center top; }
.bg3 { background: url(images/subpage03.jpg) no-repeat center bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin-bottom: 15px;
	background: url(images/homepage08.gif) repeat-x left top;
}

.button {
    border: 1px solid #000000;
    background: #D8DDCA;
    color:black;
    margin-right:5px;
}

#result{
	width: 100%;
	min-height:15px;
	text-align:center;
	clear:both;
	margin-bottom:3px;
}

#form_process{
 	visibility:hidden;
 	text-align:center;
 	margin:0px;
 	padding:0px;
 	text-align:center
}

.msg {
	text-align:center;
	color:#88bfd7;
	padding:4px 0 4px 0px;
	font-weight:bold;
}

.wmsg {
	text-align:center;
	color:#ffcc00;
	padding:3px 0 0px 27px;
	height:15px;
	font-weight:bold;
}

.emsg {
	text-align:left;
	color:#000000;
	padding:4px 0 4px 27px;
	border:1px solid red;
	background-color:#fcc3c3;
}
