P, li, .theText  {
	font-size : 10pt;
	font-family : verdana, sans-serif;
	font-weight : normal;
	margin-left : 5px;
}


H1  {
	font-size : 16pt;
	font-family : verdana, sans-serif;
	font-weight : bold;
	color : #336699;
	margin-left : 5px;
}

H2  {
	font-size : 12pt;
	font-family : verdana, sans-serif;
	font-weight : bold;
	color : #336699;
	margin-left : 5px;
}

H3  {
	font-size : 10pt;
	font-family : verdana, sans-serif;
	font-weight : bold;
	color : #000000;
	margin-left : 5px;
}

A  {
	font-family : verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color: blue;
	text-decoration : underline;
}

A:Visited  {
	font-family : verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color: blue;
	text-decoration : underline;
}

A:Active  {}

A:Hover  {
	font-family : verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000033;
	text-decoration : underline;
}

BODY  {
	font-size : 10pt;
	font-family : verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	background-color : #ffffff;
	margin:0;
}

/** Menu styles **/
/******************************************/
#divMainMenu
{
	border-top: black 1px solid;
	border-bottom: black 1px solid;
}
.menu  {
	text-align : left;
	background-color: #ffffcc;
	font-family : verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size : 9pt;
	padding-bottom : 4px;
	padding-top : 1px;
	border-bottom-color : Gray;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-top-color : Gray;
	border-top-style : solid;
	border-top-width : 1px;
}

.sidemenu{
	background-color: #DCDCff;
	border-left-color : Gray;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : Gray;
	border-right-style : solid;
	border-right-width : 1px;
	border-bottom-color : Gray;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-top-color : Gray;
	border-top-style : solid;
	border-top-width : 1px;
}

.SideMenuText{
	font-size: 8pt;
	margin-top: 8px;
	margin-bottom: 8px;
}

.SideMenuTitle{
	font-size : 12pt;
	font-family : verdana, sans-serif;
	font-weight : bold;
	color : #000000;
	margin-left : 5px;
	border-bottom-color:gray;
	border-bottom-width: 1pt;
	border-bottom-style : solid;
	text-decoration : normal;
}

.contributor
{
	font-size:8pt;
	font-family : verdana, sans-serif;
	color : #000000;
	margin-left : 40px;
	margin-right: 40px;
	border-color:Gray;
	border-style:solid;
	background-color:gainsboro;
	border-width: 1px;
	text-decoration : normal;
}
.byline
{
	font-size:8pt;
	font-family : verdana, sans-serif;
}

.input
{
	font-size: 8pt;
	height: 20px;
}