body {
	background-color: #FFFFFF;
	font-family: Georgia, Verdana, Arial;
	text-align: center;
	padding: 0;
	margin: 0;
}

body a, a:visited {
	color: #0000FF;
	text-decoration: none;
}

body a:hover {
	color: #baa78c;
	text-decoration: underline;
}

.roundedwindow {
	width: 100%;
	text-align: left;
}

.roundedwindow #topleft {
	width: 10px;
	height: 10px;
	background: url(img/topleft.gif) no-repeat top left;
}

.roundedwindow #topmid {
	background: url(img/topbar.gif) repeat-x top left;
}

.roundedwindow #title {
	position: absolute;
	top: -2px; left: -1px;
	font-family: Georgia, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.roundedwindow #topright {
	width: 10px;
	height: 10px;
	background: url(img/topright.gif) no-repeat top left;
}

.roundedwindow #midleft {
	background: url(img/leftbar.gif) repeat-y top left;
}

.roundedwindow #midmid {
	background-color: #FAFAFF;
}

.roundedwindow #main {
	background-color: #FAFAFF;
	font-family: Georgia, Verdana, Arial;
	font-size: 12px;
	text-align: left;
	position: relative;
	margin-top: 12px;
	padding-top: 11px;
	border-top: 1px solid #C2C2FF;
}

.roundedwindow #main-search {
	margin-top: 5px;
	background-color: #FAFAFF;
	font-family: Georgia, Verdana, Arial;
	font-size: 10px;
	text-align: left;
}

.roundedwindow #midright {
	background: url(img/rightbar.gif) repeat-y top left;
}

.roundedwindow #bottomleft {
	width: 10px;
	height: 10px;
	background: url(img/bottomleft.gif) no-repeat top left;
}

.roundedwindow #bottommid {
	background: url(img/bottombar.gif) repeat-x top left;
}

.roundedwindow #bottomright {
	width: 10px;
	height: 10px;
	background: url(img/bottomright.gif) no-repeat top left;
}

.window {
	margin: 0px 0px 5px 0px;
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.window a, a:visited {
	color: #0000FF;
	text-decoration: none;
}

.window a:hover {
	color: #baa78c;
	text-decoration: underline;
}
