﻿/* CSS Document */
.bottom {
	
	background-image: url(images/insidebottom2.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
.scroll {
	font-family: verdana;
	font-size: 10px;
	color: #333333;
	height: 17px;
	width: auto;
	background-color: #F2F9F9;
	border: 1px solid #666666;

}
.box {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	height: 100px;
	width: auto;
	border: 1px solid #666666;
	background-color: #F2F9F9;
}
