/*--------------------------------------------------
// journal.css @ www.hroch.net
//--------------------------------------------------
// Copyright (c) 2008 Sid Paral / Hroch
// Version 2.0 Signed by Sid Paral @ WEDNESDAY on 2008/11/22 20:18:37 (GMT-0800)
// Authentication (do not edit) $P2IdYk$
//--------------------------------------------------*/

BODY 			{ background: #FFFFFF;
				  background-repeat: no-repeat;
				  background-attachment: fixed;
				  background-position: center center;
				  color: #000000;
				  font-family: Tahoma, Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
				  text-align: justify;
				  position: static;
				}
A:link			{ color: #333399; }
A:visited		{ color: #336699; }
A:active		{ color: #FF6699; }

HR.clearall		{ clear: both; color: gray; }

.title_tab		{ width: 100%;
				  border-width: 0px;
				  vertical-align: middle;
				  text-align: center;
				}
.title			{ text-align: center;
				  font-size: 1.5em;
				  font-weight: bold;
				}
.date			{ text-align: center;
				  font-size: 0.8em;
				  font-weight: bold;
				}
.subtitle		{ text-align: center;
				  font-size: 0.8em;
				  font-weight: normal;
				}
.title_ico		{ width: 47px;
				  height: 47px;
				  padding: 0px;
				  border-width: 0px;
				}
IMG.linkbtn		{ border-width: 0px; }
.pix_link		{ border-style: none; }

.pix_tab_l		{
				  float: left;
				  border-top: 4px solid transparent;
				  border-right: 8px solid transparent;
				  border-bottom: 4px solid transparent;
				}

.pix_tab_r		{
				  float: right;
				  border-top: 4px solid transparent;
				  border-left: 8px solid transparent;
				  border-bottom: 4px solid transparent;
				}
.pix_tab_c		{
				  width: 100%; 
				  text-align: center;
				}
.pix_caption	{
				  text-align: center;
				  font-size: 0.7em;
				  font-style: italic;
				}
.pix_pix		{ border: 0px solid transparent; }

.preface		{
				  font-family: "Lucida Console", "Courier New", Courier, Monotype;
				  font-size: 1em;
				  text-align: justify;
				}
.text			{
				  font-size: 1em;
				  text-align: justify;
				}
.text_links		{
				  font-size: 0.9em;
				  text-align: center;
				  font-style: normal;
				}
.unfloat		{ clear: both; width: 100%; }

.separator		{ border-bottom: 2px solid gray; }

.copyright		{
				  text-align: center;
				  font-size: 0.8em;
				  font-weight: bold;
				  font-style: italic;
				}
.gal_caption	{ font-size: 1.2em;
				  color: black;
				  background: transparent;
				  cursor: default;
				}
.gal_count		{ font-size: 32px;
				  color: gray;
				  background: transparent;
				  cursor: default;
				}
