/* ======================================================== */
/* Copyright © 1991-2010, Danny´s Home Page, www.dannybia.com */

/* Body */

body {
	font-family:"Tahoma", Arial, Times, Serif;
	font-size: 11pt;
	color: #111111;
	margin-left: 5px;
	margin-top: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color:#FFFFCC;
	background-image:url('clouds.jpg');
	background-position:  left 50%;
	background-repeat:repeat-y;
	overflow: auto; 
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #EFEFEF;
	scrollbar-highlight-color: #EFEFEF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #666666	
}

/* Headers */

h1, .h1, h2, .h2, h4, .h4, h5, .h5, h6, .h6  {
	font-family: "Georgia", Tahoma, Arial, Times, Serif;
	font-variant: small-caps;
	letter-spacing:1.82px;
	text-align: left;}

h1, .h1 {
	font-size:16pt;
	color:blue}
	
h2, .h2 {
	font-size:14pt;
	color:red}
	
h3, .h3 {
	font-size:13pt;
	color:red}

h4, .h4 {
	font-size:12pt;
	color:blue}

h5, .h5 {
	font-size:11pt;
	color:green}

h6, .h6 {
	font-size:10pt;
	color:green}

.nr {
	font-size:14pt;
	color:#009900;}

.tpt {
	font-size:16pt;
	color:black;
	align:left;
	font-variant: small-caps;
	margin:50px;}

.ting {
	font-size:15pt;
	color:red;
	align:left;
	font-variant: small-caps;
	margin:50px;}

.sub {
	font-size:12pt;
	color:blue;
	align:left;
	font-variant: small-caps;
	margin:30px;}

.ut {
	font-size:11pt;
	color:black;
	font:bold;
	align:left;
	margin:20px;}

.green {
	font-size:12pt;
	font-weight: bold;
	color:green;}

.fn {font-size:9pt;
	color:red;
	align:left;
	margin:45px;}

.note {
	font-size:10pt;
	color:red;
	align:left;
	margin:20px;}

blockquote {
	font-family: "Tahoma", Arial, Times, Serif;
	font-size: 95%;
	font-style: italic;
	color: FF0000;
	text-align: justify}

/* Page Title */

.PageTitle {
	font-family:"Georgia", Tahoma, Arial, Times, Serif;
	color:#333333;
	font-size:28pt;
	padding-right:60px;
	letter-spacing:1.82px;}

/* Regular text */

.danny {
	font-family: "Tahoma", Arial, Times, Serif;
	font-size: 10pt;
	vsibility: visible;
	font-style: italic;
	color: 000000;
	align: left}

.question {
	color: white;
	font-size: 11pt;}

.red  {
	color: red;
	font-size: 11pt;}

p, p1, li, ol, ul {
	font-family: "Tahoma", Arial, Times, Serif;
	text-align: justify;
	color: 000000;
	font-size: 11pt}

td, tr, span, div {
	font-family: "Tahoma", Arial, Times, Serif;


/* Hyperlinks */

a {
	color: #FFFFFF;
	text-decoration:none;}

a:link {
	color: blue;
	text-decoration:none;}
	
a:visited {
	color: blue;
	text-decoration:none;}
	
a:hover {
	color: #FF0000;
	border-bottom:2px solid #FF0000;
	text-decoration:none;}
	
a:active {
	color: #009900;
	text-decoration:none;}
	
/* Copyright string */

.copy {
	font-size: 9px;
	font-family: "Tahoma", Arial, Times, Serif;
	font-style: italic;
	color: #999999;}
/* ======================================================== */