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

a {
	font-weight:bold;
	color:#007cc0;
	border:none;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.contentlink {
	font-weight:bold;
	color:#007cc0;
	border:none;
	text-decoration:underline;
}
a.flag {
	font-weight:bold;
	font-size:11px;
	color:#666666;
	border:none;
	text-decoration:none;
	background: transparent url(../images/system/flag.gif) no-repeat;
	padding:0px 0px 0px 25px;
}
a.flag:hover {
	text-decoration:underline;
}

/******** Content *********/

.more {
	font-weight:bold;
	background: transparent url(../images/system/icon_link_more.gif) no-repeat 100% 50%;
	padding:0px 12px 0px 0px;
	white-space:nowrap;
	overflow:hidden;
}
.home-more {
	color:#ffffff;
	font-weight:bold;
	background: transparent url(../images/system/icon_link_home_more.gif) no-repeat 100% 50%;
	padding:0px 12px 0px 0px;
	white-space:nowrap;
	overflow:hidden;
}
.back {
	font-weight:bold;
	padding:0px 0px 0px 13px;
	background: transparent url(../images/system/icon_link_back.gif) no-repeat;
	white-space:nowrap;
	overflow:hidden;
}
.download {
	font-weight:bold;
	font-size:11px;
	padding:0px 0px 0px 20px;
	background: transparent url(../images/system/icon_link_download.gif) no-repeat;
	white-space:nowrap;
	overflow:hidden;
}
.feed {
	font-weight:bold;
	padding:0px 0px 0px 16px;
	background: transparent url(../images/system/icon_link_feed.gif) no-repeat;
	white-space:nowrap;
	overflow:hidden;
}
.headline {
	color:#000000;
	text-decoration:none;
}


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


/******** Headlines *********/

h1 {
	font-size:24px;
	text-transform:uppercase;
	margin:0px 0px 20px 0px;
}
h2 {
	font-size:18px;
	margin:0px 0px 20px 0px;
}
h3 {
	font-size:14px;
	margin:0px 0px 10px 0px;
}
div.item-text p {
	margin:0px;
}




/******** Paragraphs *********/

p {
	line-height:16px;
	margin:0px 0px 20px 0px;
}
p.lead {
	font-weight:bold;
	color:#085a87;
}
p.list {
	line-height:16px;
	margin:0px 0px 10px 0px;
}
.comment {
	color:#999999;
}


/******** Text *********/



/******** Table Components *********************************************************/


table.list td {
	padding:3px 0px 3px 0px;
	border-bottom:1px solid #cccccc;
}

/******** Form Components *********************************************************/

input.standardfield, textarea.standardfield, select.standardfield {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
	border:1px solid #007cc0;
	margin-bottom:5px;
}



