@charset "utf-8";



body {
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1F3560;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration:none;
	line-height: 1.5;
	vertical-align: top;
		
}


.main_{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	line-height: 1.5;
	color:#1F3560;
	vertical-align:top;

}

.contact_ {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	text-decoration: none;
	line-height: 1em;
}
.tab_ {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.2em;
	vertical-align: bottom;
	text-align: center;
	color: #1F3560;
	
}
a:link {
	color: #1F3560;
	text-decoration: none;
}

.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: lighter;
	color: #1F3560;
	text-decoration: none;
	text-align: left;
	padding-bottom: 30px;
}

.link {
	border-bottom-width: 1px;
	border-bottom-style:solid;
	color:#330000
}

.emphasise {
	color: #1F3560;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:italic;
	font-stretch:condensed;
	
}