/* CSS Document */

body {
	margin: 0px 0px 0px 10px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	line-height: 140%;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

.caveat2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	line-height: 140%;
	font-weight: normal;
	padding: 20px 0px 20px 194px;
	text-align: centre;
}

.caveat {
	padding: 20px 0px 20px 155px;
}


.split {
	background-image: url(../images/divider.gif);
	background-repeat: repeat-y;
	padding: 0px 40px 0px 50px;
	text-align: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000033;
	line-height: 140%;
	margin: 0px 0px 20px 0px;
    font-weight: bold;
	}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #666666;
	line-height: 140%;
	margin: 0px 0px 10px 0px;
	font-weight: medium;
}

a {
	color: #990000;
	line-height: 140%;
	font-weight: bold;
	text-decoration: none;
	
	}
	
a:hover {
	color: #333333;
	line-height: 140%;
	text-decoration: underline;
	
	}
	
.imageborder {
   	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	margin-right:5px;
	margin-bottom:5px;
  }
  
  .floatimgleft {
	float:left;
   	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	margin-right:5px;
	margin-bottom:5px;
  }
  
  .floatimgright {
	float:right;
   	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	margin-right:5px;
	margin-bottom:5px;
}

.text-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #666666;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666666;
}

