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

body
{
    margin-top:0px;
    margin-left:0px;
	padding-top:0px;
	padding-left:0px;
	border-top:0px;
	border-left:0px;
}

#containerleft
{
	position:absolute;
	left:34px;
	top:1px;
	width:270px;
	height:500px;
	z-index:1;
	white-space:nowrap;
	margin-top:0px;
    margin-left:0px;
	padding-top:0px;
	padding-left:0px;
	border-top:0px;
	border-left:0px;
}

#containerright
{
	position:absolute;
	left:34px;
	top:1px;
	width:500px;
	height:500px;
	z-index:1;
	white-space:nowrap;
	margin-top:0px;
    margin-left:0px;
	padding-top:0px;
	padding-left:0px;
	border-top:0px;
	border-left:0px;
}

.text 
{
	font-family:Times New Roman;
	font-size:14px;
	font-style:normal;
	line-height:17px;
	font-weight:bold;
	color:#000000;
	margin-left:0;
}

.text2
{
	margin-left:34px;
}

a:link 
{
	text-decoration:underline;
	color:#000000;
	-moz-outline:none;

}

a:active
{    
    -moz-outline:none;
}

a:visited

{
	text-decoration:underline;
	color:#000000;
    -moz-outline:none;
}

a:hover 
{
	text-decoration: underline;
	color:#FF0000;
}