/* CSS Document */

.agenda_open {
	color: #FF0000;
	font-weight: bold;
	text-transform: uppercase;
}

.agenda_unassigned{
	font-style: italic;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

body {
	font-family: Tahoma, Arial, "Times New Roman", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}

.cellpadding10px {
	padding-left: 10px;
	padding-right: 10px;
}

.cellpadding30px {
	padding-left: 30px;
	padding-right: 30px;
}

.footer {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 10px;
	background-color: #000000;
	text-align: center;
	height: 25px;
}

h1 {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	color: #8F001A;
	padding-left: 30px;
	padding-right: 30px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

h2 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	padding-left: 10px;
	padding-right: 10px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

h3 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	padding-left: 10px;
	padding-right: 10px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

input {
	font-family: Tahoma, Arial, "Times New Roman", sans-serif;
}

.news_brief {
	color: #666666;
	font-size: 12px;
}
.news_date {
	color: #444444;
	font-size: 10px;
}
.news_full {
	color: #666666;
	font-size: 12px;
}

a.news_title {
	color: #222222;
}

.news_title {
	color: #222222;
	font-size: 12px;
	font-weight: bold;
}

.notice {
	background-color: #FFFF00;
	color: #FF0000;
	font-weight: bold;
}

select{
	font-family: Tahoma, Arial, "Times New Roman", sans-serif;
}

td.admin_table {
	font-size: 10px;
}

td.header {
	background-color: #72634D;
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

td.message {
	color: #0000CC;
}

textarea{
	font-family: Tahoma, Arial, "Times New Roman", sans-serif;
	font-size: 12px;
}

tr.altrow {
	background-color: #DDDDDD;
	text-align: left;
}

tr.button {
	background-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

tr.header {
	background-color: #8F001A;
	color: #FFFFCC;
	font-size: 1em;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	text-transform: uppercase;
}

tr.header_message {
	background-color: #000000;
	color: #FFFFCC;
	font-size: 1em;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

tr.menuheader {
	font-size: 12px;
	vertical-align: top;
}

table.main {
	background-color: #FFFFFF;
	font-size: 16px;
}
table {
	font-size: 14px;
}

