/* 
Telexport Trading Text-Only Stylesheet
*/

* {
text-decoration : none;
}

	ul#nav, p#banner, ul#leftnav, #spiders {
	display : none;
	}
	
	img {
	border : none;
	}



/* main page body */

body {
font-family : Tahoma, Verdana, Helvetica, "Times New Roman";
font-size : 62.5%;
}




/* wrapper for right side graphic */

#wrapper {
font-size : 1.2em;
}



/* header */

p#header a {
border-bottom : 3px solid #79A828;
color : #183A6F;
display : block;
font-size : 2.4em;
letter-spacing : -2px;
}



/* main content */

h1 {
color : #183A6F;
font-size : 1.4em;
}



/* address footer */

p#footer {
background : #79A828;
color : #fff;
font-size : .9em;
margin : 20px 0 0;
line-height : 1.6em;
padding : 4px 10px;
text-align : right;
}

	p#footer span {
	margin : 0 0 0 20px;
	}

	p#footer a {
	color : #fff;
	}

		p#footer a:hover {
		color : #183A6F;
		}