/* CSS Document */
body {
	text-align: center;
	background-color: White;}

/* Banner */
#frame {
	overflow: hidden;
	width: 750px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
	text-align: left;}
#banner {
	width: 100%;
	float: left;
	background-color: Purple;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;}
#main {
	width: 100%;
	float: left;
	position: absolute, left;
	background-color: Plum;}

/* Formatting */
.title, .subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;}
.subtitle 
	{font-size: 14px;}

.xlarge, .large, .normal, .button, .table1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: midnightblue;}
.xlarge {
	font-size: 14px;}
.large {
	font-size: 12px;}
.normal {font-size:10px;}
.button {
	font-size:10px;
	border: 1px solid Black;}
.button:hover {
	background-color: Yellow;}

.table1 {
	width: 100%;
	border: 1px solid Black;
	border-collapse: collapse;}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	background-color: White;
	border: 0;
	border-style: none;}
input:focus {
	background-color: Yellow;}
.noput {
	background-color: LightGrey;}
.linput {
	text-align: left;}

.textarea1 {
	width: 600px;
	overflow: hidden;
	border: 0px;
	border-collapse: collapse;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;}

.box {
	border: 1px solid Black;}
	
.langMenu {
	text-align: center;
	color: midnightblue;
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;}

.langMenu a {
	color: #CC3113;
}
