/*

	text only style sheet
	Created by Ryan Mitchell on 03/04/2007


*/

body { font-size:medium; font-family:Arial, Helvetica, sans-serif; color:#000; }
img { border:none; }
a { color:#0000FF; }
a:hover { color:#FF0000; background-color:#ffffcc; }

#textOnly, #image { display:none; }

#links span.to { font-size:1.2em; font-weight:bold;  }
#links span.hide { display:none; }

#search { padding-top:1.5em; }
#search span.to { font-size:1.2em; font-weight:bold;  }
#search img { display:none; }

#content .right, #content .text { padding-top:1.5em; }
#content .right h1 img, #content .text h1 img { display:none; }
#content .right h1,  #content .text h1 { font-size:1.2em; font-weight:bold; }

#content .right table th { background-color:#ccc; }
#content .right table td { width:40px; height:20px; }

#footer { padding-top:1.2em; }