* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	outline: none;
	font-size: 1em;
}

body {
	background: #f0f0f0 url(images/bg-head.gif) top left repeat-x;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgb(14, 32, 59); 
	color: rgba(14, 32, 59, .75);
	text-shadow: #ddd 0 0 0;
	position: relative;
}

#head {
	background:	#f0f0f0 url(images/bg-head.gif) top left repeat-x;
	height:		44px;
	border-bottom:	1px solid #888;
	}

body h1 {
	color:	#f0f0f0;
	font:	bold 2em / 1.5em Georgia,Helvetica,"Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	letter-spacing:0;
	border:0;
	margin: 2px 0 0 5px;
	background:	url(images/TX-Logo-transparent-88x35px.png) center right no-repeat;
	}

h2 {
	text-decoration:	underline;
	}
	
body h1 a {
	color:	#fff;
	}

body h1 a span {
	color:	#888;
	}

body h1 a:hover {
	text-decoration:	none;
	}
	
#content {
	width:	450px;
	margin:	100px auto 0 auto;
	background: #f3f1e1;
	padding:	20px 20px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-top:4px solid #808080;
	border-bottom:4px solid #808080;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-border-radius: 10px;
	}

a {
	color:	#cc0000;
	}

a:hover {
	text-decoration:	underline;
	}

input.uri { border: 1px solid #000; background-color: #fff; width: 320px; font:13px/20px "Trebuchet MS",Arial, Helvetica, sans-serif; padding: 2px 2px; margin: 1px; }
input.button { border: 1px solid #000; background-color: #fff; width: 100px; font:13px/20px "Trebuchet MS",Arial, Helvetica, sans-serif; padding: 1px 2px; margin: 1px; }

#content p {
	margin:	5px 0 20px 0;
	font-weight:	normal;
	font-size:		12px;
	}

#content p.shortlink {
	margin-top:	20px;
	font-size:	16px;
	}

ul {
	margin:	5px 0 20px 0;
	font-size:		11px;
	line-height:	16px;
	}

ul li {
	margin:	0 0;
	padding: 0 0;
	}

#footer {
	width:	450px;
	margin:	50px auto;
	background: #f3f1e1;
	padding:	20px 20px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-top:4px solid #808080;
	border-bottom:4px solid #808080;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-border-radius: 10px;
	}

#footer p {
	font-weight:	normal;
	font-size:		10px;
	}

a#favorite-link {
	padding-left:	20px;
	background:		url(images/favicon.png) top left no-repeat;
	}

a#favorite-link:hover {
	text-decoration:	none;
	border-bottom:		1px solid #000;
	}