/* global font and colour settings */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70.5%; /* This sets the default font size to be equivalent to 10px from 16px */
	color: #000;
	background-color: #fff;
	margin: 0;
	line-height: 150%;
}


/* default values for links */	
a:link 	  { color: #365f91; }
a:visited { color: #365f91; }
a:hover   { color: #95b3d7; }
a:active  { color: #95b3d7; }


/* headings */
h1, h2, h3, h4, h5, h6 { margin: 0.5em 0; color: #365f91; }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child { margin-top: 0; }

h1 { font-size: 2em; line-height: 2em; }
h2 { font-size: 1.7em; line-height: 1.7em; }
h3 { font-size: 1.5em; line-height: 1.5em; }
h4 { font-size: 1.3em; line-height: 1.3em; }
h5 { font-size: 1.1em; line-height: 1.1em; }
h6 { font-size: 1em; line-height: 1em; }

.rm h1 { font-size: 1.7em; line-height: 1.7em;}
.rmfoot h1 { font-size: 1em; line-height: 0; font-weight:normal; color:#1f4858; margin-top:10px; display:inline;}

/* form elements */
input, select, options, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
} /* for some reason, input, select, options and textareas get a separate font, and 'inherit' doesn't work for IE7, grr! */

pre { font-size: 130%; }
p { margin: 0; margin-bottom: 10px; }

/* no borders on normal images */
img { border: 0; }


/* clearfix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
.clear{clear:both;}
.rmFoot h1 a:link,.rmFoot h1 a:visited{
	color:#1f4858;
	}
.rmFoot h1 a:hover{
	color:#1f4858;
	}
.rmH1 h1{
	color:#365f91;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:normal;
	margin-bottom:0;
	/*background-color:#CCCCCC;*/
	padding-top:0;
	padding-bottom:0;
	line-height:normal;
	}
.rmTitle{
	font-weight:bold;
	color:#365f91;
	}
.rmH2 h2{
	color:#365f91;
	font-size:1em;
	margin:0;
	padding:0;
	line-height:normal;
	font-weight:bold;
	margin-top:3px;
	}
.bottomCopy.rmCopy{
	margin-top:3px;
	line-height:145%;
	}