/* CSS Document */
body	{
		margin:0px; 
		padding:0px;
		text-align:center;
		background-color:#ccc;
		min-width
		}
#content	{
		width:500px;
		margin:0px auto;
		text-align:left;
		padding:0px;
		border:1px dashed #fff;
		background-color:#ACD6EA;
		
		}
#banner	{
		
		 border:0;
		
		
		
		
		}
table.bannertable	{
		width:500px;
		height:105px;
		padding:0;
		margin:0;
		border-width:0;
		cellspacing:0;
		}
td.logo	{
		
		width:120px;
  		border-right:1px dashed #fff;
		
		
		}
td.image	{
		background: url("../graphics/bannerimage.png") ;
		width:380px;
  		
		
		
		}
		


#text	{
		background-color: #fff;
		margin: 20px;
		padding: 5px;
		}
		
p		{
		font: 14px Georgia,Times,serif;
		text-align: justify;
		line-height: 1.5em;
		}

a		{
		text-decoration: none;
		color:#0033CC;
		}
a:hover	{
		text-decoration: none;
		}

a.title-anchor:hover, a:hover	{
		text-decoration: none;
		color:red;
		}
.hidden	{
		display:none;
		}

.firsttext	{
		display:block;
		color: #666;
		font: bold 20px Georgia,Times,serif;
		text-align: center;
		}

.right         {
                  text-align:right;
                   }

ul		{
		font: 14px Georgia,Times,serif;
		list-style: none;
		line-height:1.5em;
		padding: 0;
		margin: 0 0 0 30px;
		}
li
		{
		padding-left: 30px;
		background-image: url("../graphics/arrow.png");
		background-repeat: no-repeat;
		background-position: 2px -4px;
		}
.emph	{
		font-size:16px;
		font-weight: bold;
		text-decoration:underline;
		}
.emph-new	{
		font-size:16px;
		color:#FF6600;
		}
table.moneytable	{
		font:12px Georgia,Times,serif;
		border: 1px solid #999;
		text-align:center;
		margin-bottom:15px;
		}
td.header	{
		border-bottom: 3px double #999;	
		}
td.header-lastcell	{
		border-left: 1px solid #999;
		border-bottom: 3px double #999;	
		}
td.moneycell	{
		border: 1px solid #999;
		}
.footnote	{
		text-align:center;
		}
pre		{
		font:12px Georgia,Times,serif;
		text-align:center;
		line-heigth:0.7em;
		padding:0;
		margin:0;
		}
#photo	{
		margin: 0 50px;
		}
.caption	{
		font:10px Georgia,Times,serif;
		text-align:center;
		padding:10px;
		}



