/* CSS Document */

* {
	
}

#content {
	background-color: white;
	width: 900px;
	padding: 30px;
	border: 1px dotted silver;
}

.text {
	color: #464646;
	font: normal 300 13px/15pt "Times New Roman", Times, serif;
}

.title {
	color: #464646;
	font: bold 500 14px/20pt "Times New Roman", Times, serif;
}

.copyright {
	color: #ffffff;
	font: 10px/15pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	padding-top: 5px;
}

input.inp {
	background-color:#ffffff;
	width:395px;
}

textarea.inp {
	background-color:#ffffff;
	width:395px;
	height: 50px;
}

.contact_form {
	color: #464646;
	font: normal 200 14px/15pt "Times New Roman", Times, serif;
}

.asterisk {
	color: #464646;
	font: normal 200 11px/10pt "Times New Roman", Times, serif;
}

a:link {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	line-height: 13px;
}

a:hover {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: 13px;
}

a:visited {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	line-height: 13px;
}