body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	font-weight: normal;
	color: white;
	background: #000000;
	/*background: #F3FAFF; */

}
th
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:navy;
	background: #EEEEEE;
}
td
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal	;
}
.liketh
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:navy;
	background: #EEEEEE;
}
.txt
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal	;
}
.txtbold
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.txttop
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.txtwhite
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background:#FFFFFF;
}
.txtgray
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:gray;
}
.txtblue
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:blue;
}
.txtlink
{	color: #2399E5;
	FONT-FAMILY: verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
}
.txtnote
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:gray;
}
.txtgreen
{
    COLOR: #008C5F;
	FONT-FAMILY: verdana;
    FONT-SIZE: 11pt;
    FONT-WEIGHT: bold;
    text-align: center;
}
.spltxt1
{
	/* color: #2399E5; */
	color:white;
	FONT-FAMILY: verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    text-align: justify;
}
.spltxtnb
{
	color: #7012FF;
	FONT-FAMILY: verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
}
.warn
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:red;
	background: #EEEEEE;
}
.graybg
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal	;
	background: #EEEEEE;

}
.bluebg
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal	;
	background: #F3FAFF;
}
.button
{
	COLOR: #5B5B5B; 
	/*BORDER-COLOR:Navy; */
	FONT-WEIGHT: Normal;
	FONT-SIZE: 12px; 
	CURSOR: hand;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #EEEEEE; 
	TEXT-ALIGN: center; 
	TEXT-DECORATION: none;
}
.graylink
{
	text-decoration:none;
	color: GRAY;
}
.boldlink
{
	color: GRAy;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}

.toobold
{
	color: GRAy;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 13pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}


#m {
	width: 200px;
	border: 0px solid #ccc;
	margin: 10px;
	}
#m a
{	color: red;
	display: block;
	padding: 5px 0 0 0;
}
	
#m a:link, #m a:visited
{	color: red;
	display: block;
	width:130px;
}
	
#m a:hover, #m a:active
{	color: #283A50;
	width:130px;
}

/*  PIJO  */
#gl {
	width: 200px;
	border: 1px solid #ccc;
	margin: 10px;
	}
#gl a
{	color: #888;
	display: block;
	background: url(../images/menu3.gif);
	padding: 5px 0 0 0;
	width:130px;
}
	
#gl a:link, #gl a:visited
{	color: #888;
	display: block;
	background: url(../images/menu3.gif);
	padding: 5px 0 0 0;
	width:130px;
}
	
#gl a:hover, #gl a:active
{	color: #283A50;
	background: url(../images/menu3.gif) 0 -32px;
	padding: 5px 0 0 0;
	width:130px;
}

/*  PIJO  */
a:link , a:visited
{	color: #76B0D5;
	text-decoration: none;
}
a:active
{	color: #7B878F;
	text-decoration: none;
	background: url(images/menu1.gif) 0 -32px;
}
a:hover
{	cursor:pointer;
	color: #2399E5;
	background: url(images/menu1.gif) 0 -32px;
}


/*  PIJO  This is original*/

/*a:link , a:visited
{	color: #76B0D5;
	text-decoration: none;
}
a:active
{	color: #7B878F;
	text-decoration: none;
	background: url(images/menu1.gif) 0 -32px;
}
a:hover
{	cursor:pointer;
	color: #2399E5;
	background: url(images/menu1.gif) 0 -32px;
}*/




#container
{	width: 760px;
}	
	
#header 
{	color: #76B0D5;
	background: #C5E7FD;
	border-bottom: 3px solid #76B0D5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	padding: 10px;
}
	
#content 
{	margin: 10px;
	color: #555;
}
	
ul
{	list-style: none;
	margin: 0;
	padding: 0;
}
	
p
{	font-size: .9em;
}


#firstcol 
{	float: left;
}
	
#secondcol
{	float: left;
}

#thirdcol
{	padding-top: 10px;
	margin-right: 106px;
	margin-bottom: 10px;
	float: right;
}
	
/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
	
#menu3
{	width: 200px;
	border: 1px solid #ccc;
	margin: 10px;
}
	
#menu3 li a 
{	height: 32px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
}	
	
#menu3 li a:link, #menu3 li a:visited 
{	color: #888;
	display: block;
	background: url(../images/menu3.gif);
	padding: 8px 0 0 30px;
}
	
#menu3 li a:hover, #menu3 li a:active 
{	color: #283A50;
	background: url(../images/menu3.gif) 0 -32px;
	padding: 8px 0 0 30px;
}
	
