/*
** div ids
*/

#logo	{
		margin-right: 10px;
		font-size: 18px;
		font-weight: bold;
		font-family: "Tahoma", "Verdana", "Arial", "sans-serif";
		color: rgb(198, 198, 198);
		text-align: right;
	  	}
	  	
#list	{
		position: relative;
		margin-bottom : 40px;
		margin-top : 100px;
		}

#listleft	{
				position: relative;
				top : 15px;
				width : 350px;
				left : 150px
		  		}

/*
** Common index file settings
*/
body, h1, table, td, a {
 font-family: verdana, helvetica, arial, sans-serif;
}
body {
 color: #999;
 background: #202020;
 margin-left: 3px;
 margin-right: 3px;
 margin-top: 10px;
 margin-bottom: 20px;
}

h1 {
 color: #aaa;
 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	{	color : #EEEEEE;
			font-size: 14px;
			font-family: "sans-serif", "Arial", "Tahoma", "Verdana";
		} 


a:link {
    		text-decoration : none;
    		color : yellow;
		}

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

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

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


.fr { background: #F0E68C; }
.htitle2 { background: #FFFFFF; margin: 0px 0px 0px 0px;  }

.hbody {	background: #FFFFFF; color: black; font-family: Arial,helvetica,sans-serif;  margin: 3px 0px 0px 0px; }
.ibody {	background: #CCCCCC; color: black; font-family: Arial,helvetica,sans-serif;  margin: 0px 0px 0px 0px; }
.lbody {	background: #CCCCCC; color: black; font-family: Arial,helvetica,sans-serif;  margin: 5px 0px 0px 0px; }
.tbody {	background: #CCCCCC; color: black; font-family: Arial,helvetica,sans-serif;  margin: 0px 0px 0px 0px; }


.diagram { background: #FFFFFF; }
.htitle { background: #FFFFFF; margin-top: 3px; }
.plist { background: #C0C0C0;	}

.hdr {	color: green; font-size: 17px; font-family: arial,helvetica,sans-serif; 
			font-weight: bold; margin: 3px 0px 0px 0px; }

.hdr2 {	color: green; font-size: 15px; font-family: arial,helvetica,sans-serif; 
			font-weight: bold; margin: 3px 0px 0px 0px; }

.idno {	color: black; font-family: arial,helvetica,sans-serif; 
			font-weight: bold; text-align: right; }

.year {
	color: black;
	font-family: arial,helvetica,sans-serif; 
	text-align: right;  
	}
.pnum {
	padding-right: 5px;
	color: black;
	font-family: Arial,helvetica,sans-serif; 
	font-weight: bold;
	text-align: right;
	}
.cnotice {
	font-size: 10px;
	font-family: helv; 
	text-align: center;
	}

