body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	background-color: #605a53;
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

ins {
	background-color: #bbf;
	color: green;
}

del {
	background-color: #fbb;
	color: red;
}

.container {
	width: 874px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/main-body-spacer.png');
	background-repeat: repeat-y;
	background-position: top left;
}

.body {
	background-image: url('../images/main-body-top.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	top: -19px;
}

.footer {
	background-image: url('../images/main-body-bottom-flat.png');
	background-repeat: no-repeat;
	height: 42px;
}

.bodyfooter {
	padding-left: 25px;
	padding-right: 25px;
}

a, a:visited {
	color: #00a;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border: 0;
}

a:hover {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	font-size: 0.9em;
}

td, th {
	padding: 3px;
}

th {
	background-color: #ccc;
}

hr {
	color: #605a53;
	background-color: #605a53;
	border: 0;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
	margin-right: 25px;
}

.tag {
	background-color: #ada;
	padding: 1px 2px 1px 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
}

.branch {
	background-color: #ec9;
	padding: 1px 2px 1px 2px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-weight: bold;
}

.textbutton {
	background-color:#ddf;
	padding: 1px 2px 1px 2px;
	border :1px solid #99c;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

.textbutton:hover {
	background-color: #eef;
}

.bodyText, .test {
	font-size: 130%;
}

.test td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
