/* CSS Document */
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #006666;
	margin-top: 20px;
}
a:link {
	color: #CCFF00;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #99CC00;
	text-decoration: none;
}
a:active {
	color: #FF3300;
	text-decoration: none;
}
#alb a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#alb a:visited {
	color: #999999;
	text-decoration: none;
}
#alb a:hover {
	color: #000000;
	text-decoration: none;
}
#alb a:active {
	color: #FF0000;
	text-decoration: none;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	color: #000;
}
.style2 {
	font-size: 36px;
	font-weight: bold;
	color: #669900;
}
.style3 {
    font-family: Tahoma, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #663300;
}
.style4 {color: #CCFF00}

h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #333333;}
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #0066CC;}

form { margin:0px; padding:0px; display:inline; }

p {
    margin-left: 0.6cm; 
	margin-top: 0.2cm; 
	margin-right: 0.2cm;
	margin-bottom: 0.2cm;
}
p.line {
    margin-left: 0.4cm; 
	margin-top: 0.2cm; 
	margin-right: 0.2cm;
	margin-bottom: 0.2cm;
	padding-left: 10px;
	padding-right: 4px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
input, textarea, select
{
	border: 1px solid #EBEBEB;
	background: #f8f8f8;
	padding: 2px;
	font: 10px Verdana;
	color: #666666;
}

input:focus, textarea:focus, select:focus, input:hover, textarea:hover, select:hover
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
	color: #CC0000;
}

button
{
	border: 1px solid #CCCCCC;
	background: #F8f8f8);
	padding: 0px;
	font: 10px Verdana;
	font-weight: bold;
	color: #333333;
}
#img { 
	padding: 0px;
	float: center;
	}

#img a
{
  text-decoration: none;
  background: #FFFFFF;
}

#img a:hover, #img a:active 
{
  text-decoration: none;
  background: #FFFFFF;
  border-bottom: #BBBBBB 0px solid;
}