/* CSS Document */
body 	{
		background-color:#FFFFFF;
		margin-left:0;
		margin-top:0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}

a		{
		text-decoration:none; 
		}
		
a.underline {
			text-decoration:underline; 	
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#003399;
			font-size:10px;
			font-style:normal;
			}
h1 {font-size:14px; color:#003399;}
h2 {font-size:12px; color:#003399;}

.tablecolour1
		{
		background-color:#DFFFFF;
		}

.tablecolour2
		{
		background-color:#DFF1FF;
		}

.tableborder {
	border-width:1px;
	border-style:solid;
	border-color:#000000; 	
	border-bottom-color:#000000; 
	border-left-color:#000000; 
	border-right-color:#000000; 
	border-top-color:#000000;
}

.tableborderright {
	border-left-width:0px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-style:solid;
	border-color:#000000; 	
	border-bottom-color:#000000; 
	border-left-color:#000000; 
	border-right-color:#000000; 
	border-top-color:#000000;
}

.normaltext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003399;
	font-size:10px;
	font-style:normal;
	}
	
.bluetext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003399;
	font-size:10px;
	font-style:normal;
	}
	
.headingtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003399;
	font-size:14px;
	font-style:normal;
	padding-top:10px;
	}

.toprightpic {
	position:absolute;
	left:715px;
	top:15px;
	width:150px;
	height:90px;
	}
	
.forminputs {
			background-color:#DFF1FF;	
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#003399;
			font-size:10px;
			font-style:normal;
			}

#img1 {position:absolute; width:180px; height:135px; z-index:1;}
#img2 {position:absolute; width:180px; height:135px; z-index:2;}
#img3 {position:absolute; width:180px; height:135px; z-index:3;}

.fltrt { 
	float: right;
	margin-left: 15px;
	margin-top:20px;
	text-align:right;
	width:200px;
}
.fltlft { 
	float: left;
	margin-right:10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
