/**************** Body and tag styles ****************/
* {margin: 0;}
body, h1, h2, h3, h4, h5, h6, p, blockquote, label, fieldset, ul, ol, dl, li, object, table, th, tr, td  {padding: 0;}
body {
	font: 100%/1.5 Arial, Helvetica, sans-serif;
	color: #fff; background-color: #000;
	font-weight: normal;
	line-height: 22px;
}
img {border:none;
}
h1 {font-size: 1.1em;
	margin-bottom: .5em;
	font-weight: normal;
}
h2 {font-size: 1em;
	font-weight: bold;
}
h3 {font-size: 1em;
	color: #F6DF86;
	text-align: right;
	font-weight: normal;
}
h4 {font-size: .7em;
	color: #7f7f7f;
	font-weight: normal;
	text-align: right;
}
h5 {font-size: .9em;
	color: #3A1D5C;
	text-align: center;
	margin-top: 1em;
}
p, ol {font-size: .8em;
	margin-bottom: 1em;
}
a {text-decoration: underline;}
a:link, a:visited {color: #F6DF86;}
a:hover,a:active {color: #7f7f7f; text-decoration: none;
}
a.footer {text-decoration: underline;}
a.footer:link, a.footer:visited {color: #7f7f7f;}
a.footer:hover,a.footer:active {color: #F6DF86; text-decoration: none;
}


td img {display: block;}
/**************** Container styles ****************/
#container {
	width: 965px;
	margin: 0px auto 0;
}

/**************** Misc classes and styles ****************/
.boldtext {font-weight: bold;}
.normaltext {font-weight: normal;}
.italictext {font-style: italic}
.floatleft {float: left;}
.textcentre {text-align: center;}
.textright {text-align: right;}
ul {
	font-size: .8em;
	font-weight: normal;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-image: url(../images/main/bullet.gif);
	margin-left: 12px;
}
table#contacttable, table#contacttable td {
	border-collapse: collapse;
	padding: .3em .4em .3em 0;
	vertical-align: top;
	font-size: .9em;
}
table#contacttable {
	margin-bottom: 1.2em;
}
table#contacttable input {
	border: 1px solid #fff;
	color: #fff;
	background-color: #000;
}