body,td,th,content,a,a:hover,h1,h2,h3,h4,h5,LI {
	font-family: Verdana, Arial, Helvetica, FreeSans, "Luxi-sans",
		"Nimbus Sans L", sans-serif;
}

BODY,TD,LI,p,a,a:hover,h5,td,th,content {
	font-size: 12px;
}

small {
	font-size: 11px;
}

ul {
	list-style-image : url("/css/arrow-right.gif");
	margin: 8px;
	padding: 0px;
}

li {
	margin: 8px;
	padding: 2px;
}

h4 {
	font-size: 14px;
}

h3 {
	font-size: 14px;
}

h2 {
	font-size: 15px;
}

h1 {
	font-size: 16px;
}

.big,.note {
	font-size: 13px;
	font: bold;
}

TH {
	padding: 0px;
}

content {
	background-color: transparent;
	color: black;
}

CODE,PRE {
	font-size: 12px;
	font: "Courier New", Courier, monospace;
}

PRE {
	background-color: #f0f0f0;
	border: thin dotted Gray;
	color: black;
	padding: 3px;
}

A {
	font: bold;
	color: black;
}

A:Hover {
	color: Black;
	font: bold;
}

H1 {
	background-color: transparent;
	background-image: url("/css/greenbg-small.png");
	background-repeat: repeat-x;
}

H1,H2,H3 {
	color: black;
	padding: 3px;
	border-top: thin solid #336666;
}

H4,H5 {
	color: black;
	padding: 3px;
	font: bold;
}

.box {
	color: Black;
	background: transparent;
	background-image: url("/css/greenbg.png");
	background-repeat: repeat-x;
}

.boxhead {
	color: white;
	background: Teal;
	padding: 0px;
	font: bold;
}

.boxheadmenuselected {
	color: white;
	background: #bbe0e3;
	padding: 0px;
	border-left : thin solid Teal;
	border-right : thin solid Teal;
	border-top : thin solid Teal;
}

.boxheadmenu {
	color: white;
	background: white;
	padding: 0px;
	border-bottom : thin solid Teal;
}

.boxheadmenufooter {
	color: Black;
	background: transparent;
	background-image: url("/css/greenbg-small.png");
	background-repeat: repeat-x;
}

.cornerTL {
	background: url("/css/a2_corner_tl.gif")
		no-repeat top left;
}

.cornerTR {
	background: url("/css/a2_corner_tr.gif")
		no-repeat top right;
}

.cornerBL {
	background: url("/css/a2_corner_bl.gif")
		no-repeat bottom left;
}

.cornerBR {
	background: url("/css/a2_corner_br.gif")
		no-repeat bottom right;
}

.note {
	background-color: #f0f0f0;
	border: thin dotted Gray;
	font: bold;
	color: black;
	padding: 3px;
}
