/*
        Kandalaya.org stylesheet.

        Lot's of HTML/SGML/XML declarations should go here, but I
        don't know them, so just assume that they're there, OK? :)

        This document available under the GNU General Public License
        version 2 or (at your choice) a later version.

        Copyright (C) 2000, Raju Mathur <raju@kandalaya.org>
*/

/* Make the default BODY declarations */
BODY
{
        background-color:       #ffffff ;
        color:                  #00005e ;
}

A:visited
{
	  color:		  #ce0000; 
}

A:hover
{
	color:			#c3022d ;
}


A:link
{
	color:			#fe2604 ;
}

/* Generic for the table for the page */
TABLE.main
{
        background:             #ffffff ;
        border-width:           0 ;
        padding:                0 ;
        width:                  100% ;
}

.headline
{
        border:                 none ;
        background:             #feae04 ;
        color:                  #000000 ;
        width:                  100% ;
        text-align:             right ;
        align:                  right ;
}

.header
{
        text-align:             center ;
        font:                   150% helvetica, arial, "sans-serif" ;
        color:                  #646365 ;
}

/* Outset image */
TD.image
{
/*        border:                 4px ridge black ;
*/
        border:                 none
        background:             #000000 ;
}

/* align text, and keep some margin.  If you change the background of
this table cell, please change the border colour here, too. */
DIV.text
{
        border:                 4px solid #c3e4ff ;
        text-align:             justify ;
	color:			#00005e ;
}

DIV.link
{
        border:                 15px solid #00005e ;
        text-align:             center ;
	color:			#00005e ;
}

SPAN.tt
{
        font-family:            courier, sans-serif ;
        font-size:              medium ;
}

SPAN.sc
{
        font-size:              80% ;
}

TABLE.whole
{
        border:                 2px outset #fe2604 ;
}


/* The four components of the table, from left-to-right, top-to-bottom
*/
TD#graphic
{
        width:                  15% ;
	background:		#00005e;
        text-align:             center ;
        width:                  15% ;
}

TD#header
{
	background:		#00005e;
        color:                  #c3e4ff ;
        text-align:             center ;
        width:                  85% ;
	font:			bold 100% helvetica, arial, "sans-serif" ;
}

TD.buttons
{
        color:                  #c3e4ff ;
        background:             #fe2604 ;
        vertical-align:         top ;
        text-align:             center ;
        border:                 4px ridge black ;
        width:                  131px ;
        font:                   10% helvetica, arial, "sans-serif" ;
}

TABLE.quotes
{
        color:                  #fe2604 ;
        background:             #c3e4ff ;
        vertical-align:         top ;
        text-align:             center ;
        border:                 4px ridge black ;
        width:                  131px ;
        font:                   10% helvetica, arial, "sans-serif" ;
}

TD.main
{
	vertical-align:		top ;
        text-align:             justify ;
}

DIV.footer
{
        color:                  #00005e ;
}
