@charset "UTF-8";
/* CSS Document */

HTML	{
	overflow-y: auto;
	background-color: transparent;
}

BODY  {
	position: static;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	background-repeat: no-repeat;
	background-image: none;
	background-size: auto;
	background-position: 0px 0px;
}

::-webkit-scrollbar {
width: 10px;
height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
height: 30px;
display: block;
background-color: transparent;
}

::-webkit-scrollbar-track-piece  {
background-color: #cccccc;
-webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
height: 50px;
background-color: #666;
border: 1px solid #eee;
-webkit-border-radius: 6px;
}

P	{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : lighter;
	font-style : normal;
	color : #333;
	line-height: 15px;
}

li	{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : lighter;
	font-style : normal;
	alignment-adjust: auto;
	color : #333;
	line-height: 15px;
}
	


H1	{
	font-size : 20px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #333;
	font-stretch: wider;
}

H2 {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : lighter;
	font-style : normal;
	text-align: left;
	color : #333;
}

H3	{
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : lighter;
	font-style : normal;
	color : #333;
}

iframe {
	outline: none;
	width: 800px;
	height: 800px;
}

/* CLASSES */

/* for eradicated word breaks */
.nobreak {
  white-space:pre-wrap;
  word-break:break-word;
}

/* for image columns */
.image	{
	overflow: hidden;
	padding: 1px;
	vertical-align: top;
	width: 820px;
	height: 800px;
}


/* footers */
.f	{
	font-size : 10px;
	font-family : Helvetica;
	font-weight : normal;
	font-style : normal;
	color : black;
	line-height: 12px;
}

/* invisible text */
.i	{	
	font-size : 12px;
	font-family : Helvetica;
	font-weight : normal;
	font-style : normal;
	text-align : justify;
	color : transparent;
	line-height: 15px;
}


/* for menu rollovers */
.m  {
	color: #666;
	text-decoration:none;
}

m:hover  {
	color : #9FC;
	text-decoration:none;
}


/* for in-text rollovers */
a  {
	color : #C99;
	text-decoration:none;
}

a:hover  {
	color : #9FC;
	text-decoration:none;
	right: auto;
}

/* for image rollovers */
.b:hover {
	opacity : .7;
	filter: alpha(opacity=70);
	color: #9FC;
}

b img {
border: none;
}



table
{ 
margin-left: 0;
background: rgba(255,255,255,0);
}