@import url(hacks.css);
/* Default base styles */

body {
color: #000;
background: #fff;
margin: 0;
padding: 0;
line-height: normal;
font-family: arial, helvetica, sans-serif;
}

select, input, textarea {
font-family: arial, helvetica, sans-serif;
}

/*  FONT SIZE SETTINGS
	http://www.alistapart.com/articles/sizematters/
	http://style.cleverchimp.com/font_size_intervals/altintervals.html */

body, body div, body p, body th, body td,
body ul, body ol, body li, body dl, body dt,
body dd, body input, body select, body textarea, body span, body div {
font-size: 10px; /* false value for WinIE4/5 */
voice-family: "\"}\""; /* trick WinIE4/5 into thinking rule is over */
voice-family: inherit; /* recover from trick */
font-size: 10px; /* intended value for better browsers */
}
html>body, html>body div, html>body p, html>body th, html>body td,
html>body ul, html>body ol, html>body li, html>body dl, html>body dt,
html>body dd, html>body input, html>body select, html>body textarea, html>body span, html>body div {	
font-size: 11px; /* be nice to Opera */
}
	
td.page {
	padding-left: 15px;
	background-image: url(/images/shadow2.png);
	background-repeat: repeat-y;
	color: #FFFFFF;
	line-height: 20px;	
}
h2 {
font-size: 1.4em;
font-weight: 500;
color: #FFFFFF;
padding: 0;
margin: 0;
font-weight: bold;
}

