a { 
	color: #639DC5; 
}
a:link, a:visited, a:active { 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}

body { 
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	background-color: #0A0B0F;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D1E4EF;
	line-height: 1.5em;
}

img {
	border: 0;
}

p {
	margin: 0;
	padding: 0;
}

#contactform .textbox {
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 4px;
	padding: 2px;
	width:540px;
	color: #FFFFFF;
	border:1px solid;
	border-color: #000000;
	background-color: #3C546C;
}

#content {
	margin:0 21px 0 21px;
	padding:20px;
}

#content_container {
	display:block;
	width: 740px;
	margin: 0 auto;
	background-color:#172029;
	background-image:url(../img/border_elements.gif);
	background-repeat:repeat-y;
}

#header {
	margin: 0 0 0 21px;
	width: 697px;
	display:block;
}

#header_top {
	height:48px;
}

#header_tnt_logo {
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	width: 221px;
	height: 50px;
}

#header_login_field {
	margin-top:10px;
	width: 260px;
	float:right;
	display: block;
}

#header_login_field input {
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	border:1px solid;
	border-color: #000000;
	background-color: #3D84AE;
}

#header_login_field .logintextbox {
	width: 100px;
	height: 13px;
}

#header_picture {
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	display:block;
	height:150px;
}

#header_line { 
	background-color:#3D84AE;
	height:1px;
}

#header_navigation {
	background-image: url(../img/nav_bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	text-align:center;
}

.edittable .firstcol {
	width: 100px;
	font-weight: bold;
}		

.edittable .inputbox {
	font-size: 12px;
	width: 300px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	border-top:1px solid;
	border-bottom:1px solid;
	border-left: 1px solid;
	border-right:1px solid;
	border-color: #000000;
	background-color: #3D84AE;
}	

.edittable .editbox {
	font-size: 12px;
	width: 540px;
	height:250px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	border-top:1px solid;
	border-bottom:1px solid;
	border-left: 1px solid;
	border-right:1px solid;
	border-color: #000000;
	background-color: #3D84AE;
}	

.headline {
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 0 0 12px;
	background: transparent url("../img/flechita2.gif") 0 2px no-repeat;
	text-transform: uppercase;
	margin-bottom:0.4em;
}

.newsitem .createdate {
	color: #639DC5;
}

.newsitem .news_text {
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
}

.nav_pics {
	margin: 0 18px 0 18px;
}

.separator { 
	height:4em;
	background: transparent url(../img/news_separator.png) 0 2em no-repeat;
}	

.table {
}

.table .table_head {
	font-weight:bold;
	color: #fff;
	background-color: #3A5269;
}	

.table .table_row1 {
}	

.table .table_row2 {
	background-color: #3A5269;
}