﻿element.style {
	clear:both;
}

a {
	text-decoration: none;
	color: #159EC5;
	cursor: pointer;
}

a:hover {
	color:#159EC5;
	text-decoration: underline;
}

a img {
	border: 0px;
}

h2 {
	margin: 0;
	/*border-left:3px solid #265C9C;*/
	font-size:24px;
	margin-bottom:20px;
	padding:2px 0 2px 7px;
	color: #000;
}

h3 {
	color: black;
	border-bottom: 1px dotted #265C9C;
}

p.center{ text-align: center;}
p.left{ text-align: left;}
p.right{ text-align: right;}