body {
	margin: 0px;
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	scrollbar-3dlight-color: #666666;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #333333;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #666666;
	scrollbar-shadow-color: #000000;
}

  a:link    { color: #338033; text-decoration: none }
  a:visited { color: #338033; text-decoration: none }
  a:hover   { color: #33FF33 }
  a:active  { color: #33FF33 }
  
.navbar {
	background-image: url(../common/bgr-phtnhead.gif);
	background-repeat: repeat-x;
	white-space: nowrap;
}
.selectheme {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	letter-spacing: 3px;
	text-align: left;
	vertical-align: bottom;
	white-space: nowrap;
	padding-top: 0px; padding-right: 3px; padding-bottom: 7px; padding-left: 3px;
}

  .selectheme a:link {color: #339933}
  .selectheme a:visited {color: #339933}
  .selectheme a:hover {color: #33FF33}

.menulinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(../common/bgr-stroked.gif);
	letter-spacing: 2px;
	white-space: nowrap;
	padding-top: 0px; padding-right: 3px; padding-bottom: 7px; padding-left: 3px;
	border: 1px solid #999999;
}
  .menulinks a:link    { color: #CCCCCC; text-decoration: none }
  .menulinks a:visited { color: #CCCCCC; text-decoration: none }
  .menulinks a:hover   { color: #FFFFFF }

.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #CCCCCC;
	padding-top: 4px; padding-right: 5px; padding-bottom: 6px; padding-left: 14px;
}
  .bodytxt a:link    { font-weight: bold; color: #339933; text-decoration: underline }
  .bodytxt a:visited { font-weight: bold; color: #339933; text-decoration: underline }
  .bodytxt a:hover   { color: #33FF33 }

.note {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #666666;
  text-align: center;
}
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3333;
	text-align: center;
}
  .warning a:link    { font-weight: bold; color: #FF3333; text-decoration: underline }
  .warning a:visited { font-weight: bold; color: #FF3333; text-decoration: underline }
  .warning a:hover   { color: #FFFFFF }

