/* GENERAL STYLES */


/* EDITOR PROPERTIES */
ul.NavList {
color:#FF0000;
}

.PdfLink {
background:url(../assets/icons/pdf.gif) no-repeat;
text-decoration:none;
color:#333;
height:16px;
padding:2px 0 2px 24px;
font-weight:bold;
}

.WordDocLink {
background:url(../assets/icons/doc.gif) no-repeat;
text-decoration:none;
color:#333;
height:16px;
padding:2px 0 2px 24px;
font-weight:bold;
}

.subheading {
color:#4a7a9e;
font-size:120%;
margin:16px 0 16px 0;
font-weight:bold;
}

.externallink {
	background:url(../assets/images/linkarrow.gif) no-repeat;
	padding-left:20px;
	color:#333;
	text-decoration:none;
}

.bluetext {
color:#4A7A9E
}

.BulletPdf {
background:url(../assets/icons/bulletpdf.gif) no-repeat;
text-decoration:none;
color:#333;
height:16px;
padding:2px 0 2px 40px;
font-weight:bold;
}

.BulletWord {
background:url(../assets/icons/bulletword.gif) no-repeat;
text-decoration:none;
color:#333;
height:16px;
padding:2px 0 2px 40px;
font-weight:bold;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h2 {
color:#4A7A9E;
font-size:120%;
font-weight:bold;
margin:16px 0;
}

.PdfLink {
background:#FFFFFF url(http://www.engc.org.uk/assets/icons/pdf.gif) top left no-repeat;
text-decoration:none;
color:#333;
height:16px;
padding:2px 0 2px 24px;
font-weight:bold;
zoom:1;
display:inline;
}

.WordDocLink {
background:url(../assets/icons/doc.gif) no-repeat;
text-decoration:none;
color:#333;
height:16px;
padding:2px 0 2px 24px;
font-weight:bold;
}

.externallink {
	background:url(../assets/images/linkarrow.gif) no-repeat;
	padding-left:20px;
	color:#333;
	text-decoration:none;
}

.PPTLink {
background:#FFFFFF url(http://www.engc.org.uk/assets/icons/ppt.gif) top left no-repeat;
text-decoration:none;
color:#333;
height:16px;
padding:2px 0 2px 24px;
font-weight:bold;
zoom:1;
display:inline;
}


