@charset "utf-8";
/* COMMON */
* { padding: 0; margin: 0; }

img { border-style: none; }

p {
	margin: 5px 0 10px 0;
	line-height: 1.5em;
}

ul {
	line-height: 1.5em;
	margin-top: 1em;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

body {
	background-color: #E5E5E5;
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma;
	font-size: 9pt;
	color: #000000;
}

h1 {
	font-size: 160%;
	font-family: Verdana, Tahoma;
	font-weight: normal;
}

h2 {
	font-size: 100%;
	font-family: Verdana, Tahoma;
	font-weight: bold;
}
/* COMMON END*/

#page {
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
}

/* CONTACT */
#contact {
	font-weight: bold;
	color: #333333;
	min-height: 150px;
}

#us {
	font-weight: bold;
	font-size: 14px;
	margin: 10px;
	color: #333333;
}

form.contact {
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	width: 345px;
	font-weight: bold;
	padding: 5px;
}

input { border: 1px solid #CCCCCC; }
.send { border: 1px solid #CCCCCC; }

.error {
    font-weight: normal;
	font-size: 11px;
    color: #FF0000;
    padding: 1px;
}

#sent {
    margin: 0 auto;
	border: 1px solid #CCCCCC;
	width: 345px;
	background: #EEEEEE;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}
/* CONTACT END */

#foot {
	text-align: center;
	clear: both;
	padding: 10px 0 5px 0;
	font-size: 7pt;
	color: #333333;
}

