/**
 * articleView.css
 *
 * Copyright (c) 2003-2006 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Article view stylesheet.
 *
 * $Id: articleView.css,v 1.6 2006/06/12 23:26:24 alec Exp $
 */

#abstract{
width:100%;
text-align:center;
}

#body {
text-align:left;

	width: 640px;
	margin: 0 auto;
	background-color:#FFFFFF;
}
font.sub{
font-size:10px;
color: #666666;
}

*html font.sub p{
font-size:10px;
color: #666666;
}
#main h4{
font-size:1.0em;
}
#main {
	width: 640px;
	margin: 0;
	border:1px solid #CCCCCC;
	font-size:0.85em;
 
 
}
ul.menu{
text-align:center;
}
ul.menu a{
text-decoration:underline
}

/*article title and authro*/
#rtauthor{

}
#rttitle {
font-size:1.0em;
}

#rttitle .sub{
color: #000000; 
 


}
#rttitle .title{
font-size:1em; 
}

 .rtheader{
width:98.5%;
margin-top:4px; 
margin-left:0.5%;
background-color:#000000;
overflow:auto;
border:1px solid #CCCCCC;
}

*html .rtheader{
width:99%;
margin-top:4px; 
margin-left:1%;
background-color:#000000;
overflow:auto;
border:1px solid #CCCCCC;
}



.rtallelse{
width:100%;
overflow:auto
 
}
.rtallelse ul{
font-size:12px
}
  

#main h2 {
	font-size: 1.0em;
}

#main h5 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-size: 1.3em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}

#main h6 {
	margin: 0.5em 1em 0.5em 0em;
	padding: 0;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.2em;
}

#content {
background-color:#FFFFFF;
	border: none;
}
 
div.rtSeparator {
	width:70%;
	padding: 0;
	border-bottom: 1px dotted #999999;
	line-height: 0px;
}

div.rtSeparatorThin {
	width: 90%;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #000;
	line-height: 0px;
}

div.rtBlock {
}

div.rtBlock a {
	text-transform: none;
	text-decoration: underline;
	font-size:10px;
}

div.rtBlock ul {
	padding: 0;
	margin: 0;
}

div.rtBlock li {
	list-style-type: none;
	font-size:9px;
}

span.rtSubtitle {
	text-transform: uppercase;
	color: #000066;
}

a.rtAction {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
}


