BODY 
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 0px 0px;

	background-color:#000;
	color:#bbbbbb;
	font-family:arial;
	font-size:11px;
	text-align:left;
	line-height:14px;
}

.heading
{
font-family:georgia;
font-size:20px;
line-height:22px;
text-align:left;
color:#fff;

border-bottom:1px dotted #222;
padding-bottom:10px;
display:block;
}

.text
{
font-family:georgia;
font-size:12px;
line-height:16px;
text-align:left;
color:#aaa;

}

.imagebox
{
border:1px solid #000;
display:block;
}

.link-outline
{
border:1px solid #000;
}

a:hover.link-outline
{
border:1px solid #111;
}

.link-outline:hover
{
border:1px solid #bc0000;
}


.highlight
{
font-family:georgia;
font-size:11px;
line-height:14px;
text-align:left;
color:#bc0000;
}

.highlight-white
{
font-family:georgia;
font-size:11px;
line-height:14px;
text-align:left;
color:#ddd;
}

.link
{
font-family:georgia;
font-size:11px;
line-height:14px;
text-align:left;
color:#aaa;
}

a:hover.link
{
font-family:georgia;
font-size:11px;
line-height:14px;
text-align:left;
color:#efefef;
}

.dot
{
background-image:url(dot.gif);
background-position:center;
background-repeat:repeat-x;
display:block;
height:20px;}



