/* -- generic tags -- */
body {
	font-family: verdana;
	color: black;
        font-size: 70%;
line-height: 1.4;
        margin:0px;
}

#content #main,
#articles,
#main #articles .article,
#main #articles .article .text {
  float: none;
}

#main .article a.webtv,
#main .article a:visited.webtv {
  color: #17A3BF;
  background-image: url(/grf/webTV.gif);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 20px;
}

#main .article a.normal,
#main .article a:visited.normal {
  color: #17A3BF;
  }



#main .article a.ppt,
#main .article a:visited.ppt {
  color: #17A3BF;
  background-image: url(/grf/ppt.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 20px;
}
#main .article a.pdf,
#main .article a:visited.pdf {
  color: #17A3BF;
  background-image: url(/grf/pdf.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 20px;
  padding-top: 1px;
  padding-bottom: 2px;
}


a, a:active, a:visited {
  color: rgb(153,164,44);
  font-weight: bold;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}




h2 {font-family: aral;
  font-size: 20px;
  
  color: rgb(153,164,44);
  margin: 0px 0px 8px 0px;
}

h3 {font-family: aral;
  font-size: 18px;
 
  color: rgb(153,164,44);
  margin: 0px 0px 8px 0px;
}

h4 {font-family: aral;
  font-size: 11px;
  margin: 3px 0px 5px 0px;
}

hr {
  color: rgb(153,164,44);
  background-color: rgb(153,164,44);
  height: 1px;
}

img {
  border: 0px;
}

th {
  text-align: left;
}

ul {
  margin-bottom: 0px;
}

.hide {
	display:none;
	position:absolute; 
	left:-9999px;
	top:-9999px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.right {
  float: right;
}
#main {
	width: 550px;
	float: left;
	margin: 0px 10px 0px 10px;
overflow: hidden;
}
#main .abstract {
  font-weight: bold;
  margin-bottom: 10px;
}
#main .print {
  display: none;
}
#main .article,
#main .body,
#main .text {
  float: left;
  width: 100%;
  clear: both;
}


.field {
  border: 0px;
}
h5{
 font-size: 13px;
 margin-bottom: 0px;
 margin-top: 10px;
}
h6{
 font-size: 15px;
 font-weight: bold;
 margin: 5px 0;
}
h6.green{
 color: #99A42C;
 margin-bottom: 10px;
}
.article .author {
margin-bottom:10px;
}
.articleImageText {
 font-size:79%;
 padding-bottom:10px;
 padding-left:10px;
}