body {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 0.75em; 
color: #000000;
background-color:#fff;
text-align:left;
margin:5px 20px 5px 20px;
}

a {
color: #0000FF;
text-decoration: underline;

}

a:hover {
color: green;	
text-decoration: none;
}

.navigation{
text-decoration: none;
margin-left:5px;
}

h1{
font-size:1.4em;
color:#0080FF;
margin-left:5px;
}

h2{
font-size:1.1em;
color:#0000FF;
}

h3{
font-size:.9em;
color:#0000FF;
}

p{
text-align:left;
margin-left:5px;
}

/*.subheading{
color: #0000FF;
text-decoration: underline;
font-weight:bold;
}
*/


TABLE.border
{	
	border-bottom: #0000FF 1px solid; 
	border-left: #0000FF 1px solid; 
	border-right: #0000FF 1px solid; 
	border-top: #0000FF 1px solid;
}

TR.header2
{
    background-color: #0080FF;
    color: #ffffff;
	font-size:.9em;
    font-weight: bold
}

/* common listing class */


#common-listing {
	width:100%;
	}
	
#common-listing ul {
	margin-top:0px;
	padding:0px 0px 0px 15px;
	line-height:22px;
	}	
	
#common-listing li {
	margin:0px;
	list-style-type:dics;
	
	}
/*	
#common-listing li a {
	color:#830000;
	text-decoration:underline;
	}			
#common-listing li a:hover {
	color:#000;
	text-decoration:none;
	}		
*/

.listing {
	margin-top:0px;
	padding:0px 0px 0px 15px;
	line-height:22px;
	width:100%;
	}
	
.listing ul {
	width:100%;
	
	}	
	
.listing li {
	margin:0px;
	list-style-type:dics;
	
	}
	
/* header class */
#header {
	width:98%;
	clear:both;
	height:25px;
	text-align:center;
	background-color:#FEBC66;
	}
	
#header ul {
	width:500px;
	margin:0px;
	padding:0px;
	line-height:22px;
	list-style-type:none;
	text-align:center;

	}	
	
#header li {
	float:left;
	margin:0px;
	padding:0px 5px 0px 5px;
	list-style-type:none;
	}
	
#header li a {
	color:#830000;
	text-decoration:none;
	}			
#header li a:hover {
	color:#000;
	text-decoration:underline;
	}

/* header class */

.header-menu{
font-weight:bold;
color: #ffffff;
}

.header-menu td{
background-color:#0080FF;
}

.header-menu td a:hover{
background-color:#0080qq;
}

.header-menu a{
color: #ffffff;
}

.header-menu a:visited{
color: #ffffff;
}

.header-menu a:hover{
color: #FFFF00;
}

/* footer class */

.footer-menu{
color: #ffffff;
}

.footer-menu td{
background-color:#0080FF;
height:20px;
padding:4px;
}

/*
.footer-menu td a:hover{
background-color:#0080qq;
}
*/

.footer-menu a{
color: #ffffff;
text-decoration:none;
}

.footer-menu a:visited{
color: #ffffff;
}

.footer-menu a:hover{
color: #FFFF00;
}

.codebox {
	font-family: tahoma, verdana;
	padding: 5px 5px 5px 5px; 
	font-size: 200%; 
	font-weight: bold;
	background:#CC6600;
	color:#FFFFFF;
	}

.book-button {
	text-align:center;
	font-family: tahoma, verdana;
	padding: 5px 5px 5px 5px; 
	font-size: 125%; 
	font-weight: bold;
	background:#CC6600;
	color:#FFFFFF;
	}