/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	margin: 0px;
	padding: 0px;
	}
a:visited
{
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}
a:link
{
	text-decoration: none;
}
.bodytable
{
	border: 0pt; 
	margin: 10px;
	background-color: white;
	vertical-align: middle;
	}	
.leftmenulink
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: 600;
	font-style:	normal;
	color: #305180;
}
a.leftmenulink:visited
{
	color: #305180;
}
a.leftmenulink:hover
{
	color: #ff6600;
}
.merlinbox
{
	border: 2pt;
	border-style: solid;
	border-color: white;
}
.bodytext	{
	font-size:	8.5pt;
	font-family: Arial;
	font-weight: 100;
	font-style:	normal;
	text-decoration:	none;
	line-height: 10pt;
	color: black;
	}
.bodyhead	{
	font-size:	12pt;
	font-family: Arial;
	font-weight: 600;
	font-style:	normal;
	text-decoration: none;
	line-height: 18pt;
	color: #305180;
	}
.head	{
	font-size:	25pt;
	font-family: Arial;
	font-weight: 200;
	font-style:	normal;
	line-height: 32pt;
	color: black;
	}
.test	{
	font-size:	19pt;
	font-family: Tahome, Arial;
	font-weight: 100;
	font-style:	normal;
	line-height: 12pt;
	color: #b6b6b6;
	}
.testb	{
	font-size:	19pt;
	font-family: Tahome, Arial;
	font-weight: 100;
	font-style:	normal;
	line-height: 26pt;
	color: black;
	}	
.testsm	{
	font-size:	14pt;
	font-family: Tahome, Arial;
	font-weight: 100;
	font-style:	normal;
	line-height: 12pt;
	color: #b6b6b6;
	}
.textgrey	{
	font-size:	14pt;
	font-family: Tahome, Arial;
	font-weight: 100;
	font-style:	normal;
	line-height: 18pt;
	color: #747474;
	}
.textgreyind	{
	font-size:	13pt;
	font-family: Tahome, Arial;
	font-weight: 100;
	font-style:	normal;
	line-height: 16pt;
	color: #747474;
	text-indent: 10%:
	}	
.textlarge	{
	font-size:	18pt;
	font-family: Arial;
	font-weight: 200;
	font-style:	normal;
	line-height: 22pt;
	color: black;
	}
.textlink	{
	font-size:	14pt;
	font-family: Tahome, Arial;
	font-weight: 100;
	font-style:	normal;
	line-height: 18pt;
	text-decoration: underline;
	color: black;
	}	
a.textlink:visited	{
	color: black;
	text-decoration:underline;
	}	
a.textlink:hover	{
	color: black;
	}	
.textred	{
	font-size:	18pt;
	font-family: Tahome, Arial;
	font-weight: 600;
	font-style:	normal;
	line-height: 18pt;
	color: red;
	}
.textreds	{
	font-size:	16pt;
	font-family: Tahome, Arial;
	font-weight: 200;
	font-style:	normal;
	line-height: 26pt;
	color: red;
	}				
.toplink	{
	font-size:	9pt;
	font-family: Tahome, Arial;
	font-weight: 100;
	font-style:	normal;
	line-height: 12pt;
	color: black;
	}	
.xsmall	{
	font-size:	11pt;
	font-family: Arial, Tahoma;
	font-weight: 400;
	font-style:	normal;
	text-decoration:	none;
	line-height: 17pt;
	color: #b6b6b6;
	}
.mailform	{
	font-size:	11pt;
	font-family: Arial, Tahoma;
	font-weight: 400;
	font-style:	normal;
	text-decoration:	none;
	line-height: 17pt;
	color: #404040;
	}	
#div1 {
 	position:relative;
 	z-index:1;
}
#div2 {
 	position:relative;
 	z-index:2;
 	top:-70;
	left:-30;
}