@charset "utf-8";
/* CSS Document */




table #story
{
	 border:1px solid #000;
	 border-collapse:collapse;
	 font-family:arial,sans-serif;
	 font-size:80%;
}
table #story td,th
{
	 border:1px solid #000;
	 border-collapse:collapse;
	 padding:4px;
	 color:#CC3300;
} 
table #story thead th
{
	 background:#99cccc;
	 text-align:center;
	 color:#2A3F55;
}

table #story tbody th
{
     border:1px solid #000;
	 text-align:left;
	 background:#99ccea;
	 color:#008000;
	 text-decoration:underline;
}

table #story tfoot td
{
	 text-align:right;
	 font-weight:bold;
	 background:#369;
}

table #story tbody td
{
	 background:#999;
}

table #story tbody tr.odd td
{
	 background:#ccc;
	 
}




table #story tbody tr td a
{
	color:#663300;
	text-decoration:none;
}

table #story tbody tr td.download a:hover
{
	color:#993300;
}

table #story tbody tr td.download:hover
{
	text-decoration:underline;
	color:#993300;
	background-color:#FFFFFF;
}


#headline
{
	font-family:"Trebuchet MS";
	font-size:18px;
	font-weight:bold;
	/*color:#0066CC;*/
	display:inline;
	margin-left:20px;
	
}

#profile
{
	font-size:11px;
	padding-left:0px;
	padding-right:5px;
	width:540px;
	display:inline;
	margin-top:15px;

}

#container
{
	width:483px;
	padding:0px;
}

/*-----------------Form CSS---------------- */

label, form.cabel
{
	color:#006633;
	font-weight:bold;
	margin: 0;
}

label.preField 
{
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	background-color: #EDEDDC;
}

#picture
{
	float:right;
	padding:0 0px 10px 0px;
	margin-top:17px;
	margin-right:0px;
}

.menupadding{
  padding-left:10px;
  padding-right:10px;
  font-family:"Trebuchet MS";
	 font-size:12px;
}



