body { 
	background-color: #E3F8EB;
}

.background { 
	background-image: url(images/background.gif); 
	background-repeat: repeat-y;
}

#1stcol {
	overflow: auto;
	width: 100%;
	position: relative;
	padding-right: 40px;
	padding-left: 15px;
	font-size : x-small;
}

#2ndcol {
	overflow: auto;
	position: relative;
	padding-right: 40px;
}

td {
	font-size : xx-small;
	font-family : Verdana;
	color: #333333;
}

.red {
	font-size : x-small;
	color: #B50101;
	font-weight: bold;
}

h2 {
	font-size : x-small;
	font-family : Verdana;
	color: #666666;
	font-weight: normal;
}

a {
	font-family : Verdana;
	color: #990000;
	text-decoration: underline;
}

a:visited {
	font-family : Verdana;
	color: #990000;
	text-decoration: underline;
}

a:hover {
	font-family : Verdana;
	color: #990000;
	text-decoration: none;
}
