/* Twisteddigits.com

Welcome to our source code. 
If you're in the habit of trawling code we'd recommend looking at :
www.alistapart.com
www.messoblue.com
www.stopdesign.com

@Owner		Who ultimately takes responsibility for this sheet.
@File name	The name that this file *should* have
@Modified	The last date this sheet was modified.
@Purpose	Clear desciption of the purpose of this sheet.

*************************************************************** 
@import: url('main.css');*/
html, body, #container{
	background-color:#fff !important;
	background-image:none;
	margin:0;
	padding:0;
	}
#container{height:100%;}
h1, h2, h3, h4, h5, h6{
	color:#000;
	font-family:"Lucida Sans Unicode", Verdana , sans-serif;
	page-break-after:avoid;
	}
h1{ font-size:16pt;}
h2{ font-size:14pt;}
h3{ font-size:13pt;}
h4{ font-size:12pt; font-weight:bold; font-style:oblique;}
h5{ font-size:10pt; font-weight:bold;}
h6{ font-size:8pt; font-weight:bold;}
p, li, td, th{ font-size:12pt;}

/*ul, ol, li {
	page-break-inside:avoid;
	}*/

table{border-collapse:collapse;}
tr{}
td, th{
	border: solid 1px #000;
	padding:0 3px;
	}
th{
	background:#ccc;
	}

/*----------- Coppied from main.css --------------*/
.alignLeft{
	float:left;
	clear:both;
	}
.alignRight{
	float:right;
	clear:both;
	}
.No_Border td, .No_Border th{
	border-style:none;
	padding:0 3px;
	}
/*----------- Hidden Sections--------------*/
#masthead img, #masthead h2, .offLeft, #subcol, #nav, #footer, .top{
	display:none !important;
	}

