/* CSS Document */

a:visited	{ color: #9999FF; text-decoration: none; }
a:link		{ color: #0000FF; text-decoration: none; }
a:hover		{ color: #6666FF; text-decoration: none; }

body {
	font: 11px Verdana, Geneva, Arial, helvetica, sans-serif;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
  	margin: 0px;
}

div, td, th, ul, li {
	font: 11px Verdana, Geneva, Arial, helvetica, sans-serif;
}

li {
	line-height: 15px;
}

/* Div box that surrounds all content. Boundary between content and background */
.contentBox {
	border: 1px solid black;
	background-color: white;
}

.footer {
	text-align: center;
	color: #666666;
}

.title {
	color: #6699CC;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
}

.subTitle {
	color: #000000;
	font-size: small;
	font-weight: bold;
}

#content {
	width: 700px;
}

#scrollBox {
	width: 700px;
	height: 100px;
	overflow: auto;
}
