﻿.content
{
	background-color:White;
	border: 1px solid navy;
	margin:10px 0px;
	padding: 0px 20px;
}

.mainTitle
{
	margin-top:25px;
	margin-bottom:25px;
	color:#770000;
	width:40%;
	border-bottom: double 2px #770000;
}

.subTitle
{
	margin:20px 0px;
	text-align:left;
	border-bottom: double 2px #770000;
	color:#770000;
}

.proText, .agentText
{
	text-align:justify;
	color:Navy;
	font-family:Verdana;
	font-size: 0.8em;
	margin-bottom:5px;
}

.agentText
{
	margin-left:40px;
}

.listItem, .listItemFirst, .listItemLast
{
	text-align:left;
	text-indent: 30px;
	font-family:Verdana;
	font-size:0.8em;
	color:Navy;
}

.listItemFirst
{
	margin-top:10px;
}

.listItemLast
{
	margin-bottom:10px;
}

.moreLink, .country
{
	color:Blue;
}

* html .moreLink, .country
{
	display:inline;
}

.moreLink:hover, .country:hover
{
	color:Red;
}
