body {
    font: 13px/1.231 Georgia, "Times New Roman", Times, serif;
    *font-size:small;
    *font:x-small;
	color: #323232;
    }

.body_med #main-column{ font-size:1.1em; }
.body_large #main-column { font-size:1.2em; }


select, input, button, textarea
{
    font: 99% "Lucida Grande", arial, helvetica, verdana; /* nnc */
}
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: .3em 0 10px 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%;
	}

