body {	font-family: Arial, Helvetica, sans-serif; }
a { color: #339;}
a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover, a:active { text-decoration: underline; color: #F00;}
h1 { font-size: 100%; font-weight: bold;}
p { font-size: 80%;}

#container{
	width: 100px;
	padding: 5px;
}

#header {
	width: 100%;
	padding: 0px;
}

#content {
}
#story{
	text-align: justify;
	clear: both;
	padding: 1em 0 0 0;
}


#story .headline{
	font-size: 100%;
	font-weight: bold;
}

#story .meta {
	font-size: 70%; 
	color: #C00; 
}

#story .meta2 {
        font-size: 70%;
        color: #666;
}

#story .meta2 a {
	text-decoration: none;
	font-weight: normal; 
}

#story .info{
	font-size: 80%;
	color: green;
}

#story .teaser {
	text-align: justify;
	font-size: 80%;
}



#tabnav {
	height: 24px;
	margin: 0;
	padding-left: 5px;
	background: url(/news/images/tab_bottom.gif) repeat-x bottom;
}

#tabnav li {
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 90%;
	line-height: 18px;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}

#tabnav a:link.active, #tabnav a:visited.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

#tabnav a:hover {
		background: #fff;
}

/* Page Numbers */
.pages {
    float: right;
    padding: 0em;
    margin: 1em 0;
    clear: left;
    font-size: 80%;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.1em 0.3em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}

.pages span.current {
    border: 1px solid #339;
    font-weight: bold;
    background: #339;
    color: #fff;
}

.pages a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
}

.pages a:hover {
    border-color: #339;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
	border: 1px solid #ddd;
	color: #999;
}

.pages .nextprev-next {
	float: right;
}

#footer {
	clear: both;
	border-top: 1px solid #ccc;
	font-size: 100%;
	text-align: center;
	color: #666;
		
}

