body{
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	background-color: #7f1e15;
	text-align: center;
}

input{
	background-color: #f8f9f3;
	border: solid #c0c0c0 1px;
}

input:hover{
	border: solid #5580dd 1px;
}

input:focus{
	border: solid #455765 1px;
	background-color: #e8e8e8;
}

textarea{
	background-color: #f8f9f3;
	border: solid #c0c0c0 1px;
}

textarea:hover{
	border: solid #5580dd 1px;
}

textarea:focus{
	border: solid #455765 1px;
	background-color: #e8e8e8;
}

#head{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	
	padding: 1px;
	border: solid #a3a3a3 1px;
}

.window{
	background-color: white;
	text-align: left;
	padding: 8px;

	font-family: verdana;
	font-size: 0.8em;
}

td{
	font-family: verdana;
	font-size: 0.8em;
}

.window a{
	text-decoration: none;
	color: #7f1e15;
	font-family: verdana;
	display: block;
}

.window a:hover{
	text-decoration: underline;
	color: #000;
}

.title{
	font-family: verdana;
	font-size: 1.2em;
}

#menu{
	width: 90%;
	margin-top: 0.3em;
	margin-left: auto;
	margin-right: auto;

	padding-left: 1.5em;
	text-align: left;
}

#menu a{
	font-family: verdana;
	font-size: 0.7em;
	text-decoration: none;
	color: #994b44;
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 0.3em;
	line-height: 2.2em;

	border-bottom: solid #7f1e15 0.3em;
}

#menu a:hover{
	color: #d2c9b4;
	border-bottom: solid #f4f1ec 0.3em;
}

.submenu{
	font-size: 9px;
	text-decoration: none;
	margin-bottom: 0.3em;
	padding-left: 0.8em;
	border-bottom: solid #d2c9b4 0.1em;
	padding-right: 0.8em;
	color: #d2c9b4;
	float: right;
}

.submenu:hover{
	color: white;
	border-bottom: solid white 0.1em;
}

#body{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.winborder{
	padding: 1px;
	border: solid #a3a3a3 1px;
	margin-bottom: 0.8em;
}

.wintitle{
	background-color: #d2c9b4;
	margin-bottom: 1px;
	text-align: left;
	font-weight: bolder;	
	font-size: 0.8em;
	font-family: verdana;
	padding: 0.2em;	
}

.wintitle a{
	text-decoration: none;
	color: #7f1e15;
	font-family: verdana;
}

.wintitle a:hover{
	text-decoration: underline;
	color: #000;
}

.list{
	width: 100%;
}

.list td{
	color: #000;
	font-family: verdana;	
	font-size: 0.8em;
	padding-left: 0.4em;
	border: solid #ccd7dd 1px;
}

.list th{
	color: #000;
	font-family: verdana;	
	font-size: 0.8em;
}

#tail{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	
	color: silver;
	font-size: 0.6em;
	font-family: verdana;
}

#tail a{
	text-decoration: none;
	color: silver;
	font-family: verdana;
}

#tail a:hover{
	text-decoration: underline;
}



