@import url('styles.css');
@import url('internationaltable.css');

h1 
{
	color: #3484BE;
	font-size: 16pt;
	font-weight: bold;
}

h2 
{
	color: #3484BE;
	font-size: 14pt;
	font-weight: bold;
}

h3 
{
	color: #787878;
	font-size: 11pt;
	font-weight: bold;
}

#subnavigation ul 
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #BBBBBB;
	border-top: 1px solid #CCCCCC;
}

#subnavigation ul li
{
	font-size: 8pt;
	color: #FFFFFF;
	display: inline;
	text-align: center;
	padding-left: 5px; 
	padding-right: 5px;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #CCCCCC;
}

#subnavigation ul li a 
{
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block; 
	text-align: center;
}

.content 
{
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #FFFFFF;
}

.introtext 
{
	color: #FFFFFF;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.introtext h1 
{
	color: #FFFFFF;
}

.introtext p 
{
	color: #FFFFFF;
	font-style: italic;
}

#divPrint 
{
	text-align: right;
	height: 45px;
	vertical-align: middle;
}

.subcontent 
{
	background-image: url('../images/common/subcontent_bg_lightblue.gif');
	background-repeat: repeat-y;
	background-position: top left;
	width: 198px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
}

.subcontent h3 
{
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	background-image: url('../images/common/subcontent_title.gif');
	background-repeat: repeat-y;
	background-position: top left;
	text-align: center;
}

.subcontent p 
{
	color: #FFFFFF;
}

.subcontent a:visited, .subcontent a:link, .subcontent a:active 
{
	color: #FFFF00;
}

.subcontent_header 
{
	background-image: url('../images/common/subcontent_header_brightblue.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 198px;
	height: 31px;
	font-size: 11pt;
	font-weight: bold;
}

.subcontent_header div 
{
	padding-left: 10px;
	padding-top: 8px;
}

.subcontent_footer 
{
	background-image: url('../images/common/subcontent_footer_brightblue.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 198px;
	height: 13px;
}

#toplist
{
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 14px;
}

#toplist ul
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	background-color: transparent;
	border: 0px;
}

#toplist ul li 
{
	display: block;
	text-align: left;
	background-color: inherit;
	text-transform: none;
	font-weight: normal;
	border: 0px;
}

#toplist ul li a 
{
	text-decoration: underline;
	display: inherit;
	text-align: inherit;
}