body {
	margin: 0;
	padding: 10px 30px 30px 30px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	background: #ffffff;
	}

* 	html body { 
	font-size: x-small; /* para IE5/WIN */
	f\ont-size: small; /*for other IE versions*/
}

h2 { font-size: 155%; }

table
{
  width: 900px;
  border-collapse: collapse;
  font-size: 95%;
  font-family: Arial, Helvetica, sans-serif;

}

table.nav
{
  width: 225px;
  border-collapse: collapse;
  font-size: 95%;
  font-family: Arial, Helvetica, sans-serif;
  float: right; 
	margin: 0 0 0 55px;
	clear: right;

}

.container {
	width: 900px;
	margin: 0 auto;
	text-align: justify;
	background: #ffffff;
	}

a { color: #d11212; text-decoration: none; font-weight: bold; }	

a:hover { color:  #FF9900; text-decoration: underline; }

th
{
  border-left: 1px solid #FFFFFF;
  padding: 0.5em;
  background-color: #3399FF;

  color: #FFFFFF;
  text-align: center;
}

th.c1
{
  border-left: 1px solid #0066CC;
 
}

th.c11
{
  border-right: 1px solid #0066CC;
}



th a
{
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}

* html th a
{
  height: 1px;
}

td
{
  border: 1px solid #0066CC;
  padding: 0.5em;
  text-align: center;
}



form { margin-top: 0; margin-bottom: 0; }

.na {
	color: #CCCCCC;
	text-decoration: line-through;
	}
	
.footnote {
	font-size: 80%;
}

.header {
	font-size: 105%;
		
}	

ul {
	padding: 0 15px;
	margin: 0;
	}

li {
	list-style-type: square;
	}
	
.floatright1 { 
	float: right; 
	margin: 0 0 0 55px;
	clear: right;
	}	
	
.floatright1paragraph { 
	float: right; 
	margin: 10px 0 10px 25px;
	clear: right;
	}	
			
	
.floatleft1 { 
	float: left; 
	margin: 0 55px 0 0;
	clear: left;
	}		
	

.floatleftcase { 
	float: left; 
	margin: 0 35px 75px 0;
	clear: left;
	}		
	
	
#nav {
	float: left;
	width: 900px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 70%;
	border-top: 1px solid #fdf994;
	border-bottom: 3px solid #d69808;
	background: #fff500 url(../images/nav-bg-yellow1.gif) repeat-x top left;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(../images/nav-li-bg-yellowstripe.gif) no-repeat top right;
	}
#nav a {
	float: left;
	padding: 7px 21px;
	text-decoration: none;
	border-bottom: none;
	color: #000;
	}
#nav a:hover, #nav a.active {
	color: #000;
	background: #fff500;
	
	}	
	
fieldset {
	border: 1px solid #b5b5b5;
	
	
	}
	
legend {
	
	color: #000000;
	font-weight: bold;
	}	
	
.spacer {
	clear: both;
	height: 10px;
	}

.spacersmall {
	clear: both;
	padding: 20px;
	}
	

	
.dotted {
	border: 1px dashed  #b5b5b5;
	
	width: 900px;
	}	
		
