/* main elements */
BODY, TD, DIV, INPUT, TEXTAREA, SELECT {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: black;
}

A {
	color: #1188dd;
	text-decoration: none;
}

A:Hover {
	text-decoration: underline;
}

/* menu */
TD.menu {
	color: white;
	padding: 5px;
}

/* footer */
TR.footer TD {
	padding-top: 5px;
}

/* page */
DIV.title_div {
	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;
}
