@charset "charset=iso-8859-1";

/*
 * Production I.G default.css version 1.8
 * Created: May 20, 2000
 * Modified: May 29, 2004
 */

/* blocks */

body {
	margin: 1em 3em 1em 3em;
	background: #fff;
	color: #000;
}

h1, h2, h3, h4, h5, h6 { text-align: left }

h1, h2, h3 {
	background: transparent;
	color: #06c;
}

h1 { font-size: 1.7em }
h2 { font-size: 1.4em }
h3 { font-size: 1.2em }
h4 { font-weight: bold }
h5, h6 { font-style: italic }

address {
	font-style: normal;
	font-size: 85%;
}

address img { float: left }

blockquote {
	padding: 0.5em;
	background: #eee;
	color: #000;
}

p { line-height: 1.4em }

form p { line-height: 1em } /* for moz 1.x */

ul, ol { line-height: 1.4em }

hr { clear: both }

/* inlines */

strong { font-weight: bold } /* for nc 4.x */

del {
	background: transparent;
	color: #666;
}

/* links */

a:link {
	background: transparent;
	color: #00f;
	text-decoration: underline; 
}

a:visited {
	background: transparent;
	color: #609;
	text-decoration: underline;
}

a:hover {
	background: #eee;
	text-decoration: underline;
} 

a:active {
	background: #eee;
	color: #f00;
	text-decoration: underline;
}

/* objects */

img {
	border-style: none;
	background: transparent;
	color: #fff;
} /* for nc 4.x */

img.none {
	border: none;
	float: none;
}

img.left {
	border: none;
	float: left;
}

img.right {
	border: none;
	float: right;
}

/* miscellaneous */

.breadcrumbs {
	font-size: 85%;
	line-height: 1.2em;
}

.copyright {
	font-size: 85%;
	line-height: 1.4em;
}

.comment {
	font-size: 85%;
	line-height: 1.2em;
}

.date { font-weight: bold }

.hot {
	background: transparent;
	color: #f00;
}

.cool {
	background: transparent;
	color: #00f;
}

.caution {
	padding: 0.5em;
	background: #ffc;
	color: #000;
}
