/*
** default.css
** 
** Version 1.1 - 06 February 2007
*/

/* generic text styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;   /* for compliant browsers*/
}

* html body {
	font-size: x-small; /* IE5 Win renders small one step larger*/
	fon\t-size: small;   /* for other IE versions*/
}

th, td, li, dl, dt, p {
	font-size: 1em;
	font-weight: 400;
}

p {
	line-height: 1.1em;
	margin: 0 10px 1.3em 0;
}

h6 {
	font-size: 1em;
	font-weight: 500;
}

h5 {
	font-size: 1em;
	font-weight: 500;
}

h4 {
	font-size: 1em;
	font-weight: 600;
}

h3 {
	font-size: 1em;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 0.2em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.30em;
	font-weight: 700;
	padding-top: 0.4em;
	margin-bottom: 0.4em;
}

h1 {
	font-size: 1.30em;
	font-weight: 900;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: underline;
}

ul, ol {
	margin-bottom: 1.5em;
}

ul {
	list-style-type: square;
}

ol {
	list-style-type: decimal;
}

ul li, ol li {
	line-height: 1.1em;
	margin-bottom: 0.4em;
}

ul li {
	margin-left: 28px;
}

ul li ul {
	list-style-image: url(../_img/bullet.gif);
}

ol li {
	margin-left: 28px;
}

address {
	font-style: normal;
	font-size: 0.85em;
	margin-top: 0.5em;
	margin-left: 13px;
	margin-bottom: 1em;
}

#sideContent {
}

#mainArticle {
}

#subContent, #floatbox {
	font-size: 90%;
}

#subContent h3, #floatbox h3 {
	line-height: 1.2em;
}

#subContent p, #floatbox p {
	line-height: 1.2em;
}
