@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	vertical-align: baseline;
	margin:0;
}
.clear{
	clear:both;
}

ul {
margin:0 15px 1em 15px;

}

ul li {
margin-bottom:0.5em;
}

/* colours
Athena network Colours
red : c20d40
pink/ br purple: c91ba0
br red: ff2b2b
orange: e3771c
purple: 7c2e6a
*/


a {
	text-decoration: underline;
	color: #c20d40;
}



a:hover, a:active {
	text-decoration: none;
	color:#ff2b2b;
}

p {
	margin: 0 0 1em 0;
}


form {
	margin: 0;
	padding: 0;
}


.msg {
	color: #F90;
	font-weight: bold;
}





h1 {
	margin: 0 0 17px;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	color: #c91ba0;
	border-bottom:1px solid #CCCCCC;
}

h2 {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #e3771c;
}

h3 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #7c2e6a;
}

table td {
padding:10px;
}
.pagelist td {
vertical-align:top;
}

.pagelist h3 {
padding:0;
margin:0 0 8px 0;

}

.pagelist img {
margin-right:20px;
}

.filelist td {
height:35px;
padding:8px 20px 0 0;
}

.filelist .filename {
padding-left:40px;
background-image:url(../images/layout/pdficon35.jpg);
background-repeat:no-repeat;
}