/* PT Connect CSS Document */

body {
	background: rgb(239, 239, 239) url(images/bkg_banner.jpg) repeat-x;
	font-family: sans-serif;
}
a {
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	font-family: sans-serif;
}
a:hover {
	color: #a2cd3a;
}
.main {
	background: rgb(20, 20, 20) url(images/bkg_body.jpg) repeat-y;
	color: #FFFFFF;
	font-size: 13px;
	font-family: sans-serif;
}
.footer1 {
	color: #a2cd3a;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 25px;
	text-align: left;
}
.footer2 {
	color: #FFFFFF;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
}
.flink {
	width: 100%;
}
td.boxes {
	background-color: #141414;
	cursor: hand;
}
td.boxes:hover {
	background-color: #333333;
	background: rgb(51 51 51) url(images/bkg_box.jpg) repeat-y right;
	cursor: hand;
}
.buttons {
	color: #FFFFFF;
	font-weight: bold;
	height: 23px;
	background: url(images/buttonbkg.jpg);
	border-style: none;
}