/* style.css © 2008-2008 by Adam Baruch */

B				{
				font-weight: bold;
				}
BODY			{
				background-color: #000000;
				margin: 0px;
				overflow: auto;
				scrollbar-3dlight-color: #FFFFFF;
				scrollbar-arrow-color: #FFFFFF;
				scrollbar-darkshadow-color: #000000;
				scrollbar-highlight-color: #FFFFFF;
				scrollbar-face-color: #000000;
				scrollbar-shadow-color: #FFFFFF;
				scrollbar-track-color: #000000;
				}
H2				{
				background-color: #000000;
				color: #FFFFFF;
				font-family: Verdana, Arial;
				font-size: 15pt;
				font-weight: bold;
				padding-bottom: 10px;
				padding-top: 10px;
				}
INPUT.error		{
				background-color: #000000;
				border: none;
				color: #FF0000;
				}
P				{
				font-family: Verdana, Arial;
				font-size: 10pt;
				margin-left: 10%;
				margin-right: 10%;
				text-align: justify;
				}
TABLE			{
				color: #FFFFFF;
				font-family: Verdana, Arial;
				font-size: 10pt;
				margin-left: auto;
				margin-right: auto;
				}
TABLE.external	{
				height: 100%;
				width: 100%;
				}
TABLE.wide		{
				width: 100%;
				}
TD.center		{
				padding-left: 10px;
				padding-right: 10px;
				text-align: center;
				}
TD.justify		{
				padding-left: 10px;
				text-align: justify;
				}
TD.right		{
				padding-right: 10px;
				text-align: right;
				}
a				{
				position: relative;
				}
a:link			{
				background-color: #666666;
				color: #FFFFFF;
				font-weight: bold;
				text-decoration: none;
				}
a:visited		{
				background-color: #666666;
				color: #FFFFFF;
				font-weight: bold;
				text-decoration: none;
				}
a:hover			{
				background-color: #666666;
				border: none;
				color: #FFFF00;
				font-weight: bold;
				text-decoration: underline;
				z-index: 1;
				}
a:active		{
				background-color: #666666;
				color: #FFFF00;
				font-weight: bold;
				text-decoration: underline;
				}
a span			{
				display: none;
				}
a:hover span	{
				/* span will display only on :hover state */
				background-color: #FFFFFF;
/*				border: 1px solid #FFFFFF;*/
				color: #000000;
				display: block;
				left: -100px;
				padding: 3px;
				position: absolute;
				text-align: center;
				text-decoration: none;
				top: 30px;
				width: 100px;
				/* filter / opacity */
				filter: alpha(opacity:70);
				KHTMLOpacity: 0.70;
				MozOpacity: 0.70;
				opacity: 0.70;
				}
a.big			{
				color: #FF0000;
				font-size: 16pt;
				}
