body		{
		background-color: #cb9;
		color: #000;
		font-size: 12pt;
		margin: 8px;
		}

a:link			{ color: #233; }
a:visited		{ color: #001; }
a:active		{ color: #555; }
a:hover			{ color: #555; }

.tb, .tbLeft, .tbRight, .tbNav			{
			background-color: #904;
            border: 1px solid #000;
            color: #fec;
            padding: 0;
            vertical-align: middle;
            }
		
.tbLeft		{
			border-bottom: none;
			border-right: none;
			text-align: right;
			}
		
.tbRight	{ border-left: none; }

.tbNav		{
			border-top: none;
			vertical-align: top;
			}
		
.tbNav a	{ font-weight: bold; }

.tbNav div 	{
			padding: 4px; 
			padding-right: 0;
			}
			
.tbRight table	{
				border: none;
				padding: 0;
				margin: 0;
				}
				
.box, .boxLeft, .boxRight,		{	
			border: 1px solid #000;	
			padding: 6px;
			border-bottom: none;
			}
			
.boxBottom	{	border-bottom: 1px solid #000;	}
			
.boxLeft	{ 	border-right: none;	}

.boxRight	{	border-left: none;	}


a.auth			{
				font-weight: normal;
				}

table		{
		border: none;
		border-right: 2px solid #776;
		border-bottom: 2px solid #776;
		}
		

td 		{
		vertical-align: top;
		}

.main		{
		background-color: #fec;
		border-top: 2px solid #aa9;
		border-left: 2px solid #aa9;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		padding: 16px;
		padding-top: 10px;
		}
		
.clr 	{ 
			border: none;
		}

h1		{
		font-size: 16pt;
		font-weight: bold;
		margin: 0;
		}
		
h1.bigger {
		font-size: 18pt;
		}
		
h2		{
		font-size: 16pt;
		font-weight: bold;
		margin: 0;
		}

h3		{
                font: bold 12pt Georgia, Tahoma, serif;
		line-height: 22px;
		margin: 0;
		}
		
blockquote	{
			margin: 4px 20px 16px 20px;
			}
		
blockquote div 	{
				text-align: right;
				}
				
.i		{
		font-style: italic;
		}
		
img		{
		border: none;
		}
		
.sm 	{
		font-size: 8pt;
		}
		
div.copyright 	{
				font-size: 8pt;
				width: 800px;
				text-align: center;
				}
				
div.copyright div 	{
					width: 600px;
					}
					
ul		{
		list-style: square inside url(/img/quill2.gif);
		margin: 0;
		padding: 0;
		}

.tbNav a:link, .tbNav a:visited, .tbNav a:active   { color: #fec; }
.tbNav a:hover { color: #ffe; }