body {
	margin:0;
	background:#B6B6AE;
	font-family:Verdana,Arial,sans;
	font-size:14px;
}

a {
	color:#000000;
}

input[type="password"], input[type="text"] {
  border: 1px solid #2E2C2C;
}

textarea {
	font-family:Verdana,Arial,sans;
	font-size:14px;
}

header, footer {
	margin:5px;
	padding:5px;
	background:#79ABCE;
	border:2px solid #5E5B5B;
	text-align:left;
	font-weight:bold;
	color:#2E2C2C;
}

header a, footer a {
  color:#2E2C2C;
}

main {
	margin:10px;
}

table tr {
  margin: 0;
  padding: 0;
	border: 0;
}

table tr td {
	margin: 0;
  padding: 5px;
	border: 0;
}

table .table_column_large {
	padding: 10px;
}

table .table_icon {
	width: 33%;
	padding: 10px;
	font-size: 16px;
	text-align: center;
}

table .table_icon a img {
	width: 96px;
	height: 96px;
}

table .table_row_0 {
	background: #C8C8C2;
}

table .table_row_1 {
	background: #DBDBD7;
}

table tr .center {
  text-align: center;
}

table tr .left {
  text-align: left;
}

table tr .right {
  text-align: right;
}

.message {
	margin:5px;
	padding:5px;
	border:2px solid #5E5B5B;
	text-align:left;
	color:#2E2C2C;
}

.message_error {
	background:#CE7979;
}

.message_success {
	background:#79CE79;
}

.message_warning {
	background:#CEC679;
}