body {
	background: #000;
	color: #ccc;
	color: #000;
	text-align: center;
	margin: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#container {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 550px;
}


.dbSystem, .content {
	background-color: #ffffff;
	font-size: 10px;
	padding: 10px 5px 10px 5px;
}

.button, .submitButton {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #cccccc;
	border: 1px solid #333333;
	padding: 2px 4px 2px 4px;
}


/***** font modifiers *****/
.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

/********** new *********/

h1 {
	font-size: 14px;
	text-align: right;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}

.pageTitle,h1 {
	font-weight: bold;
	font-size: 14px;
}

a {
	color: #fff;
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
/*	color: #636E64;*/
	color: #CC0033;
}
hr {
	height: 1px;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	color: #ccc;
	background: #ccc;
}
#label {
	font-size: 11px;
}
#top {
	float: left;
	background: #000 url(../images/bwlogo.gif) right no-repeat;
	height: 60px;
	width: 100%;
	margin-bottom: 10px
}
#leftWin {
	clear: both;
	float: left;
	width: 200px;
}
#rightWin {
	margin-left: 200px;
	padding: 0px 10px 10px 20px;
}
#bottom {
	clear: both;
	text-align: center;
	font-size: 9px;
}

table.info {
	border: 0px;
	border-spacing: 10px;
}
tr {
	vertical-align: top;
}
