/**
* defaults
*/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center; /* IE5.5 fix */
}

h1, h5, h6 {
	display: none;
}

h2{
	text-indent:-9999px;
	font: 1px/1px sans-serif;
}

h3{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

.content-heading{
	font-size:12px;
	font-weight:bold;
}

/* main wrap around */

#outerContainer {
	border: 1px solid #E8E8E8;
	width: 778px;
	margin: 0 auto;
	text-align: left; /* IE5.5 counter fix */
}

/* links */

a{
	text-decoration:underline;
	color:#003267;
}

a:hover{
	text-decoration:none;
	color:#003267;
}


/* other */
br.clear {
	clear: both;
}

.dotLine {
	font: 1px/1px sans-serif;
	height: 1px;
	margin: 3px 0;
	background: url("../images/dotLine.gif") repeat-x;
}

.pdf-icon {
	line-height: 13px;
	height:13px;
	margin: 5px 0;
	padding: 0 15px;
	background: url("../images/adobe.gif") no-repeat;
}

.powerpoint-icon{
	line-height: 15px;
	height:15px;
	margin: 5px 0;
	padding: 0 20px;
	background: url("../images/powerpoint.jpg") no-repeat;
}

.word-icon{
	line-height: 16px;
	height:16px;
	margin: 5px 0;
	padding: 0 20px;
	background: url("../images/word.gif") no-repeat;
}

.excel-icon{
	line-height: 16px;
	height:16px;
	margin: 5px 0;
	padding: 0 20px;
	background: url("../images/excel.gif") no-repeat;
}

/*ch to add Outlook image 22/02/2007*/
.outlook-icon {
	line-height: 16px;
	height:16px;
	margin: 5px 0;
	padding: 0 20px;
	background: url("../images/icon-calendar.gif") no-repeat;
}
/* forms */

form {
	display: inline;
}

form span{
	height:16px;
	display:block;
	width:10px;
}

.whiteBox form {
	margin: 0;
	padding: 0;
	display: block;
}

.inputBox {
	color: #034D86;
	font-size: 10px;
	width: 150px;
	border: 1px solid #D4D0C8;
	margin: 7px 0 0 0;
}

.submit {
	height: 14px;
	text-align: right;
	background: url("../images/submit.gif") no-repeat right;
}

label{
	float:left;
	width:175px;
}


.textInput{
	color: #003267;
	width: 200px;
	border: 1px solid #D4D0C8;
	float:left;
	margin:0 0 10px 0;
}

.list{
	margin: 0 0 10px 0;
	font-size:14px;
	color:#003267;
}

.checkbox{
	margin:0 10px 0 10px;
}

/* lists */

#right ul{
	/*line-height: 16px;*/
	line-height: 1.3em
}

#right ul ul{
	margin:10px 0 20px 30px;
	list-style: url(../images/lists/grey-ball.gif) outside none;
}

#right ul ul ul{
	margin:10px 0 20px 40px;
	list-style: url(../images/lists/grey-ball2.gif) outside none;
}

li.dotLine{
	list-style-image:none;
	margin:10px 0 20px 0;
}

/* comments for client */

.client{
	color:red;
}
