﻿a:hover      { text-decoration: underline }
a
{
    text-decoration: none
}
	
#www {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	color: #666666;
	text-decoration: none;
}

#www a {
    text-decoration: none
}
#www a:hover {
    text-decoration: none
}
#pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	color: #222222;
	text-align:center;
	text-decoration: none;
}

#pie a {
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	color: #222222;
    text-decoration: none
}
#pie a:hover {
    text-decoration: none
}


body         { font-family: Verdana; font-size: 12px; background-color:#b3b2b3 }
p            { font-family: Verdana; font-size: 12px }
td           { font-family: Verdana; font-size: 12px }
h1           { font-family: Comic Sans MS; font-size: 24px; font-weight: bold }
h4           { margin-bottom: 5px }
h5           { margin-bottom: 5px }

#header {
	float: left;
	width: 100%;
	background: #6666FF;
	font-size: 11px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#header ul {
  margin:0;
  padding: 0 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
	float: left;
	display: block;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
    background-color:#6666FF

}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  background-color:#E9E9E9
  }
#header #current {
  background-color:#E9E9E9
  }
#header #current a {
  color:#333;
  padding-bottom:5px;
  }
#header #sp {
  background-image:none;
  }
#header #sp a {
  background-image:none;
  color:#333;
  padding-bottom:5px;
  }

.borde0{
	border-width:0;
}
