body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FF6600;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}



p { margin-top: 5px; margin-bottom:7px; }
a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:hover { color: #3a479d; }

h1 {color: #FFFFFF; font-size:18px; font-weight: bold; margin-top: 15px; margin-bottom: 15px; font-family: Verdana, Arial, Helvetica, sans-serif;}
h2 {color: #FFFFFF; font-size:16px; font-weight: bold; margin-top: 15px; margin-bottom: 15px; font-family: Verdana, Arial, Helvetica, sans-serif;}
h3 {color: #FFFFFF; font-size:14px; font-weight: bold; margin-top: 15px; margin-bottom: 15px; font-family: Verdana, Arial, Helvetica, sans-serif;}



input[type="button"]  { border:1px solid #003399; font-size:13px; background-color: #3a479d; color:#FFFFFF; }
input[type="submit"]  { border:1px solid #003399; font-size:13px; background-color: #3a479d; color:#FFFFFF; }




/*DIV STYLES BY ID*/
/*Padding must be subtracted from a DIV's width or height before applied.*/
/*Define text & link styles for footer & nav bars here.*/

#container {
	width: 900px;
	position: relative;
	background-color: #FFFFFF;
	margin-left: auto;
 	margin-right: auto;
}
	
#header {
	width: 900px;
	position: relative; 
}
	
#mainContent { 
	width: 900px;
	position: relative;
	background: url(media/shell-04.gif);
}
	
#mainContentTableHome {
	width: 900px;
	background: url(media/shell-03.jpg) no-repeat;
}

#mainContentTable {
	width: 900px;
	background: url(media/shell_norm.jpg) no-repeat;
}

.homeText { font-size: 12px;}
	
#nav {
	width: 845px;
	position: relative;
	background: url(media/shell-01.gif);
	height: 39px;
	padding-left: 45px;
	
	font-size: 12px;
	line-height: 39px;
	font-weight: bold;
	color: #FFFFFF; 
}
	
#nav a:link { color: #FFFFFF; text-decoration: none; }
#nav a:visited { color: #FFFFFF; text-decoration: none; }
#nav a:hover { color: #00ABED; text-decoration: none; }

#footer {
	width: 800px;
	position: relative;
	height: 39px;
	padding-left: 70px;
	
	font-size: 11px;
	line-height: 39px;
	font-weight: bold;
	color: #00ABED; 
}

#footer a:link { color: #00ABED; text-decoration: none; }
#footer a:visited { color: #00ABED; text-decoration: none; }
#footer a:hover { color: #3A479D; text-decoration: none; }

#line { background-color:#bee3f5; height:1px; }

/*TEXT SIZE AND COLOUR STYLES*/

.text9 { font-size:9px; line-height:13px; }
.text10 { font-size:10px; line-height:14px; }
.text11 { font-size:11px; line-height:15px; }
.text12 { font-size:12px; line-height:16px; }
.text13 { font-size:13px; line-height:17px; }
.text14 { font-size:14px; line-height:18px; }
.text18 { font-size:18px; line-height:22px; }

.black { color: #000000 }
.black a:link { color: #000000 }
.black a:visited { color: #000000 }
.black a:hover { color: #3a479d }
.white { color: #ffffff }
.grey { color: #bee3f5 }
.orange { color: #F36021 }
.selectedNav { color: #00abed }
.errors { font-size:11px; color:#FF0000; }
.compulsory { font-size:18px; color:#FF0000 ; font-weight: bold; }
.fieldname { font-weight:bold; }

