* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #F1F3F6;
	color:#333333;
	padding: 0px;
	margin: 0px;
}

body,tbody {
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: 13px;
	color:#303030;
}

h1 {
	font-size: 15px;
	color: #333333;
	border-bottom: 1px solid #F2F4F7;
	font-weight:bold;
	margin-top:50px;
	margin-bottom:25px;
}

h1:first-letter {
	color: #CC0000;
}

a {
	color:#4D68A1;
	text-decoration: none;
}

a:hover {
	color: #8A99BA;
	text-decoration: underline;

}
a:visited {
	color: #4D68A1;
}


#page_body {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height:auto;
	border-left: 1px dotted #BCC6D6;
	border-right: 1px dotted #BCC6D6;
	background-color: white;
	text-align:left;
}


#page_content {
	padding:50px;
}

#page_copyright {
	font-size: 11px;
	text-align: center;
	margin-top:30px;
}

img {
	border: none;
}

.sitelist li {
	margin-bottom:10px;
	margin-left: 10px;
}

#contact th {
	font-weight:normal;
	text-align: right;
}


#contact input, #contact textarea, #contact select {
	color:#3F3F3F;
	font-family:Arial,Tahoma,Verdana,sans-serif;
	font-size:12px;
	font-weight:normal;
	vertical-align:middle;
	border:1px solid #819CB9;
	padding:2px;
	background-color: #F7F9FC;
}

#contact input, #contact textarea {
	width:320px;
}

#contact .code {
	width:120px;
}

#contact .button {
	width:100px;
	margin:6px 2px;
	padding:4px;
}

#contact img {
	border:1px solid #BCC6D6;
	padding:1px;
	vertical-align: middle;
	margin-left:10px;
}

.msg_error {
	line-height: normal;
	padding:8px;
	border:1px dotted #FFA1A1;
	background-color:#FFE6E6;
	font-size:12px;
	margin-bottom:5px;
	color: Black;
	width:400px;
}

.msg_info {
	line-height: normal;
	padding:8px;
	border:1px dotted #839FDA;
	background-color:White;
	font-size:12px;
	margin-bottom:5px;
	color:#298428;
	width:400px;
}

