@charset "utf-8";
/* CSS Document */
/* Youkai Yui © Azedinho Doce: http://azedinhodoce.net
 * Please send e-mail if you want copy my style sheet. 
 * azedinhodoce[at]azedinhodoce[dot]net
 * Please, read disclaimers in website, all scripts was taken from somewhere. I don't own them.
 */

body {
	font-family: Tahoma;
	color: #338604;
	background-attachment: fixed;
	background-color: #fffff1;
	background-image: url(images/bkg_iframe.jpg);
	background-repeat: repeat;

	
	scrollbar-3d-light-color: #fffff1;    /*ARROW BUTTOM and SLIDER: bottom and right edges ex*/
	scrollbar-arrow-color: #338604;       /*ARROW inside*/
	scrollbar-base-color: #338604;        /*ARROW BUTTOM, SLIDER overal border in*/
	scrollbar-dark-shadow-color: #fffff1; /*ARROW and SLIDR: bottom and right edges ex*/
	scrollbar-face-color: #fffff1;        /*FLATSURFACE alternate pixel for TARCK*/
	sc rollbar-highlight-color: #fffff1;   /*ARROW BUTOM, SLIDER: top and left edges ex alternate pixel for TRACK*/
	scrollbar-shadow-color: #fffff1;      /*ARROW BUTTOM and SLIDER: bottom and right edges in*/
    scrollbar-track-color: #fffff1;       /*TRACK*/
}
A { 
	color: #8ec060;
	font-weight: bold;
	text-decoration: none; 
}
A:hover { 
	color: #d9e294;
	font-weight: bold;
	text-decoration: none;
}
ul {
	list-style: circle;
	list-style-position:outside;
	font-size: 10pt;
	list-style-image: url(images/text_list.png);
}

ol {
	font-family: Tahoma;
	font-size: 10pt;
	list-style-position:inside;
}

p {
	font-family: Tahoma;
	font-size: smaller;
}

h1 {
	text-align: center;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}

h2{
	font-size: small;
	font-style: italic;
	font-weight: bold;
}
/*H3 e H4 for title and date*/
h3{
	text-align: left;
	font-size: smaller;
	font-weight:bold;
	color: #8ec060;
}
h4{
	text-align: right;
	font-size: smaller;
	font-weight: bold;
	color: #8ec060;
}

/*AJAX TOOLTIP, script for visualization in onmouseover link, text and img. http://javascriptkit.com*/
.ajaxtooltip{
	position: absolute; /*leave this alone*/
	display: none; /*leave this alone*/
	width: 0;
	left: 0; /*leave this alone*/
	top: 0; /*leave this alone*/
	background: #fffff1;
	border: none;
	border-width: 0px 0px 0px 0px;
	padding: 0;
}

