BODY  {
		background-color: #EEEEEE;
}

A {
		text-decoration: underline;
		color: #333333;
} 

A:visited {
		text-decoration: underline;
		color: #666666;
}

A:hover {
		text-decoration: underline;
		color: #FF7300;
}

td {
		font-family: tahoma, verdana, arial, sans-serif;
		font-size: 12px;
		color: #666666;
}
.thead {
		font-family: tahoma, verdana, arial, sans-serif;
		font-size: 12px;
		color: #233895;
}
.small {
		font-family: tahoma, verdana, arial, sans-serif;
		font-size: 11px;
		color: #000000;
}
.head {
		font-family: verdana, arial, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #233895;
}
.subhead {
		font-family: verdana, arial, sans-serif;
		font-size: 16px;
		color: #233895;
}
.columnImage {
		background-image: url("/img/dotted-column.gif");
		background-repeat: repeat-y;
}
.rowImage {
		background-image: url("/img/dotted-row.gif");
		background-repeat: repeat-x;
}
.blueLine {
		background-image: url("/img/blue.gif");
		background-repeat: repeat-x;
}
.greyLine {
		background-color: #EEEEEE;
}
.bgLeft {
		background-image: url("/img/bg_left.gif");
		background-repeat: repeat-y;
}
.bgRight {
		background-image: url("/img/bg_right.gif");
		background-repeat: repeat-y;
}
h1 {
		font-family: tahoma, verdana, arial, sans-serif;
		font-size: 19px;
		color: #666666;
}
h2 {
		font-family: verdana, arial, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #233895;
}
h3 {
		font-family: verdana, arial, sans-serif;
		font-size: 16px;
		font-weight: normal;
		color: #233895;
}
