@import url("layout.css");

body {
	background		: #e5eaef url("../img/bg.gif") repeat-y center top;
	font-family		: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Arial", "sans-serif"; 
	color			: #5c5c5c;
	line-height		: 19px; 
	font-size 		: 0.9em;
}

img {
	border			: none;
}

a:link {
	color			: #0a4284;
	text-decoration		: underline;
}

h1 {
	font-size		: 1.3em;
	color			: #eb002c;
	margin-bottom		: 24px;
}

h2 {
	font-size 		: 1.1em;
	color			: #282828;
	margin			: 0 0 -9px 0;
}

h3 {
	font-size 		: 1.0em;
	color			: #282828;
	margin			: 0 0 -9px 0;
}

dt {
        font-size               : 1.0em;
        color                   : #282828;
        font-weight             : bold;
	padding-bottom		: 0.2em;
}

dd dd {
	border-style		: none;
	border-width 		: 0;
}

pre {
	background		: #f7f7f7;
	border			: 1px solid #d7d7d7;
	margin			: 1em 1.75em;
	padding			: .25em 1em .25em 1em;
	overflow		: auto;
}

