﻿/* Release Advice */
div#ReleaseAdvice .Header
{
	border: solid 2px black;
	background-color: white;
	width:100%;
	width: 820px;
	padding: 5px 10px 5px 10px;
}	
div#ReleaseAdvice div#raHeader 
{

}
div#ReleaseAdvice div#raSubHeader 
{
	margin-top: 10px;
	font-weight:bold;
}
div#ReleaseAdvice img
{
	float:left;
	margin: 5px 5px 5px 5px;
}
div#ReleaseAdvice div#LogisticsSolutionsProvider
{
	float:left;
	left: 200px;
	position:relative;
	padding-top: 4px;

}
div#ReleaseAdvice h2,h3
{
	text-align: center;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
	color:black;
	font-size: 14px;
}
div#ReleaseAdvice h3
{
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.Header h3
{
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	text-decoration: underline;
}
div#ReleaseAdvice h1
{
	text-align: center;
	margin: 10px 0px 0px 0px;
}
table.HeaderDetail td
{
	width: 200px;
}
table.HeaderDetail .Col2
{
	width: 400px;
}
div#Footnote
{
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
table#ReleaseNotes
{
	width: 100%;
	border: solid 1px black;
}
table#ReleaseNotes td
{
		border: solid 1px black;
}
table#ReleaseNotes thead td
{
	background-color: #E1E1E1
}