@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

input {
    width: 330px;
	}

a:active {
	font-size: 12px;
	font-weight: bold;
	color: #680000;
	text-decoration: none;
}

a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #680000;
	text-decoration: none;
}

h1 {
	font-family: 18px;
	font-weight: bold;
	line-height: 18px;
}

h2 {
	font-family: 14px;
	font-weight: bold;
	line-height: 14px;
}


h3 {
	font-familt: 13px;
	font-weight: bold;
	color: #690000;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

h4 {
	font-family: 13px;
	font-weight: bold;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#rule {
    width: 2px;
	background-color: #d9d9d9;
	min-height: 750px;
	max-height: 1700px;
	margin-right: 10px;
	margin-top: 20px;

}

.admin_buttons {
	width: 180px;
	margin-left: 11px;
	margin-bottom: 3px;
}