body {
	background-image: url("../images/cb_logo_bg.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center;
	background-attachment: fixed;
	background-color: #000000;
}

/*** Elements ***/
h1 {
}

h2 {
}

h3 {
	margin-top: 30px;
	margin-bottom: 15px;
}

p {
	margin-bottom: 30px;
}

.decLine {
	margin-top: 15px;
}

/*** Form Elements ***/

td {
	width: 190px;
	line-height: 150%;
	padding-bottom: 15px;
}

td.rightBlock{
	width: 530px;
}

#address2 {
	width: 20em;
}

textarea {
	width: 30em;
	height: 6em;
}

