/* CSS Document */

a.silver
{
	text-decoration: none;
	color: #999999;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a.red
{
	color: red; 
	text-decoration: none;
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

h1
{
	font-weight: normal;
	text-decoration: none;
	color:#000066;
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

h2
{
	font-weight:bold;
	text-decoration: none;
	color:#000033;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
h3
{
	font-weight: normal;
	text-decoration: none;
	color:#000066;
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	margin-left:8px;
	margin-right:8px;
}

h4
{
	font-weight: normal;
	text-decoration: none;
	color:#000066;
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

input.red
{
	background-color:#333333;
	font-weight: normal;
	text-decoration: none;
	color:#CCCCCC;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

input.violet
{
	background-color: #ccccff;
}

textarea.violet
{
	background-color: #ccccff;
}


#Layer1 {
	position:absolute;
	width:200px;
	height:44px;
	z-index:1;
}

#Layer2 {
	position:absolute;
	width:162px;
	height:115px;
	z-index:2;
	top: 89px;
}

#Layer3 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:3;
	left: 196px;
	top: 89px;
}

#Layer4 {
	position:absolute;
	width:337px;
	height:166px;
	z-index:4;
	left: 424px;
	top: 89px;
}

body {
	background-color: #666666;
}

.style1 {
	color: #CCCCCC;
	font-weight: bold;
}

.style2 {
	color: #FFFFFF;
}

.style3 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.style4 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.style5 {
	color: #000033;
}

.style6 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; font-size: 14px;
}

.style7 {
	font-size: small;
}

