/* CSS Document */
/*
	author: Wayne Weibel
	created: Monday, August 11, 2008
	
styling for common elements through out CallCenter Website
*/
body {
	margin: 0 1cm 1cm 1cm;
	background: fixed url("../images/bg.jpg");
}

.tablink {
	border: 1px black solid;
}

.tablink a {
	display:block;
	text-decoration: none;
	color: black;
}

.tablink a:hover {
	text-decoration: underline;
}

#active {
	border-bottom-style: none;
}

.downloadThis {
	font-size:12px;
	margin-left:1em;
	text-indent:1em;
}

.navigation {

}

.navigation a {
	display:block;
	text-decoration: none;
	color: black;
}

.navigation a:hover {
	text-decoration: underline;
}