/* CSS Document */
h4{
	margin-top:3px;
	margin-bottom: 3px;
	padding:0;
}
h3{
	margin-top:3px;
	margin-bottom: 3px;
	padding:0;
}

h5{
	margin-bottom:2px;
}
p{
	margin-top:3px;
	margin-bottom: 6px;
	padding:0;
}

strong{
	/*color: #fb8d2b;*/
}

	
	.countrytable {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom: 1px dotted #ccc;
	padding-left: 3px;
	padding-top:5px;
	padding-bottom:4px;
	/*height:25px;*/
	color: #2d4a72;
	background-color: #fff;
}

.countryheader_full {
	border: 1px dotted #CCCCCC;
	background-image: url(../Images/TableHeader.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	height:35px;
	padding-top: 10px;
}

.countryheader_full_orange {
	border: 1px dotted #f68b26;
	margin-top: 20px;
}

.countryheader_bottom {
	border-bottom: 1px dotted #ccc;
}

.countryheader_3sides {
	border-right: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	background-image: url(../Images/TableHeader.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	height:35px;
	padding-top: 10px;
}
.faqlinks{
	
	
}
	.faqlinks ul{
		margin:0;
		padding:0;
	}
		.faqlinks li{
			padding-bottom: 5px;
			padding-top:5px;
			border-bottom: 1px dotted #ccc;
			font-weight: normal;
		}
		
	a{
		text-decoration:none;
	}
	a.visited
	{
		text-decoration:none;
		color: Blue;
	
	}
	
	
.requiredfields{
	background-color: #FFFF99;
}