body, th, td, a, p, h1, h2, h3, h4, ol, ul, dl {
	font-family: Times, Verdana, Arial, Helvetica;
	font-size: 12pt;
	color: #000000;
}

body { 
	background: #ffffff; 
	margin: 0 0 0 0;
	}

h1,h2 {
	padding-bottom: 0px;
	padding-top: 10px;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
}
h2, h4 {
	font-size: 14pt;
	font-weight: bold;
}

div#page {
	width: 800px;
	}

a { color: #be001a }
a.bold { font-weight: bold }
.badlink { color: #0000FF; text-decoration: underline }

ul li {
	padding-bottom: 7px;
	}

.menu { 
	background: #be001a; 
	border-top: 1px solid #555555; 
	border-bottom: 1px solid #555555; 
	}
.menu p { padding: 0 0 0 0; margin: 4 0 2 0; }
.menu a { font-size: 16px; text-decoration: none; font-weight: bold; color: #FFFFFF; }

.lud { 
	margin-top: 20px;
	padding: 2px 10px 5px 0; 
	border-top: 2px solid #555;
	font-size: 10pt; 
	}
.lud a { 
	font-size: 10pt; 
	}

ol.wide li, ul.wide li { margin-top: 10pt } 
ol.halfwide li, ul.halfwide li { margin-top: 5pt } 

a.linksmall { font-size: 8pt; color: #888888 }

a.createlink { 
	text-decoration: none;
	color: red; 
	font-weight: bold;
}

a.createlink:hover { 
	background: white; 
	color: red; 
}

a.createlinktext { 
	color: #666; 
	}

@media print {
	.print_break { page-break-before: always }
}		

.editbar, 
.editbutton { 
	font-size: 12pt; 
	color: #ff0000; 
	background: #ff9900; 
	padding: 3px 10px 3px 10px; 
	text-align: center;
	border-radius: 0px 0px 10px 10px;	
	}
.editbutton { 
	border-radius: 10px 10px 10px 10px;	
	}
.editbar a,
.editbutton a { 
	font-family: Arial;
	font-size: 12px; 
	font-weight: normal; 
	color: white; 
	padding: 0 10px 0 10px;
	text-decoration: none;
	}
.editbar a:hover {
	text-decoration: underline;
	}
.editbutton:hover { 
	background: #ffb56c;
	}
