@charset "UTF-8";
/* CSS Document */

body {
  background-color: #f7f7f9; 
  font: 13px/1.5 "arial, sans-serif", Arial, "Liberation Sans", FreeSans, sans-serif;
}


#topicImg  img { 
	width: 80px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
}

.pic_block { 
	display: inline;
	float:left;
	padding: 5px;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.big { font-size: 19px; } 
.tiny { font-size: 9px; } 

#topicTitle  { 
	font-size: 19px;
	font-weight: bold;
	color: #004682;
	
}

.section    {  margin-bottom: 1.5eX; } 
.indent 	{  margin-left: 2eX;  }
.menu       {  font-weight: bold; }

.menu a:link      { text-decoration: none; color:#004682; font-weight:bolder; }
.menu a:visited   { text-decoration: none; color:#004682; font-weight:bolder}
.menu a:hover     { text-decoration: none; color:#f05000; font-weight:bolder}
.menu a:active    { text-decoration: none; color:#f05000; font-weight:bolder}
.intext a:link    { text-decoration: none; color:#004682 } 
.intext a:visited { text-decoration: none; color:#004682 } 
.intext a:hover   { text-decoration: none; color:#f05000 }
.intext a:hover   { text-decoration: none; color:#f05000 }
.intext a:after {   content: url(img/external_link_icon.gif);}
