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


html * {
padding: 1px;
margin: 0 auto;
} 

.table 
{ 
width: 80%; 
}

.table2
{
border-collapse: collapse;
border: solid 2px;
border-color: #FF0000;
}

.colcell
{ 
background-color: #FF0000; 
}


H1 
{
	color: #FF0000;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 45px;
	text-align: left;
}

H2 
{
	color: #FF6600;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 24px;
	text-align: left;
}

H3
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	color: #FF0000;
	font-size: 12px;
}

H4
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 14px;
	letter-spacing:.1em;
}

p
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #333333
}


.style1 
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	color: #FF6600;
	font-size: 12px;
}

.style2 {color: #FF9900; font-size: 16px; }

.style3 {color: #000000; }

.style4
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	color: #FF6600;
	font-weight: bolder;
	font-size: 18px;
}

.style5
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	color: #FF0000;
	font-weight: bolder;
	font-size: 14px;
}

.style6 
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	color: #FF6600;
	font-size: 10px;
}

.style7 {font-size: 12px; }

.imgind
{
	float: left;
	border: 5px solid #fff;
}

input[type=submit] 
{
border: 1px solid #999999;
background-color:#FFFFFF;
color:#333333;
} 

textarea {
border:1px solid #999999;
font-family:"Lucida Sans", "Lucida Sans Unicode", sans-serif;
font-size:12px;
}

input {
border:1px solid #999999;
font-family:"Lucida Sans", "Lucida Sans Unicode", sans-serif;
font-size:12px;
}

a:link 
{ 
color: #0000cc;
}

a:visited 
{
	color: #0000CC;
}

div.panel {
position:absolute;
background-color:#FFFFFF;
border-collapse: collapse;
border: solid 2px;
border-color: #FF0000;
}