/* DEFAULT SETTINGS FOR COMMON OBJECTS */
BODY {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10pt;
	font-family: "Arial Unicode MS", Arial, Helvetica, sans-serif;
	margin: 8px;
	cursor: default;
	text-align: center;
}

/* PAGE LAYOUT OBJECTS */
DIV {
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 100%;
	clear: both;
}
DIV.main {
	width: 85%;
}
DIV.title {
	text-align: center;
	font-size: 8pt;
}
DIV.menu {
	padding: 6px;
	text-align: center;
}

DIV.body TABLE {
	border: none;
	padding: 5px;
}
DIV.body TR TD {
	width: 60%;
	vertical-align: top;
}
DIV.body TR TD.news {
	width: 40%;
	vertical-align: top;
}

DIV.footer {
	text-align: center;
	margin: 10px;
	font-size: 8pt;
}
DIV.footer TABLE{
	padding: 0px;
	margin: 0px;
	width: 50%;
}
DIV.footer TABLE TD{
	width: 50%;
	text-align: center;
	font-size: 8pt;
}

TABLE {
	width: 100%;
	margin: 8px 8px 8px 8px;
	font-size: 10pt;
}
TH {
	padding: 8px;
}
TD {
	padding: 4px;
}
TABLE.bullet-list {
	width: 60%;
}
TD.bullet {
	width: 10%;
	text-align: right;
	vertical-align: top;
}
TD.bullet-text {
	text-align: left;
}

TD.news {
	border-width: 2px;
	border-style: solid solid solid solid;
	border-color: #AAAAAA;
	vertical-align: top;
}
TD.news H2 {
	background-color: #FFFFFF;
	color: #000066;
	font-size: 16pt;
}
TD.news HR {
	width: 100%;
}

H1 {
	background-color: #FFFFFF;
	color: #000066;
	font-size: 22pt;
	font-weight: bold;
}
H2 {
	background-color: #FFFFFF;
	color: #000066;
	font-size: 16pt;
	font-weight: bold;
}

P.lastmodified {
	background-color: #FFFFFF;
	color: #999999;
	padding: 0px;
	margin: 0px;
}

IMG {
	border: none;
}
DIV.body P.centerimage {
	text-align: center;
}


OL {
	margin: 0px 10px 10px 30px;
  /*list-style: decimal inside;*/
}
UL {
	margin: 0px 10px 10px 30px;
	/*list-style: inside;*/
}
