/**** 


****/
body {
	margin: 0px;
	font-family: Arial,  sans-serif;
	font-size: 12px;
}

a:link {
	color: #000000;
	font-weight:normal;
	text-decoration:none;
}
a:visited {
	color: #000000;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	font-weight:normal;
	text-decoration:underline;
}
a:active {
	color:#FF0000;
	font-weight:normal;
	text-decoration:none;
}


.txt {
	font-family: tahoma, Arial,  sans-serif;
	font-size: 10px;
}

h1{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color:#363638;
	text-transform:none;
	margin: 3px;
	padding: 0px;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color:#363638;
	text-transform: none;
	margin: 3px;
	padding: 0px;
}
.webcast{
	height: 50px;
	width: 798px;
}
.webcast h1{
	font-family: Arial, sans-serif;
	letter-spacing: .3em;
	font-size: 14px;
	color:#EBEBEB;
	text-transform:uppercase;
	margin: 0px;
	padding: 10px;
	clear: left;
	text-align: center;
}


hr{
height: 1px;
color: #B91518;
}


p {
margin: 0px;
padding: 3px;
}


#container
{
width: 800px;
margin: 0px auto;
background-color: #911116;
color: #000000;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color:#000000;
}

#content
{
padding: 0px;
margin: 0px 0px 0px 0px;
background-color:#911116;
background-image: url(../images/BG.jpg);
background-repeat:repeat-x;
}

#contentBiog
{
padding: 0px;
margin: 0px 0px 0px 0px;
background-color:#ffffff;
}

.infobox{
color:#000000;
background-color:#FFFFFF;
margin: 3px 0px 3px 0px;
padding:4px;
}

.outline{
border: 1px solid #CCCCCC;
}

.underline{
border-bottom: 1px solid #CCCCCC;
}

.centered{
text-align:center;
}

.BGcolour{
background-color:#EBEBEB;
}

.smalltxt{
font-size:10px;
}

.holder{
padding: 2px;
}


.textBoxSmall{
margin: 1px;
width: 100px;
}


.to-left{
float:left;
}

.to-right{
float:right;
}

.button a{
margin: 2px 0px 0px 0px;
padding:2px 3px 2px 3px;
/*background-image: url(../images/buttonBG.jpg);*/
background-color: #000000;
border-top: 1px solid #EA1B23;
border-right: 1px solid #EA1B23;
border-bottom: 1px solid #EA1B23;
border-left: 1px solid #EA1B23;
font-family: Tahoma, Arial,  sans-serif;
color: #EA1B23;
font-size: 10px;
font-weight: bold;
overflow:hidden;
display:block;
/*text-transform:uppercase;*/
}

.button a:visited{
color: #EA1B23;
text-decoration:none;
font-weight: bold;
}

.button a:hover{
text-decoration:none;
color: #FFFFFF;
font-weight: bold;
}

.bandwidth{
margin: 0px;
}

.clear{
clear: both;
}

#form{
margin:0px;
padding:3px 0px 0px 0px;
width: 600px;
}

.titleCell{
background-color:#FFFFFF;
color: #04B3F4;
font-weight:bold;
}

.rowDark{
background-color:#CCCCCC;
color: #000000;
}

.rowLight{
background-color:#EBEBEB;
color: #000000;
}

.bold{
font-weight: bold;
}

.red{
color: #B91518;
}

.blue{
color: #CBDFF3;
}

#footer
{
	clear: both;
	margin: 0px 0px 0px 0px ;
	padding: 10px 0px 0px 0px;
	color: #000000;
	height:30px;
	width:100%;
	/*background-image: url(../images/footerBG.gif);*/
	background-color: #40060A;
	border-top: 1px solid #000000;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}


