body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	width: 100%;
	background-color: #ECECEC;
	background-image:url(../img/background.gif)
}
.address, blockquote, caption, center, dd, dir, div, dl, dt, form, menu, li, ol, p, pre, td, ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #223367;
	line-height: 18px;
}
a:link
	{
	color: #223367;
	background-color: transparent;
	text-decoration: none;
	}

a:visited
	{
	color: #223367;
	background-color: transparent;
	text-decoration: none;
	}

a:hover
	{
	color: #223367;
	background-color: transparent;
	text-decoration: underline;
}
.forms
	{
	background-color: #FFFFFF;
	font-size: 10px;
	color:#223367;
	border: 1px solid #666666;
	padding-right: 4px;
	padding-top: 1px;
	padding-left: 4px;
	font-family: Tahoma, Arial, sans-serif;
}
.background {
	background-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #223367;
	border-right-color: #223367;
	border-bottom-color: #223367;
	border-left-color: #223367;
}
.whiteBackground {
	background-color: #FFFFFF;
}
.darkBlueBackground {
	background-color: #223367;
}
.lightBlueBackground {
	background-color: #B5BEC4;
}
.darkGreyBackground {
	background-color: #C0C0C0;
}
.lightGreyBackground {
	background-color: #ECECEC;
}

.greyBackground {

	background-color: #DBDBDB;
}
.blueBackground {


	background-color: #B6C2D1;
}
.blueText {
	color: #5B72A2;
}
.text14 {
	font-size: 14px;
}
.whiteText {
	color: #FFFFFF;
	font-size: 10px;
}
.underlined {
	text-decoration: underline;
}
