html, body
{
	background: #FFFFFF;
	
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
}

#container
{
	width: 80%;
}

/* tables */
table
{
	border: 1px solid #666666;
}

table th
{
	padding: 6px;
	
	background-color: #BBBBBB;
	border: 1px solid #CCCCCC;
	
	font-weight: bold;
}

table th a { 
	color: #000000;
	text-decoration: underline;
}

table td {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

table tr.altRow td { background-color: #DDDDDD; }
table tr.unsubscribed td { background-color: #FFE2D5; }
table tr.inactive td { background-color: #D7DAFF; }

/* headers */
h1, h2, h3, h4 { font-weight: bold; }

h1 { font-size: 170%; }
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 110%; }

#flashMessage {
	margin-top: 12px;
	padding: 6px;
	
	color: #DD0000;
	font-size: 12pt;
	font-weight: bold;
}

/* links */
a { color: #0000FF; }
a:hover { color: #DD0000; }

/* images */
img { border: 0px; }

#nav{
	margin-top: 1em;
	padding: 4px 20px;
	
	font-weight: bold;
}

#nav input.search
{
	height: 17px;
	padding-left: 24px;
	
	background: #FFFFFF url(../img/search_bg.gif) no-repeat;
	border: 1px solid #666666;
}

#footer
{
	margin-top: 64px;
}

#footer a
{
	color: #DD0000;
}