a:link { text-decoration: underline; color: blue; }
a:visited { text-decoration: underline; color: blue; }
a:hover { text-decoration: none; color: white; background-color: blue; }
a:active { text-decoration: underline; color: blue; }

div.imgtitle {
	font-size: 60%;
    color: #444;
}

table.entitylist td {
	padding: 2pt;
}

div.yui-b p, div.yui-b * p {
	margin: 0 0 0.5em 0;
    color: #444;
}
         
div.yui-b p strong, div.yui-b * p strong {
	font-weight: bold;
    color: #000;
}
         
div.yui-b p em, div.yui-b * p em {
	color: #000;
}            
        
div.ft p {
	color: #333;
	font-size: x-small;
}
         
div.title {
    margin: 0.5em 0 1em 0;
	
	background: Darkorange url(../images/corner_small_generic_tl.gif) top left no-repeat;
}	
	
div.title div {
	width: 100%;
	height: 100%;
	background: url(../images/corner_small_generic_bl.gif) bottom left no-repeat;
}

div.title div div {
	width: 100%;
	height: 100%;
	background: url(../images/corner_small_generic_br.gif) bottom right no-repeat;
}


div.title div div div {
	width: 100%;
	height: 100%;
	
	background: url(../images/corner_small_generic_tr.gif) top right no-repeat;
}

td.tt {
	font-size: 14pt;
    font-weight: bold;
	
	padding: 0.3em 1em 0.3em 1em;	
}

td.ta {
	padding: 0.3em 1em 0.3em 1em;	
}

h1 {
	font-weight: bold;
    margin: 1em 0 1em 0;
    padding: .25em .5em;
	background-color: #A5C0E5;
}

h2 {
	font-weight: bold;			
}

th {
	font-style: italic;
}

ul, ol {
	margin: 0 0 .5em 0;
	padding-left: 3em;
    color: #444;
}

ul li {
	list-style: square;
}

ol li {
	list-style: decimal;
}

pre {
	margin: 1em;
	padding: 4pt;
	background-color: #eee;
}

#searchBox {
	background-color: #FFFFCC;
	border: solid 1pt #C77A24; 
}
