body {
	background-image: url('art/background.gif');
	background-repeat: repeat-x;
	height: 100%;
	overflow: auto;
}
.pageTitle {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #003333;
}

.greyBorder4Sides {
	border: thin solid #C5C5C5;
	
}.smallText {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #003333;
	text-align: justify;
}.smallTextred {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	color: red;
	text-align: justify;
}

.greyBoarderBottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C5C5C5;
	border-right-color: #C5C5C5;
	border-right-width: thin;
	border-right-style: solid;


}
.table {
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #003333;
	text-align: justify;
}
.rows {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	
}
.header {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
