/* font */

BODY, P, UL, LI, UL LI, TD, TH, H1, H2, H3, H4, H5, H6, A {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
PRE, CODE {
	font-family: Courier New, Courier, monospace;
	}

/* type size */

BODY, P, UL, LI, UL LI, TD, TH, A {
	font-size: 13px;
	}
H1 {
	font-size: 18px;
	}
H2 {
	font-size: 16px;
	}
.small {
	font-size: 10px;
	}
.big {
	font-size: 16px;
	}

/* margins and padding */
HR {
	margin: 0px 0 12px 0;
	padding: 0;
	}

P {
	margin: 0px 0 12px 0;
	padding: 0;
	}

H1,H2,H3,H4,H5,H6 {
	margin: 6px 0 12px 0;
	padding: 0;
	}

/* links */

A {
	font-weight: bold;
	color: BB3300;
	}
A:hover {
	color: DD5533;
	}
A:active {
	}
A:visited {
	}

.navbarheadings {
	font-weight: bold;
	/* color: 3399CC; */
	color: 000000;
	}

.navbarselected {
	font-weight: bold;
	/* color: 3399CC; */
	color: 888800;
	}

A.navbar {
	text-decoration: none;
	color: 005588;
	}
A:hover.navbar {
	text-decoration: underline;
	background-color: E8F0FF;
	}
A:active.navbar {
	text-decoration: underline;
	}
A:visited.navbar {
	}

