@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}
.header {
	font-size: 16px;
	line-height: 24px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
.headerLetter {
	font-size: 36px;
	font-weight: bold;
}
.whiteonblack {
	color: #FFF;
	background-color: #000;
	margin: 3px;
}
.blackhor {
	color: #000000;
	margin-right: 5px;
	margin-left: 5px;
}
.BigLetter {
	font-size: 18px;
	font-weight: bold;
}
.marginal {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
a:link {
	color: #333;
	font-weight: bold;
}
a:visited {
	color: #999;
}
.footer {
	font-size: 10px;
}
.address {
	font-size: 10px;
	padding-bottom: 5px;
}
.micbg {
	background-image: url(images/lefttabs/mic_phones_fade.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

