/* Style */
<!--
@font-face {
 font-family: arialRounded;
 font-style:normal;
 font-weight: 600;
 src: url("../ttf/arialRounded.eot") /* EOT file for IE */
}
@font-face {
 font-family: arialRounded;
 font-style:normal;
font-weight: 700;
 src: url("../ttf/arialRounded.ttf") /* TTF file for CSS3 browsers */
}

-->


p, h1, h2, h3, h4 {
	margin: 0px;
 	padding: 0px;
}

p {
	line-height: 1.5em;
}

p.right {
	text-align:right;	
}


h1 {
	font-family: arialRounded;
	font-size: 180%;
	margin-bottom: 10px;
}


h2 {
	font-family: arialRounded;

}

h3 {
	font-family: arialRounded;

}

a:active, a:focus, a:link, a:visited, a:hover {
	color: #0e1d3e;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}


ul {
 
}

li {
 
}

a img {
	border: none;
}


img.left {
	float:left;
	margin-right:10px;
	margin-bottom: 5px;
}

img.right {
	float:right;
	margin-left:10px;
	margin-bottom: 5px;
}

.small {
	font-size: 85%;
}
