body {
    font: 13px/1.231 Arial, Tahoma, helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	color: #818182;
    }

.body_med #main-column{ font-size:1.1em; }
.body_large #main-column { font-size:1.2em; }


select, input, button, textarea
{
    font: 99% Arial, Tahoma, helvetica,clean,sans-serif;
}
table
{
    font-size: inherit;
    font: 100%;
}
pre, code, kbd, samp, tt
{
    font-family: monospace;
    *font-size:108%;
    line-height:100%;
}



h1 {
	font-size: 182%;
	margin-bottom: .5em;
	margin-top: 20px;
	line-height: 105%;
	}
	
h2 {
	font-size: 162%;
	margin: .2em 0;
	line-height: 105%;
	}
	
h3 {
	font-size: 142%;
	margin: .2em 0;
	line-height: 105%;
	}
	
h4 {
	font-size: 122%;
	margin: .2em 0;
	line-height: 105%;
	}
	
h5 {
	font-size: 112%;
	margin: .2em 0;
	line-height: 105%;
	}
