/* CSS Arix@you for Comma 3 */

.section {
    background: #fff;
    margin: 0 0 15px 0;
}

.section h2 {
    margin-bottom: 10px;
}

.section img {
    margin: 5px 10px 5px 0;
    padding: 5px;
    background-color: #71A9CD;
}

.section img.nocolor {
    margin: 0 5px 0;
    padding: 0;
    background-color: transparent;
}

.section img.right {
    margin: 5px 10px;
    padding: 5px;
    background-color: #71A9CD;
}


.section p, .last p {
	padding: 0 5px 15px 0;
	margin: 0;
}

.section ul {
	padding: 0;
}

.section ul li {
	list-style: none;
	background: #fff url('../img/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('../img/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;
}
