/* body properties */
body {
  background-image : "";
  background-color : #336699;
  color            : #000000;
  scrollbar-face-color : #336699;
  scrollbar-shadow-color : #335997;
  scrollbar-highlight-color : #CC9999;
  scrollbar-3dlight-color : #335997;
  scrollbar-darkshadow-color : black;
  scrollbar-track-color : #FFCC33;
  scrollbar-arrow-color : #FFFFCE;
}

/* paragram properties */
p {}

/* font properties */
font			{ font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif; }
font.TopAds		{ color : #000000; font-size : 10px; }
font.TopMenu	{ font-family : Garamond, Arial; color : #000000; font-size : 12px; font-weight : bold; }
font.Status		{ color : #CCCCCC; font-size : 11px; font-weight : bold; }
font.Date		{ color : #CCCBC4; font-size : 11px; font-weight : bold; }
font.MenuTitle	{ color : #FFFFFF; font-size : 12px; font-weight : bold; }
font.Menu		{ color : #000000; font-size : 12px; font-weight : bold; }
font.Ads		{ color : #000000; font-size : 10px; }
font.Copyright	{ color : #FFFFFF; font-size : 12px; }
font.Normal		{ color : #000000; font-size : 13px; }
font.Small		{ font-family : Verdana, Georgia, Utopia, Helvetica, scans-serif; color : #000000; font-size : 11px; }

/* link properties */
a			{ color : #0000FF; }
a:link		{ color : #0000FF; text-decoration : none; }
a:visited		{ color : #0000FF; text-decoration : none; }
a:hover		{ color : #FF0033; text-decoration : underline; }
a:active		{ color : #FF0033; text-decoration : underline; }
a.TopMenu		{ color : #0000CC; }
a:link.TopMenu	{ color : #0000CC; text-decoration : none; }
a:visited.TopMenu	{ color : #0000CC; text-decoration : none; }
a:hover.TopMenu	{ color : #FF3300; text-decoration : underline; }
a:active.TopMenu	{ color : #FF3300; text-decoration : underline; }
a.Status		{ color : #FFFFFF; }
a:link.Status	{ color : #FFFFFF; text-decoration : none; }
a:visited.Status	{ color : #FFFFFF; text-decoration : none; }
a:hover.Status	{ color : #FFFF33; text-decoration : underline; }
a:active.Status	{ color : #FFFFFF; text-decoration : underline; }
a.Menu		{ color : #000000; }
a:link.Menu		{ color : #000000; text-decoration : none; }
a:visited.Menu	{ color : #000000; text-decoration : none; }
a:hover.Menu	{ color : #0000FF; text-decoration : underline; }
a:active.Menu	{ color : #0000FF; text-decoration : underline; }

/* table properties */
table			{ }
table.TopBorder	{ background-color : #000000; }
table.MainBorder	{ background-color : #000000; }

/* tr properties */
tr.TopAds		{ background-color : #FFFFFF; }
tr.TopMenu		{ background-color : #FFCC33; }
tr.MainBGColor	{ background-color : #FFFFFF; }
tr.MenuTitle	{ background-color : #003366; }
tr.Menu		{ background-color : #FFFFFF; }
tr.MenuOn		{ background-color : #CCEEFF; }
tr.Copyright	{ background-color : #336699; }
tr.Form		{ background-color : #EECCFF; }

.MenuOver		{ background-color: #CCEEFF; cursor:hand; }
.MenuOut		{ background-color: #FFFFFF; cursor:hand; }

/* td properties */
td.Body		{ background-color: #FFFFFF; }

/* form properties */
input, textarea, select { font-family : Verdana, sans-serif; color : #000000; font-size : 13px; background-color : #EEFFEE; }
font.required     { color : #FF0000; font-size : 12px; font-family : Symbol; }
font.error     { color : #FF0000; font-size : 12px; }
input.textbox     { width : 100%; }
input.submit	{ background-color : #336699; color : #FFCC33; font-weight : bold;}
input.passwordbox     { width : 100%; }
textarea.textarea  { width : 100%; }
input.radio     {  }
input.checkbox     {  }
select.selectbox    {  }

pre      { font-family : Verdana, sans-serif; font-size : 13px; }
pre.code { font-family : Courier, Courier New; font-size : 13px; }

font.code      { font-family : Verdana, sans-serif; font-size : 10px; }
font.monospace { font-family : Courier, Courier New; }

