/*-------------------------------------------------
Templates
-------------------------------------------------*/

.template {
	font: 11px/1.3em Verdana, Arial, sans-serif;
	color: #000;
	line-height: 18px;
	width: 100%;
}

.template a:link, .template a:visited, .template a:focus, .template a:hover, .template a:active {
	text-decoration: underline;
	color: #000;
	border: 0;
}

.template a:hover {
	color: #333;
	text-decoration: none;
	background-color: #fff;
}

.template h1, .template h2, .template h3, .template h4, .template h5 {
	font: 13px Verdana, Arial, sans-serif;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: 0;
}

.template h1 {
	color: #7cc;
}

.template .leftImage {
	margin-right: 10px;
	float: left;
}

.template .rightImage {
	float: right;
	margin-left: 10px;
}

.template ul {
	margin: 0 0 0 15px;
	padding-left: 15px;
	list-style-image:url(../images/desomed/green-dot.jpg)
}

#decrease .template {
	width: 475px;
	margin-left: 100px;
}

.template img {
	margin-bottom: 13px;
}

.template ol {
	list-style-type: decimal;
	margin-left: 40px;
}
