/* CSS Document */

.section {
	/*background: #fff url('../gfx/bg_section.gif') bottom left repeat-x;*/
	margin: 10px 0 15px 0;
}


.section p, .last p {
	padding: 0 0 15px 0;
	margin: 0;
}

.section ul {
	padding: 0;
}

.section ul li {
	list-style: none;
	background: #fff url('../gfx/bg_bullet.gif') 0 0.4em no-repeat;
	padding: 0 0 4px 15px;
}

.imageRight {
	float: right;
	padding: 0 0 15px 15px;
	margin: 0;
}

.imageLeft {
	float: left;
	padding: 0 15px 15px 0;
	margin: 0;
}

.fullwidth {
	padding: 0 0 15px 0;
}

/** Freestyle table **/
#content table caption {
	background: #fff url('../gfx/bg_tablecaption.gif') top left no-repeat;
	width /**/: 670px; 
	width: 652px !important; 
	height /**/: 35px;
	height: 28px !important;
	color: #fff;
	font-size: 1.5em;
	text-align:left;
	padding: 7px 0 0 18px;
}

#content table {
	border-right: 1px #c4c9ce solid;
	border-bottom: 1px #c4c9ce solid;
	margin-bottom: 15px;
}

#content table tr th {
	color: #2f404a;
	background-color: #d8dde2;
	padding: 7px 18px;
	text-align:left;
	border-top: 1px #c4c9ce solid;
	border-left: 1px #c4c9ce solid;
}

#content table tr td {
	color: #2f404a;
	padding: 7px 18px;
	text-align:left;
	border-top: 1px #c4c9ce solid;
	border-left: 1px #c4c9ce solid;
}

#attachments {
	margin-top: 15px;
	padding-top: 15px;
}