body {
	background-color: #e1e1e1;
	font-family: Trebuchet MS, Helvetica;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	height: 100%;
	margin-bottom: 20px;
}

.body {
	font-family: Trebuchet MS, Helvetica;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

body a:link, body a:visited, .body a:link, .body a:visited {
	color: #306a99;
	text-decoration: underline;
}

body a:hover, body a:active, .body a:hover, .body a:active {
	color: #306a99;
	text-decoration: none;
}

.imagelink {
	position: inline;
	padding: 2px;
	margin: 0px;
	top: -2px;
	left: -2px;
	cursor: hand;
	border: 1px solid #cccccc;
	background-color: #e1e1e1;
}
a:hover .imagelink {
	position: inline;
	padding: 2px;
	margin: 0px;
	top: -2px;
	left: -2px;
	cursor: hand;
	border: 1px solid #999999;
	background-color: #ffffff;
}

.title {
	font-family: Verdana, Trebuchet MS, Helvetica;
	font-size: 13px;
	font-weight: bold;
}

.quote {
	font-family: Arial, Helvetica, Verdana;
}

.small {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	line-height: 13px;
}

.diap {
	font-family: Trebuchet MS, Helvetica;
	font-size: 11px;
	line-height: 16px;
	color: #e1e1e1;
}

.diap a:link, .diap a:visited {
	text-decoration: underline;
	color: #e1e1e1;
}

.diap a:hover, .diap a:active {
	text-decoration: none;
	color: #e1e1e1;
}

.form_error {
	color: #cc0000;
	font-weight: bold;
}

table.top {
	background-color: #306a99;
}

table.bottom {
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.column {
	background-color: #eeeeee;
	background-image: url('../_images/column_bg.gif');
	background-repeat: repeat-x;
	border-bottom: 1px solid #aaaaaa;
	padding: 20px;
}

table.form {
	font-family: Trebuchet MS, Helvetica;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	width: 100%;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
}

td.form_header {
	font-weight: bold;
	background-color: #306a99;
	padding-left: 5px;
	color: #e1e1e1;
}

.button a:link, .button a:visited {
	float: left;
	border: 1px solid #306a99;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #306a99;
	text-decoration: none;
}

.button a:hover, .button a:active {
	float: left;
	border: 1px solid #306a99;
	background-color: #306a99;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #e1e1e1;
	text-decoration: none;
}

input.text, select, textarea {
	font-family: Trebuchet MS, Helvetica;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	color: #333333;
}

input.error, textarea.error {
	border: 1px solid #cc0000;
}

form {
	margin: 0px;
}
