body {
	font:90% Arial, Helvetica, sans-serif; color:#666666;
	background-color:#FFFFFF;
	margin:0 5%;
}

a:link {color: #009DD9; text-decoration: none; }
a:active {color: #009DD9; text-decoration: none; }
a:visited {color: #009DD9; text-decoration: none; }
a:hover {color: #009DD9; text-decoration: none; }


/* CSS for round grey boxes */

div {
	margin:0;
}

.brt {
	background:url(/i/roundedbox_ro.gif) top right no-repeat;
}

.blt {
	background:url(/i/roundedbox_lo.gif) top left no-repeat;
}

.brb {
	background:url(/i/roundedbox_ru.gif) bottom right no-repeat;
}

.blb {
	background:url(/i/roundedbox_lu.gif) bottom left no-repeat;
}

.bcontent {
	height:400px;
	width: 300px;
	margin:0;
	padding:2em 2em 2em 2em;
}

.bcontent p {
	margin:0;
	padding:0;
}

.bcontent h1 {
	font:bold 136% Arial, Helvetica, sans-serif;color:#009DD9;
	margin-bottom:20px;
	margin-top:0px;
	padding:0;
}

.box {
	width:410px;
	margin-top:80px;
}

.linkbox {
	width:400px;
	margin-top:10px;
	font: 60% Arial, Helvetica, sans-serif;color:#009DD9;
}


/* CSS for forms */

form {
	position:relative;
	margin-top: 20px;
	padding: 5px;
	width: 280px;
}


label {
	position:absolute; left:7.1em;
	font: 70% Arial, Helvetica, sans-serif;color:#009DD9;
	margin: 3px 0 1px 0;
	color: #58514E;
}


