BODY	 { 
	   background-color:#F3F3F3;
	   font-family: Verdana, sans-serif;
	   font-size: 10pt;
}

ul 	{
	list-style-type: circle;
	}

A:link { color: #696 }
A:active { color: #363 }
A:hover { color: #363 }
A:visited { color: #363 }

#container {
	padding: 5px;
	margin: 0 20% 0 20%;
	border: 1px dashed #ccc;
	background: #fff;
	}

H1 { 
	   font-family: Verdana, sans-serif;
	   text-align: left;
	   color: #030;
	 }

H2,H3,H4 { 
	   font-family: Verdana, sans-serif;
	   text-align: center;
	   color: #030;
	 }
	 
pre,code {
	   background-color:#CFC;
	   font-family: monospace;
	   font-size: 10pt;
	   font-weight: normal;
	 }
#footer P {
	   font-size: smaller;
  	   text-align: right;
 	  }
#topptr	  {
	   font-size: smaller;
	   text-align: right;
	  }
#caption  {
	   font-size: smaller;
	   text-align: left;
	  }
#minitabs {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #696;
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #9c9;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 4px solid #696;
	padding-bottom: 2px;
	background: #fff;
	color: #363;
	}

#minitabs a:hover {
	color: #696;
	}

.thumb {
       float: left;
       }
.thumb p {
       text-align: left;
       font-size: smaller;
       }
.thumbbottom {
       float: bottom;
       }
.thumbbottom p {
       text-align: left;
       font-size: smaller;
       }       
