/* main elements */
BODY, TD, DIV, INPUT, TEXTAREA, SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: black;
}

H1, H2, H3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

H3 {
	font-size: 13px;
}

A {
	color: #000099;
	text-decoration: none;
}

A:Hover {
	text-decoration: underline;
}

/* menu */
TD.menu {
	color: white;
	padding: 5px;
}

/* footer */
TR.footer TD A {
	color: black;
	font-size: 10px;
}

/* page */
DIV.title {
	font-size: 16px;
	margin-bottom: 3px;
}

/* sections */
TABLE.section TR.header TD {
	font-weight: bold;
}

/* pager */
TABLE.pager
{
	padding-bottom: 2px;
}

TABLE.pager TD.link {
	font-weight:bold;
	padding-left: 3px;
	padding-right: 3px;
}

TABLE.pager SPAN.current {
	color: red;
}

TABLE.pager SPAN.inactive {
	color: #AAAAAA;
}

/* other */
SPAN.emp {
	color: #cc0000;
	font-weight: bold;
	font-size: 1em;
}

DIV.content {
	width: 600px;
}

DIV.high_title {
	color: white;
	padding: 5px;
	font-size: 1.2em;
	background-repeat: repeat-y;
}

DIV.alt_title {
	font-size: 1.2em;
	color: #666666;
}
