@charset "UTF-8";

body
{
	margin:0px;
	background-color:#000000;
	font-family:Georgia, Verdana, Arial;
}
#divMenu
{
	position:relative;
	text-align:right;
	top:60px;
	right:20px;
	font-size:1.3em;
}
#divMenu a
{
    text-decoration:none;
    color:#000;
}
#divMenu a:hover
{
    color:#990;
}
#contentArea em
{
	font-size:1.1em;
	font-style:normal;
}
#contentArea .date
{
}

#contentArea .newsTitle
{
}

#contentArea .newsContent
{
	margin-left:10px;
}
.boxedContent {
	position:relative;
	margin:10px;
	width:220px;
	padding:10px;
	border: solid 5px #6F3422;
  -moz-border-radius: 10px;  
	-webkit-border-radius: 10px;  
	border-radius: 10px;
	height:150px;
}
.boxedContent[onclick]:hover {
	border-color:#8C876C;
	cursor:pointer;
	-webkit-box-shadow: 5px 5px 20px #ccc;  
  -moz-box-shadow: 5px 5px 20px #ccc;  
  box-shadow: 5px 5px 20px #ccc;  
}

.strong
{
	font-weight:bold;
}

.italic
{
	font-style:italic;
}
.product:hover
{
	color:#006600;
}
.company:hover
{
	color:#FF0000;
}
