﻿html, body, #website {
	height: 100%;
	/*overflow: hidden;*/
	overflow: auto;
}
.Owner {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
	color: #A18F75;
}
body {
	background: #000000;
	font: 86% Arial, sans-serif;
	margin: 0;
	color: #F9F9F9;
	height: 100%;
}
.bgblack {background-color: black}

.orange {color: #FFB22C;}
.grey {color: #A18F75;}
.nrwhite {color: #F9F9F9;}

.justify {text-align: justify;}
.center {text-align: center}
.right {text-align: right}
.left {text-align:left}
.italics {font-style: italic;}
.bold {font-weight: bold;}

a {color: #F9F9F9;}
a:hover {color:#FFB22C; text-decoration:none;}
.lb {text-decoration: none;}

strong linkButton{color:#FFB22C; text-decoration:none}
strong linklButton:hover{color:#FFB22C; text-decoration:none}

strong a{color:#FFB22C; text-decoration:underline; font-weight:normal}
strong a:hover{color:#FFB22C; text-decoration:none;  font-weight:normal}

.globe {
  float: left;
  border: 1px solid #434343;
  height: 150px;
  width: 150px;
  margin-right: 10px;
  background-image: url('images/alternate/Globe.jpg');
  background-repeat: no-repeat;
}
.ddlMultimedia {
	background-color: black;
  color:white
}

