@charset "utf-8";
/* CSS Document */

body, table, td	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1	{
	font-size:22px;
}
h2	{
	font-size:20px;
}
h3	{
	font-size:18px;
	margin-top:5px;
	margin-bottom:5px;
}
p	{
	font-size:14px;
}

.closed_houses {
	color:red;
}

.inactive_houses {
	color:rgb(153,153,153);
}

.admin_users {
	color:rgb(0,0,204);
}

.outreach_users {
	color:rgb(0,153,0);
}

.chapter_users {
	color:rgb(102,51,204);
}

.user_users {
	color:rgb(0,0,0);
}

.supervisor_users {
	color:rgb(128,0,0);
}

.small_text {
	font-size:12px;
}

.xsmall_text {
	font-size:9px;
}

.expand_collapse	{
	font-weight:bold;
	color:000;
}

.bold_with_vertical_space	{
	font-weight:bold;
	padding-top:4px;
	padding-bottom:6px;
}
