@import url(mailer.css);
@import url(sucker.css);

body{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
table.main{
	border: 1px solid gray;
		background-image: url(images/vert-x-grad.jpg);
	background-repeat: repeat-x;
}
table.header tr td{
	background-image: url(images/header-x.jpg);
	background-repeat: repeat-x;
}
td.nav{
	background-color: #c2272d;
	height: 24px;
/*	margin: 0px auto -1px auto; */
}
table.content tr td{
	border: 1px solid gray;
	padding: 6px;
	background-color: white;
}
td.footer{
	text-align: right;
	font-size: 10px;
	padding-right: 4px;
}
td.footer a, td.footer a:link, td.footer a:visited, td.footer a:hover{
	text-decoration: none;
	color: black;
}
h2.newsheader{
	color: #c2272d;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid gray;
}
ul.minutes li{
	line-height: 2em;
	font-weight: bold;
}
ul.minutes ul li{
	line-height: 1em;
	list-style-position: outside;
	font-weight: normal;
}
ul.links li{
	padding-bottom: 1em;
}
#smallertext{
	font-size: smaller;
}
#centerit{
	text-align: center;
}