body, input, select, td, textarea {
	font-family: verdana, arial;
	font-size: 10px;
	color: #333333;
}
body {
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 20px;
}

#page {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
}
#printheader {
	display: none;
}
#header {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-color: #C6C6C6;
	background-position: 0 10;
	height: 64px;
}
#header select {
	float: right;
	margin: 5px;
}
.headerImg {
	margin-top: 15px;
	text-align: right;
}
#menu {
	background-color: #DDDDDD;
}
#menu ul li {
	display: inline;
	line-height: 20px;
	margin-left: 15px;
}
#content {
	padding: 15px;
}
#content h1 {
	font-size: 16px;
}
#content p {
	margin-top: 15px;
}
#content .floatright {
	float: right;
	margin-left: 15px;
}
#content strong {
	font-weight: bold;
	color: #CC3333;
}
#footer {
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	padding: 5px;
}
a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.data {            
        border: 1px solid #C6C3C6;
        border-bottom: none;
        border-right: none;
        line-height: 18px;
	font-size: 10px;
}         
.data th {          
        font-weight: normal;
        text-align: left;
        background-color: #ECE9D8;
}            
.data th, .data td {
        padding-left: 5px;
        padding-right: 5px;
        border-bottom: 1px solid #C6C3C6;
        border-right: 1px solid #C6C3C6;
}
