	body,p,br,h1,h2,h3,h4,ul,ol,li,div,table,td,th,tr,address,blockquote,select {
		font-family:Verdana ,sans-serif;
		color:#85979E;
		font-size:11px;	  		
		font-style:normal;
	}

	html,
	body {
		background-color:#FFFFFF;
		text-align: center;
		margin:0px;
		padding:0px;
		border:0px;
	
	}

	H1 {
		font-size: 18px;
		font-weight: normal;
		color: #00466D;
		padding:0px;margin:0px;
		margin-bottom:5px;
	}

 	H2 {
		font-size: 12px;
		font-weight: bold;
		color: #00466D;
		padding:0px;margin:0px;
		margin-bottom:5px;
	}

	A {
		color:#00466D;	
	}
	A:link {
		text-decoration: underline;	 
		color: #00466D;
	}

	A:active {
		text-decoration: underline;
		color: #00466D;
	}

  	A:hover {
		text-decoration: none;
		color: #C1DBE5;
	}
	A:visited {
		text-decoration: none;
		
	}

	#pageCenter {		
		width:700px;
		min-height:450px;
		
		margin:0 auto;
		min-height:100%;
		position: relative;
		text-align:left;
		border:solid 1px #85979E;
		margin-top:10px;
		background:url('/images/script.gif') bottom right no-repeat;
	}

  * HTML #pageCenter {
    height:450px;
  }
	#pageHolder {  	
		width:700px;		
		margin:0 auto;
		background:url('/images/logo-line.gif') 0px 97px repeat-x;
	}

	#logo {
		margin-top:10px;
	}

	#content {
		margin-left:10px;
		margin-top:10px;	
	}

	UL,LI{
		margin:0;padding:0;
		list-style:none;
		line-height:14px;
	}
	UL.lv1 {padding-left:10px;}
	.float {
		float:left;
	}
