/* reset */

body {
	margin: 40px;
	padding: 0;
	background: #d9e6f3 url("images/bg.png");

	font: 15px/1.4 "Trebuchet MS", "Arial", sans-serif;
	color: #333;
}

img {
	border: 0;
}

table {
	border: 0;
	border-collapse: collapse;
}

a:link, a:visited {
	color: #4e9a06;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #73d216;
	text-decoration: underline;
	font-weight: normal;
}


a.large {
	font-size: 13pt;
	font-weight: bold;
}

a.large:before {
	content: "\0000bb  ";
	font-weight: normal;
}

h1 {
	margin: 0 0 16px;
	color: #204a87;
	font-size: 32px;
	text-align: center;
}

.clear {
	clear: both;
}

.content {
	width: 720px;
	min-height: 500px;
	margin: auto;
	padding: 20px;

	background-color: #fffacd;
	border: 3px solid #888a85;
}

