/*
** Web site logo
*/
#logo	{
	align: right;
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Tahoma", "Verdana", "Arial", "sans-serif";
	color: rgb(198, 198, 198);
}

/*
** copyright notice
*/
.cnotice {
	font-size: 10px;
	font-family: helv; 
	text-align: center;
	}
	
/*
** classes
*/


/*
** Index files common
*/
body, h1, table, td, a {
 font-family : "Verdana", "Tahoma", "Arial", "sans-serif", "Lucida Sans Unicode";
}

body {
 color: #fff;
 background: #202020;
 margin-left: 3px;
 margin-right: 3px;
 margin-top: 10px;
 margin-bottom: 20px;
}

h1 {
 color: #eee;
 font-size: 24px;
 font-weight: bold;
 margin: 0;
 font-size: 160%;
}
h2	{	background-color : #C0C0C0;
		color : #0A328C;
		font-size : 20px;
		font-weight : bold;
		padding : 4px 8px;
		margin-bottom : 4px;
		margin-top : 10px;
	}

h3	{	font-size : 12px;
		font-weight : bold;
		color : #FFFF00;
		margin-bottom : 2px;
		margin-top : 15px;
	}
	
td,th	{	
	font-size: 12px;
	color : #EEEEEE;     
/*	background: #808080; */
	} 

/*
** id for filled/empty table cells
*/
#emptylist	{
	font-size: 12px;
	color :  #EEEEEE;
	background: #808080;
	font-family:  "Verdana", "Tahoma", "sans-serif", "Arial";
	text-align: center;
	height: 150px;
	}
#imagelist	{
	font-size: 12px;
	color :  #EEEEEE;
/*	background: #808080; */
	font-family:  "Verdana", "Tahoma", "sans-serif", "Arial";
	height: 160px;
	}

img.web { 
	border: 11px double #777;
}


a:link {
    		text-decoration : none;
    			color : yellow;
/*    			color : #0A328C;	*/
		}

		
a:active	{
    			text-decoration : none;
    			color : white;
/*    			color : #0A328C;	*/
			}

			
a:visited {
		  		text-decoration : none;
    			color : yellow;
/*    			color : #0A328C;	*/
			}

			
a:hover 	{
    			text-decoration : none;
    			color : white;
/*    			color : #0A328C;		*/

			}





