a:link {color: blue;text-decoration: underline;border:0px}
a:visited {color: blue;text-decoration: underline;border:0px}
a:active {color: blue;text-decoration: underline;border:0px;outline:none}
a:hover {color: blue;text-decoration: underline;border:0px;}
a:focus{outline: none;}		
:-moz-any-link:focus {
 outline: none;
}
:focus
{
  -moz-outline-style: none;
}

img{
	border:0px;
}

html,body{
  height:100%;
}


body {
	background-color: #ededed;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;	
	margin:0px;
	padding:0px;
}

#tb_main{	
	width:960px;
	height:100%;
	margin-left:auto;
	margin-right:auto;	
	background-color: #ffffff;
	z-index:100;
 	border-spacing:0px;
	box-shadow:0px 10px 20px #333333;
	behavior: url(/userfiles/css/PIE.htc);
    vertical-align: top;
}

#td_top{
  padding:30px;
  border-top: 20px solid #209dfc;
  vertical-align: top;
  height: 200px
}

#td_content{
  padding:30px;
  border-top: 1px solid #cecece;
  vertical-align: top;
}

ul {
  list-style-type: none;
}
ul li:before {
  content: " > ";
  color: #209dfc;
  font-weight: bold;
}
ul li{
  margin-bottom: 10px;
}