body {
	background-image: url("../imgs/raster2.gif");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: floralwhite;
	margin: 10px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

p {
	margin-top: 11px;
	margin-bottom: 6px;
	line-height: 150%;
}

b#heading {
	color: #200B0B;
	font-size: 12px;
}

div#content {
	text-align: left;
	font-size: 11px;
	background-position: top left;
	background-repeat: repeat-x;
	color: black;
	background-color: floralwhite;
	width: 400px;
	margin: 0px auto 0px auto;
	padding: 10px;
	border: solid black;
	border-width: 2px;
}

div#content a {
	text-decoration: none;
	color: #541B02;
}

div#content a:hover {
	color: #A31C02;
	text-decoration: underline;
}

div#toppanel {
	font-family: Georgia, Garamond, Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: black;
	padding: 29px 0px 20px 15px;
	letter-spacing: 2px;
}

td {
	font-size: 11px;
}

form {
	font-size: 11px;
}

input {
	font-size: 10px;
}


div#bigbox {
	width: 300px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #ecebdb;
	border: 1px solid #dcdbcc;
}

div#alertbox {
	background-image: url("../imgs/varning.gif");
	background-repeat: no-repeat;
	background-position: top right;
	width: 300px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #ecebdb;
	border: 2px solid #ee0000;

}

div#alertbox b {
	color: darkred;
}

img#cardpic {
	float: right;
	margin: 5px 5px 0px 0px;
	padding: 0px;
	border: none;
}