/*~~~~~~~~~~ General ~~~~~~~~~~~~~*/
* {
	margin:0px;
	padding:0px
}
html {
	margin: 0px; 
	padding: 0px; 
	border: 0px;
}
body/* Internet Explorer */ 
{ 
	color: #CFCFCF; 
	background-color: #000000; 
	font-family: arial, Helvetica, sans-serif;
	text-align: center; 
	text-align: -moz-center; /* Mozilla Firefox alignment */ 
	font-size: 75%; 
	margin: 0px;
} 
hr {
	background-color: #6E6E6E;
	color: #6E6E6E;
}
p{ 
	text-align: left;
}
table{ 
	border-collapse: collapse;
}
a:link{
    color : #CFCFCF;
    text-decoration : underline;
}
a:visited{
    color : #CFCFCF;
    text-decoration : underline;
}
a:active{
    color : #EAEAEA;
    text-decoration : underline;
}
a:hover{
    color : #EAEAEA;
    text-decoration : underline;
}
/*~~~~~~~~~~ General ~~~~~~~~~~~~~*/

/*~~~~~~~~~~ Content Section ~~~~~~~~~~~~~*/
.tdContent{
	height: 400px;
	text-align: center;
	text-align: -moz-center;
	background-color: #000000;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 40px;
	vertical-align: top;
	border-bottom: Solid 1px #363636;
}
.tdContent p{
	font-size: 75%;
	margin-top: 20px;
}
.tdContent p.news{
	font-size: 75%;
	border-top: dashed 1px #363636;
	border-bottom: dashed 1px #363636;
	margin-top: 20px;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
}
.tdContent p.image{
	text-align: center;
}
.tdContent p.image img{
	border: solid 1px #EAEAEA;
}
.tdContent p.imageLeft img{
	float: left;
	border: solid 1px #EAEAEA;
	margin-left: 20px;
}
.tdContent p.imageRight img{
	float: right;
	border: solid 1px #EAEAEA;
	margin-left: 20px;
}
.tdContentBottom{
	text-align: center;
	font-size: 70%;
	padding-top: 4px;
}
.strapLine{
	text-align: right;
	font-size: 75%;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
h1{
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	margin: 15,0,0,5;
}
/*~~~~~~~~~~ Content Section ~~~~~~~~~~~~~*/

/*~~~~~~~~~~ Menus ~~~~~~~~~~~~~*/
.tdMenuHolder{
	border-bottom: Solid 1px #363636;	
}
.tableMenu{
	border-collapse: collapse;
}
.tableMenu td{
	font-size: 75%;
	padding: 5px;
	border-bottom: Solid 1px #363636;
}
.tableMenu td a:link{
    color : #EAEAEA;
    text-decoration : none;
    font-weight: bold;
}
.tableMenu td a:visited{
    color : #EAEAEA;
    text-decoration : none;
    font-weight: bold;
}
.tableMenu td a:active{
    color : #EAEAEA;
    text-decoration : none;
    font-weight: bold;
}
.tableMenu td a:hover{
    color : #FE4E00;
    text-decoration : none;
    font-weight: bold;
}
.tableMenu td a.selected:link, .tableMenu td a.selected:visited, .tableMenu td a.selected:active, .tableMenu td a.selected:hover{
    color : #FE4E00;
    text-decoration : none;
    font-weight: bold;
}
.tableMenuContact{
	border-collapse: collapse;
	margin-top: 100px;
}
.tableMenuContact td{
    color : #FE4E00;
	font-size: 60%;
	padding-bottom: 5px;
}
.tableMenuContact td a:link{
    color : #FE4E00;
    text-decoration : none;
    font-weight: bold;
}
.tableMenuContact td a:visited{
    color : #FE4E00;
    text-decoration : none;
    font-weight: bold;
}
.tableMenuContact td a:active{
    color : #FE4E00;
    text-decoration : none;
    font-weight: bold;
}
.tableMenuContact td a:hover{
    color : #FE4E00;
    text-decoration : none;
    font-weight: underline;
}
/*~~~~~~~~~~ menus ~~~~~~~~~~~~~*/
