/* common */
@import url("layout.css");
@import url("nav.css");


body {
	margin:0;
	padding:0;
	background:#fff url(../images/page_bg.jpg) repeat-x;
	color:#222;
	font-family: Verdana, Arial, sans-serif;
	font-size: 76%;
}
p,ul,ol { line-height:1.466; }
a { background-color: transparent; color: #003399; }
a:hover { background-color: transparent; color: #CC3300; }
h1,h2,h3,h4,h5 { font-family: Tahoma, Arial, sans-serif; margin:0; }
h3 {
	color: #CC3300;
	border-bottom: 1px dashed #336;
	margin-top: 1em;
}
.columnheader a { color: #fff; }
.columnheader a:hover { color: #fff; }

#content p { margin-top: 1em; }

.strong { font-weight: bold; }
a#top { display: none; }
p.topofpage {
	text-align: right;
	font: bold 10px Verdana,sans-serif;
	margin-right: 10px;
}
p.topofpage a { background: transparent url(../images/up_arrow.gif) no-repeat left center; padding-left: 15px; }
div.copyright {
	font-size: 10px;
	background: #eee;
	color: #aaa;
	padding: 4px;
	border-bottom: 2px solid #aaa;
	border-top: 1px solid #fff;
	text-align: center;
}
blockquote.emphasize {
	margin: 0 2em;
	padding: 2em;
	background: #FFFFCC url(../images/rnd_topleft.gif) no-repeat left top;
	color: #CC3300;
	line-height: 1.766;
	font-weight: bold;
	text-align: justify;
	border: #0000FF;

}
.stronglist {
	list-style-image: url(../images/bullet_bltri.gif);
	font-weight: bold;
	margin-top: 0;
	color: #333366;
}

/****** end *****/
