* {
	margin : 0px;
	padding : 0px;
}

body
{
	background-color : #CCCCCC;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
}

/* For modern browsers */
.container:before,
.container:after {
    content:"";
    display:table;
}
.container:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.container {
    zoom:1;
}

.normal_copy
{
	font-size : x-small;
}

#infoboxes_container
{
	margin-top:35px;
	margin-bottom:60px;
	width:100%;
	display:block;
}

#infoboxes
{
	width:560px;
	margin:auto;
}

#infoboxes a:link,
#infoboxes a:hover,
#infoboxes a:active,
#infoboxes a:focus,
#infoboxes a:visited
{
	text-decoration:none;
	color:#000000;
}

.infobox
{
	width:260px;
	height:110px;
	background-color:#bbbbbb;
	float:left;
	padding:5px;
	margin-left:10px;
}

.infobox img
{
	float:left;
	margin-right:5px;
}

.infoboxtext
{
	display:inline;
	font-size:small;
}

.infoboxtext span.greyed
{
	color:#666666;
}

img
{
	border-top-style : none;
	border-right-style : none;
	border-bottom-style : none;
	border-left-style : none;
}

a
{
	outline : none;
}

a:link
{
	color : #ff3333;
}

a:visited
{
	color : #ff3333;
}

a:hover
{
	color : #FF6600;
}

a:active
{
	outline : none;
}

