.language {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	line-height:18px;
	text-align:left;
}
.content {
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
}
.subh {
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-transform: uppercase;


}
a:link,a:active,a:visited
{
color : #ffffff;
text-decoration:none;
}
a:hover
{
color : #FFABA3;
text-decoration:underline;
}
.images
{
border:solid 2px #cccccc;
}

   /* This CSS is used for the Show/Hide functionality. */

   .more {
      display: none;
      border-top: 1px solid #666;
      border-bottom: 1px solid #666;
      padding-top: 10px;
      padding-bottom: 5px;
 }
   a.showLink, a.hideLink {
      text-decoration: none;
      color: #6799c8;
      padding-left: 8px;
      background: transparent url(down.gif) no-repeat left; }
   a.hideLink {
      background: transparent url(up.gif) no-repeat left; }
   a.showLink:hover, a.hideLink:hover {
      border-bottom: 1px dotted #36f; }
	  

.stuff
 { border-color:#333; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;} 

