body {
	margin: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #000000;
	background: #ffffff;
}

td, th {
	font-size: 12px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

input {
	border: solid #0000c0 2px;
    padding: 1px;
}

.inputBtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 2px solid #0000c0;
    background: #e0e0e0;
    color: black;
    padding: 2px;
	cursor: pointer;
    font-weight: bold;
}

.msgBox {
	border-collapse: separate;
	align: center;
	vertical-align: top;
    color: #ffffff;
    margin: 0px;
	padding: 0px;
	background: #eeeeee;
	border: 2px solid #0000c0;
    text-align: center;
}

.msgBoxTitle {
	border-collapse: separate;
    color: #ffffff;
    background: #0000c0;
    margin: 0px;
	padding: 4px;
    text-align: center;
}

.msgBoxContent {
	border-collapse: separate;
	color: #000000;
	background: #eeeeee;
	padding: 4px;
	margin: 0px;
}

.textBox {
	vertical-align: top;
	border: 1px solid #000000;
	padding: 16px;
	background: #ffffff;
}

.infoBox {
	vertical-align: top;
	color: black;
	border: solid 4px #000080;
	padding: 16px;
	background: #ffc000;
}

.headBox {
	vertical-align: top;
	color: black;
	border: 1px solid #000000;
	padding: 8px;
	font-size: 18px;
	font-weight: bold;
	background: #d0d0d0;
}

.footBox {
	vertical-align: top;
	color: black;
	border: 1px solid #000000;
	padding: 16px;
	font-size: 10px;
	font-weight: bold;
	background: #d0d0d0;
}

a:link { color: #0000ff; text-decoration: none;}
a:visited { color: #0000ff; text-decoration: none;}
a:active { color: #0000ff; text-decoration: none;}
a:hover { color: #0000ff; text-decoration: underline;}
