
/*
a:link   { color: #999999; text-decoration: none }
a:visited { color: #999999; text-decoration: none }
a:hover     { color: white; text-decoration: none }
a:active         { color: white; text-decoration: none }

li   { color: gray; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
p   { color: #999999; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
td   { color: black font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
ul  { color: black; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
*/

body.default { background-color: #cccccc; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; scrollbar-base-color: #999999; font-size:12px } 

/* ----------------------------------------
	Background
------------------------------------------- */
/* the back ground image */
div.background { position:absolute; top:0; left:0 }

/* ----------------------------------------
	Navigation panel
------------------------------------------- */
div.nav { position:absolute;top:400;left:500;z-index:2 }
td.nav { width:17; text-align: center }

/* this is a normal navigation number */
a.nav:link   { color: #999999; text-decoration: none; font-size:12px }
a.nav:visited { color: #999999; text-decoration: none; font-size:12px }
a.nav:hover     { color: #333333; text-decoration: none; font-size:12px }
a.nav:active     { color: #999999; text-decoration: none; font-size:12px }

/* this is a active navigation number */
a.nav_active:link { color: black; text-decoration: none; font-size:12px }
a.nav_active:visited { color: black; text-decoration: none; font-size:12px }
a.nav_active:hover { color: #333333; text-decoration: none; font-size:12px }
a.nav_active:active { color: black; text-decoration: none; font-size:12px }

td.nav_prevnext { text-align: center }
/* this is a normal navigation prev/next */
a.nav_prevnext:link    { color: #333333; text-decoration: none; font-size:12px }
a.nav_prevnext:visited { color: #333333; text-decoration: none; font-size:12px }
a.nav_prevnext:hover   { color: black; text-decoration: none; font-size:12px }
a.nav_prevnext:active  { color: #333333; text-decoration: none; font-size:12px }

/* -------------------------------------------
     E-mail address
---------------------------------------------- */
div.namebar { position:absolute; top:50; left:586 }

a.email:link { color: black; text-decoration: none; font-size:12px }
a.email:visited { color: black; text-decoration: none; font-size:12px }
a.email:hover { color: white; text-decoration: none; font-size:12px }
a.email:active { color: black; text-decoration: none; font-size:12px }

/* ----------------------------------------
    Menu 
---------------------------------------- */
div.menu { position:absolute;top:140;left:586;z-index:1 }
td.menu { text-align: right; height: 25px; width:120 }

/* this is the normal menu item */
a.menu:link   { color: #666666; text-decoration: none; font-size:12px }
a.menu:visited { color: #666666; text-decoration: none; font-size:12px }
a.menu:hover     { color: #999999; text-decoration: none; font-size:12px }
a.menu:active         { color: #666666; text-decoration: none; font-size:12px }

/*this is the active menu list */
a.menu_active:link { color: black; text-decoration: none; font-size:12px }
a.menu_active:visited { color: black; text-decoration: none; font-size:12px }
a.menu_active:hover { color: #999999; text-decoration: none; font-size:12px }
a.menu_active:active { color: black; text-decoration: none; font-size:12px }

/* -------------------------------------------
 	Image
---------------------------------------------- */
div.pic { position:absolute;top:10;left:10;z-index:1 }
td.image { text-align:right; vertical-align:bottom; width:475; height:450 }

/* --------------------------------------------
	Caption
----------------------------------------------- */
td.caption { text-align:right }
p.caption { color: #333333; font-size:11px; }


/* ---------------------------------------------
	Info text
------------------------------------------------ */
div.info { position:absolute;top:85;left:20; width: 550; z-index:1 }
p.info { color: #333333; text-align:left }
a.info:link   { color: #666666; text-decoration: none; font-size:12px }
a.info:visited { color: #666666; text-decoration: none; font-size:12px }
a.info:hover     { color: #333333; text-decoration: none; font-size:12px }
a.info:active         { color: #666666; text-decoration: none; font-size:12px }


/* ---------------------------------------------
	flash placement
------------------------------------------------ */
div.flash { position:absolute;top:120;left:0; z-index:1 }

/* ---------------------------------------------
	link text
------------------------------------------------ */
div.link { position:absolute;top:85;left:20; width: 550; z-index:1 }
p.link { color: #333333; text-align:left }
a.link:link   { color: #000000; text-decoration: none; font-size:12px }
a.link:visited { color: black; text-decoration: none; font-size:12px }
a.link:hover     { color: #999999; text-decoration: none; font-size:12px }
a.link:active         { color: #000000; text-decoration: none; font-size:12px }


