

/******* Text Components ***********************************************/	

h1 {
	display:block;
	font-size:18px;
	line-height:22px;
	margin:10px 0px 20px 0px;
	color:#000000;
}
h2 {
	display:block;
	font-size:12px;
	margin-bottom:20px;
	color:#000000;
}
h3 {
	display:block;
	font-size:12px;
	margin-bottom:5px;
	color:#000000;
}
div.textitem h2,p {
	margin-bottom:5px;
}
.small {
	font-size:11px;
	line-height:15px;
}
.light {
	color:#999999;
}
p {
	display:block;
	margin-bottom:20px;
}
p.date {
	font-size:11px;
	color:#999999;
	margin-bottom:5px;
}

/******* Link Components ***********************************************/	

a {
	color:#6cafe0;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.footerlink {
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
}
.more {
	background: transparent url("../images/system/icon_link_more.gif") no-repeat 100% 50%;
	padding-right:13px;
	white-space:nowrap;
	overflow:hidden;
}
.back {
	font-size:11px;
	font-weight:bold;
	padding:3px 20px 0px 14px;
	background: transparent url("../images/system/icon_link_back.gif") no-repeat;
	white-space:nowrap;
	overflow:hidden;
}
.print {
	font-size:11px;
	font-weight:bold;
	padding:3px 20px 0px 19px;
	background: transparent url("../images/system/icon_link_print.gif") no-repeat;
	white-space:nowrap;
	overflow:hidden;
}
.send {
	font-size:11px;
	font-weight:bold;
	padding:3px 20px 0px 17px;
	background: transparent url("../images/system/icon_link_send.gif") no-repeat;
	white-space:nowrap;
	overflow:hidden;
}
.download {
	font-size:11px;
	font-weight:bold;
	padding:3px 20px 0px 16px;
	background: transparent url("../images/system/icon_link_download.gif") no-repeat;
	white-space:nowrap;
	overflow:hidden;
}
.link {
	font-size:11px;
	font-weight:bold;
	padding:3px 0px 0px 16px;
	background: transparent url("../images/system/icon_link_link.gif") no-repeat;
	white-space:nowrap;
	overflow:hidden;
}
.topic {
	font-size:12px;
	font-weight:bold;
	padding:2px 0px 0px 10px;
	background: transparent url("../images/system/icon_link_more.gif") no-repeat;
	white-space:nowrap;
	overflow:hidden;
}
.shop {
	font-size:11px;
	font-weight:bold;
	padding:3px 0px 0px 18px;
	background: transparent url("../images/system/icon_link_shop.gif") no-repeat;
	white-space:nowrap;
	overflow:hidden;
}

/******* List Components ***********************************************/	


ul.contentlist {
	display:block;
	list-style:none;
	margin:0px 0px 20px 0px;
}
ul.contentlist li {
	display:block;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	padding:2px 0px 2px 15px;
	background: url(../images/system/icon_contentlist.gif) no-repeat;
}


/******* Nav Components ***********************************************/

div#subnav ul {
	display:block;
	width:180px;
	list-style:none;
	font-family:arial, helvetica, sans-serif;
	background-color:#fadc79;
 	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
}
div#subnav li {
	display:inline;
}
div#subnav ul a {
	display:block;
	padding:4px 10px 4px 40px;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	text-decoration:none;
	text-align:left;
	border-bottom:1px solid #ffffff;
	background-color:#fadc79;
	background-image:url(../images/system/icon_subnav.gif);
	background-repeat:no-repeat;
}
div#subnav ul a:hover {
	background-color:#fce8a9;
}
div#subnav ul a.active {
	background-color:#fce8a9;
}
