/* typography css file */

* {
		margin:0;
		padding:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
		margin:0.5em 0;
}


li, dd {
			margin-left:1em;
}

fieldset {
			padding:.5em;
}

body {
			font-size:76%;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			line-height:1.3;
}

#wrap {
			margin-left:2px;
			margin-right:2px;
}

#footer {
			border:1px solid #999;
}

a {
			text-decoration:none;
}

a:hover {
			text-decoration:underline;
}

h1, .componentheading {
			font-size:1.7em;
}

h2, .contentheading {
			font-size:1.5em;
}

h3 {
			font-size:1.4em;
			color:#CC3300;
}

h4 {
			font-size:1.2em;
}

h5 {
			font-size:1.1em;
}

h6 {
			font-size:1em;
			font-weight:bold;
}

#footer, .small, .createdate, .modifydate, .mosimage_caption {
			font:0.8em Arial, Helvetica, sans-serif;
			color:#999999;
}


