@charset "utf-8";
/* CSS Document */

h1 {
	display:		block;
	height:			70px;
	width:			408px;
	background:		transparent url('./../grfx/h1_bg.jpg') bottom left no-repeat;
}

h2 {
	display:		block;
	height:			24px;
	margin:			0px;
	color:			#ffffff;
	background:		transparent url('./../grfx/h2_bg.jpg') top left no-repeat;
}

h2 span {
	display:		block;
	font-size:		14px;
	font-family:	Georgia, "Times New Roman", Times, serif;
	padding:        3px 5px 0 5px;
}

h3 {
	display:		block;
	height:			30px;
	width:			100%;
	background:		transparent url('./../grfx/h3_bg.gif') top right no-repeat;
}

p {
	text-align:		justify;
}

p.top {
	margin-top:		0px;	
}

p img {
	margin:			15px;	
}

img.subheader {
	display:		block;
	margin-bottom:	5px;
}

a, a:visited {
	text-decoration:	none;
	color:				#6699ff;
}

a:hover {
	text-decoration:	underline;	
}

ul {
	margin:				15px 5px;
	padding:            0 0 0 15px;
	list-style:			none;	
}

ul li {
	background:			transparent url('./../grfx/li_bg.gif') top left no-repeat;
	margin:				2px 0 3px 0;
	padding:            0 0 0 20px;
}

ul.navlist {
	
}

ul.navlist li {
	background:			none;
	padding:            0px;
}

ul.navlist li a {
	display:			block;
	background:			transparent url('./../grfx/navlist_bg.gif') 0px 0px no-repeat;
	padding:            0px;
	width:				167px;
	height:				21px;
	text-align:			center;
	color:				#ffffff;	
}

ul.navlist li a:hover {
	background:			transparent url('./../grfx/navlist_bg.gif') 0px -21px no-repeat;
}

td {
	border:				solid 1px #dbedff;
}

th {
	background:			#6699cc;
	font-weight:		bold;
}

span.emph {
	font-weight:		bold;
	font-size:			14px;
	color:				#6699cc;
}

img { border: 0px; }


