body {
	font-family: Verdana, Helvetica;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
}

td {
	font-family: Verdana, Helvetica;
	font-size: 12px;
}

input, select {
	font-family: Verdana, Helvetica;
	font-size: 11px;
}

textarea {
	font-family: "Verdana", monospace;
	font-size: 13px;
}

form {
	margin: 0px;
}

h1 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

h2 {
	font-size: 13px;
	margin: 0px 0px 10px 0px;
}

a {
	color: #3300FF;
}

.logo {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.copy {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: gray;
	text-align: center;
	padding: 15px;
	border-top: 0px dotted silver;
}

.copy a {
	color: darkorange;
}

button {
	font-family: Verdana, Helvetica;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 3px;
	background-color: #D88A2E;
	color: #E4EBF8;
	border: 1px outset #D88A2E;
	text-decoration: none;
}

.button {
	font-family: Verdana, Helvetica;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 3px;
	background-color: #D88A2E;
	color: #E4EBF8;
	border: 1px outset #D88A2E;
	text-decoration: none;
	display: table;
	/*margin: 10px 0px;*/
}

code {
	font-size: 12px;
}

.msg {
	color: darkgreen;
	font-size: 10px;
}

.err {
	color: #CC3300;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.hint {
	font-size: 12px;
}

.header {
	border-bottom: 1px solid #626699;
}

.links {
	color: silver;
}

.links a {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

.sidebar {
	/*background-color: #CD8127;*/
	border-right: 1px dotted silver;
}

.box {
	margin-bottom: 15px;
}

.grid {
	background-color: white;
	border: 1px solid #8DA9C0;
}

.grid2 {
	background-color: #EAEAEA;
}

.boxhead {
	color: #626699;
	font-weight: bold;
	padding: 3px;
	background-color: #CD8127;
	border-top: 0px dotted #626699;
	border-bottom: 0px dotted #626699;
}

.gridhead {
	background-color: #8DA9C0;
	color: white;
	font-weight: bold;
}

.grid2head {
	background-color: #F5F5F5;
	font-weight: bold;
}

.boxcell {
	/*color: #626699;*/
	padding: 8px;
	/*font-size: 12px;*/
}

.gridcell {
	background-color: #ECF5FA;
	font-size: 13px;
}

.gridcellalt {
	background-color: #F4FAFD;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.grid2cell {
	background-color: #FAFAFA;
}

.menulink {
	color: #3300FF;
	text-decoration: none;
	font-weight: bold;
}

.tiles {
	border: 1px solid silver;
}

.tile0 {
	background-color: #ffffff;
}

.tile1 {
}