/*CSS to be used for iframe pages on the December 2008 rebuild of timewarnercable.com */


      body {
        font-family: arial;
        font-size: 12px;
		color: 5B6371;
      }
	  a:link { 
		font-family: arial;
        font-size: 12px;
		font-weight: bold;
		color: 25559F;
		text-decoration: none;
	  }
	  a:visited { 
		color: 25559F;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	  }
	  a:hover { 
		color: 25559F;
		font-size: 12px;
		font-weight: bold;
		text-decoration: underline;
	  }
	  a:active { 
	    font-size: 12px;
		font-weight: bold;
		color: 25559F;
	  }
	  p.pageheader {
        font-size: 18px;
		font-weight : bold;
		color: 01114f;
	  }
	  p.subheader {
	    font-size: 14px;
		font-weight : bold;
		color: 5B6371;
	  }
	  td, TD, form {
	  font-family: arial;
      font-size: 12px;
	  color: 5B6371;
	  }