/* basic elements */

a{
	color:#ff9c04;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

h4{
	margin:0;
	height:30px;
	padding:7px 0px 0px 40px;
	font-size:18px;
	font-weight:bold;
	color:#006FAD;
	background: url(../images/disc.gif) no-repeat top left;
}

h2{
	margin:0;
	padding-bottom:6px;
	font-size:14px;
	font-weight:bold;
	color:#6EAC24;
}

h3{
	margin:0;
	padding-bottom:6px;
	font-size:12px;
	font-weight:bold;
}
h3 a, h3 a:hover{ /***** ANCHORS *****/
	color:#716F6E;
	background:none;
	text-decoration:none;
}

table td{
	padding:6px 6px 0px 0px;
	vertical-align:top;
}

.imgcaption{
	clear:both;
	text-align:right;
	text-transform:uppercase;
	font-size:13px;
	margin:3px 0px 6px 0px;
}
.imgcaption a{
	text-transform:uppercase;
	color:#716F6E;
	font-weight:normal;
}

.date{
	color:#6EAC24;
	font-size:11px;
	font-weight:bold;
	padding-bottom:6px;
}

.bborange{
	padding-bottom:6px;
	border-bottom:1px dashed #FF9C04;
}

.nobold{
	font-weight:normal;
}
.greyborder{
	border:1px solid #eee;
}