/* Typography */
 
body,td {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	text-align: justify;
	font-size: 13px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	padding: 20px 0 15px;
	color: #666;
}




h3 {
	font-size: 26px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding: 15px 0 0 0;

}

h4 {
	font-size: 140%;
	color: #cc6600;
	font-weight: bold;
}



h5 {
	font-size: 12px;
	font-weight: bold;
}

h1,h2,h3,h4,h5 {
	margin: 5px 0;
}

p {
	margin: 10px 0;
}

a,
a:link,
a:active,
a:hover,
a:visited {
	font-family: Helvetica, Arial, sans-serif;
	color: #cc6600;
}

img {
	border: none;
	margin: 0;
}

ul {
	list-style: circle;
	margin: 10px 0 10px 17px;
}

ul li {
	margin: 6px 0;
	font-size: 15px;
	color: #cc6600;
	text-align: left;
}

td {
	vertical-align: top;
}

table.sol-table {
	border: none;
}

table.sol-table th {
	font-size: 12px;
	color: #000;
	text-align: center;
	padding: 5px;
}

table.sol-table td {
	margin: 2px;
	border-left: 1px solid #fff;
	padding: 6px 15px;
	text-align: center;
}

table.sol-table td.cell-odd {
	background-color: #EBEBEB;
}

table.sol-table td.cell-even {
	background-color: #fff;
}

.componentheading {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	padding: 20px 0 15px;
	color: #666;
}

.contentheading,
.contentheading a {
	font-size: 26px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding: 15px 0 0 0;
}

span.category-desc {
	font-weight: bold;
	color: #000;
}

span.module-item {
	display: block;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../images/dotted-devider.png) bottom left repeat-x;
}
