h1
{
	font-size: 22px;
	font-weight: bold;
}
h1.logo
{
	background-image: url(res/subshare_logo.gif);
	width: 44px;
	height: 47px;
}
h2
{
	font-size: 18px;
	font-weight: bold;
}
h3
{
	font-size: 16px;
	font-weight: bold;
}

BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FAEBD7;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.hidden
{
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

TABLE.layout
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	border-color: Black;
	text-align: center;
}

TABLE.menu
{
	font-family: Arial, Verdana;
	border: Solid 0px Black;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 10px 5px;
	text-align: center;
	vertical-align: middle;
}

a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}

a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: Green;
	font-weight: bold;
}

a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: Lime;
	font-weight: bold;
}

DIV.menuitem
{
	font-family: Verdana, Arial;
	font-size: 12;
	cursor: hand;
	height: 22px;
	width: 120px;
	vertical-align: middle;
	text-align: center;
	border: solid 1px Gray;
}

DIV.menuitem:hover
{
	font-weight: bolder;
	background-color: #666666;
}

DIV.menuitem:active
{
	font-weight: bolder;
	background-color: Gray;
}

DIV.menuitem_selected
{
	font-size: larger;
	border: Solid 2px Black;
}

DIV.news
{
	/* orange */
	background-color: #CC6666;
}

DIV.download
{
	/* purple */
	background-color: #990099;
}


DIV.developers
{
	/* blue */
	background-color: #000099;
}

DIV.support
{
	/* green */
	background-color: #006633;
}

DIV.about
{
	/* orange */
	background-color: #FF6600;
}

DIV.menuitem a
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #CCFFCC;
	font-weight: normal;
	font-size: large;
	text-decoration: none;
}

DIV.menuitem a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #CCFFCC;
	font-weight: bolder;
}

DIV.menuitem a:active
{
}

DIV.menuline
{
	width: 80%;
	border-bottom: solid 2px Gray;
	height: 2px;
}

DIV.linehor
{
	border-left: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom: Solid 1px Black;
	height: 1px;
}

DIV.linever
{
	border-left: Solid 1px Black;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	width: 1px;
}

SPAN.copyleft
{
	font-family: Times New Roman;
	font-size: 10pt;
}