  body {
	background-color: #ffffff;
	overflow: auto;
	padding: 0;
	margin: 5px;
	font-size: 12px;
	line-height: 120%;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #000000;
  }

  p {
	margin: 1px 9px 9px 50px;
	width: 650px;
  }

a:link { 
	color: #666666; 
	text-decoration: none;
/*	border-bottom: 1px dotted #666666; */
}

a:visited { 
	color: #666666; 
	text-decoration: none;
/*	border-bottom:  1px dotted #666666; */
}

a:active { 
	color: #333333; 
	text-decoration: none;
}

a:hover { 
	color: #333333; 
	text-decoration: none;
	padding:1px 2px 0 2px;
	margin:-2px;
	background:#edece1;
}

h1  { 
	color: #000033; 
	font: bolder 16px/100% "FranklinGothic-Book", "Franklin Gothic Book", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
    margin: 50px 9px 9px 50px;
}

h2  {
	color: #333333;
	font: bolder 14px/100% "FranklinGothic-Book", "Franklin Gothic Book", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: 50px;
}

strong {
	color: #333333;
	font: bold;
	

}
  
  #header{
	width: 750px;
  }

  img.tl, img.tr, img.bl, img.br {
    position: absolute;
    z-index: 100;
  }
  
  img.tr, img.br { right: -1; }
  img.tl, img.bl { left: -1; }
  img.tl, img.tr { top: -1; }
  img.bl, img.br { bottom: -1; }

  .roundedBox {
	position: relative;
	width: 750px;
	background-color: #ffffff;
	border: 1px solid #000000;
  }

  .tLine, .rLine, .bLine, .lLine {
   position: absolute;
    background-color: #000000;
    overflow: hidden;
  }
  .tLine, .bLine {
    width: 100%;
    height: 1px;
  }
  .lLine, .rLine {
	width: 1px;
	height: 100%;
	margin: auto;
  }
  .tLine { top: 0; }
  .rLine { right: 0; }
  .lLine { left: 0; }
  .bLine { bottom: 0; }
	
.small{
	font-size: 9px;
	
}	

#nav{
	margin: auto;
	width: 750px;
	text-align: right;
	padding-right: 30px;   
}		
#content{
	margin: auto;
	width: 748px;
	text-align: left;
}	
 
table{
}
	
td {
	font-size: 12px;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EEEEEE;
}

.banner a, .banner a:link, .banner a:visited .banner a:active, .banner a:hover, .banner a:focus
{
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	padding:0px;
	margin:0px;
	background:#ffffff;	
}