@import url(layout.css);
@import url(navigations.css);
@import url(tt_news.css);
@import url(search.css);


* {
margin: 0;
padding: 0;
border-collapse: collapse;
border-spacing: 0;
}

html, body {
	color : #000;
	line-height : 1.25;
	height: 100%;
}

body {
	font-size : 100.01%;
	min-height: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #fff url(../images/body-bg.jpg) repeat-x top;
}

a {
	color: #000;
}

a:visited, a:link {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
		border:none;
}

h1 {
	color: #c33;
	font-size: 1.3em;
	background: #f7f8f6 url(../images/header1-bg.gif) no-repeat 0 3px;
	padding: 0 0 0 20px;
	margin: 1em 0 0.5em 0;
}

p+p {
	margin-bottom: 1em;
}
.nomail {
	display: none;
}
.noBorder {
	border: 0 none !important;
}
.noBgImage {
	background-image: none !important;
}

.clearfix:after, .csc-textpic:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}

.clearfix {
	display:block;
}
