﻿
body{
	background	: #FFFFFF;
	color		: #333333;
	text-align	: center;
}

a{
	color		: #555555;
}

input, textarea, select{
	border		: 1px solid;
	font-size	: 100%;
}



.Header{
	margin-top	: 3em;
	margin-bottom	: 2em;
	font-size	: 2em;
}

.Menu{
	list-style-type	: none;
	list-style-position : inside;
}

.Menu li{
	border-left	: solid 6px #050505;
	display		: inline;
	margin-right	: 3em;
}

.Footer{
	border-top	: solid 1px #666666;
	font-size	: 0.8em;
	text-align	: right;
}

.Back{
	text-align	: right;
}



.Seal{
	float		: right;
	font-size	: 0.6em;
	color		: #913;
	font-weight	: bold;
}



