@charset "utf-8";
/* CSS Document */

h1 {
	color: #0F4267;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 1.6em;
	line-height: 1em;
	font-weight: normal;
}
h2 {
	color: #0F4267;
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	line-height: 1.5em;
}
h3 {
	color: #0F4267;
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
	line-height: 1.5em;
}
p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 1.5em;
	color: #333333;
}
a {
	margin: 0px;
	padding: 0px;
}
a:hover {
	margin: 0px;
	padding: 0px;
}
#main-left a {
	text-decoration: none;
	color: #0099CC;
	border-bottom: 1px dotted #0099CC;
}
#main-left a:hover {
	text-decoration: none;
	color: #999999
	border-bottom: 1px dotted #999999;
}

.smalltext {
	font-size: 0.9em;
	line-height: 1.1em;
}
.bluetext {
	font-size: 0.9em;
	color: #0F4267;
}
.heading {
	font-size: 1.5em;
	font-weight: normal;
	color: #0F4267;
}
.heading2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #0F4267;
}

ul.main-image  {
	margin: 0px;
	padding: 10px 20px;
	list-style: none;
}
ul.main-image  li {
	margin: 0px;
	padding: 6px 50px;
	font-size: 16px;
	background-image: url(/images/tick.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.error {
	color: #FF0000;
	font-weight: bold;
}
table tr {
	vertical-align: top;
}