body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
background-color: #EEEEEE;
}

.bLeft
{
border-left:thick double #000000;
}
.bRight
{
border-right:thick double #000000;
}


a:link {
	font-weight: bold;
	color: #D81E00;
}

a:visited {
	font-weight: bold;
	color: #D81E00;
}

a:active {
	font-weight: bold;
	color: #D81E00;
}


a:hover {
	font-weight: bold;
	color: #00C;
}
.pageTitle {
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
}

.leftText {
font-weight: bold;
color: #000000;
font-size: 18px;
}

.smallGrey {
font-size: 9px;
color: #666666;
}

.tRed {
	font-weight: bold;
	font-size: 12px;
	color: #D81E00;
	background-color: #FFC;
	padding: 3px;
	border: thin solid #000;
	}

.bold {
font-weight: bold;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
