* {margin: 0px;}
p {margin-bottom: 5px;margin-top: 5px;}
img {margin-bottom: 20px;}
a {
	padding-left: 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	padding-left: 11px;
	text-decoration: none;
	/*color: #FF7326;*/
	color: black;
	background-color: #ffffff;
	/*font-weight: bold;*/
}
body {
	font-family:  Arial;
	font-size: 14px;
	color: #ffffff;
	background-color:#000000;
  	line-height: 16px;
	height: 100%;
}
#logo {
	padding-left: 10px;
	padding-top: 20px;
}

#general{
	width: 200px;
	height:100%;
	padding-bottom: 20px;
}

#description {
	font-size: 14px;
	text-align: left;
	width: 200px;
	padding-left: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
}
span {
	font-family: Arial;
	font-size: 12px;
}
#contact {
	padding-top: 15px;	
}
#contact span {
	padding-left: 10px;	
}
.title {
	font-size: 12px;
	color: #a90329;
	font-weight: bold;
}
.strong {
	color: #000000;
	font-weight: bold;
	background-color: white;
}
.strong:hover {
color: black;	
}
