@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:		Recruitment Reviews
Version:		1.0
Last change:	17/03/09 []
Primary use:	Web site
-------------------------------------------------------------------*/

/* Main */

html {
	/* non-ie browsers short page fix */
	margin-bottom: 1px;
	height: 100%;
	margin: 0 auto;
	text-align:center;
}

body {
	font: 11px Arial, Helvetica, sans-serif;
	color : #000000;
	background-color:#FFFFFF;
	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; 
	height: 100%;
	
}

/* Text */

h1{
	font-size:22px;
	font-weight:bold;
	margin-bottom:7px;
	color: #FF6600
}

h2{
	font-size:18px;
	font-weight:bold;
	margin-bottom:7px;
	color: #FF6600
}

h3{
	font-size:16px;
	color: #C90066;
}

h4{
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
	color: #C90066;
}

h5{
	margin-botton:10px;
	font-size:12px;
	font-weight:bold;
	color: #C90066;
}

p{
	margin: 5px 0 10px 0;
}

a {
	text-decoration:none;
	color: #000000;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
	
}

/* Form */

form{
	font-size:9px;
}

.heading{
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:5px;
}

.textbox{
	font-size:9px;
	height:13px;
	size:10;
}

.submitbutton{
	font-size:10px;
	
}


/* Classes */

.introduction{
	font-size:14px;
}

.haveyoursay{
	color:#FFFFFF;
	font-size:10px;
}

.recruitmentnews{
	color:#000000;
	font-size:10px;
}

.forgottenpassword{
	font-size: 10px;
}

.footer-heading{
	font-size:12px;
}

.orange{
	color:#ea5a20;
}