﻿body
{
	background: none;
	background-color: #fff;
}

img
{
	border: none;
}

h1
{
	color: #194166;
	background-image: url(images/dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 2em;
	font-weight: normal;
	margin: 0em 0em .6em 0em;
}

h2
{
	color: #194166;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0em 0em .6em 0em;
}

h3
{
	color: #194166;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0em 0em .6em 0em;
}

h4
{
	color: #194166;
	font-size: 1em;
	font-weight: normal;
	margin: 0em;
}

h5
{
	color: #272727;
	font-size: 1em;
	font-weight: normal;
	margin: 0em;
}

ul
{
	margin: 0em 0em .6em 1.8em;
}

p
{
	margin: 0em 0em .6em 0em;
}

a:link
{
	color: #39658d;
}

a:visited
{
	color: #696969;
}

a:hover, a:active
{
	color: #05142a;
}

table
{
	border-collapse: collapse;
}

.imageleft
{
	float: left;
	margin: 0px 10px 10px 0px;
}

.imageright
{
	float: right;
	margin: 0px 0px 10px 10px;
}

.center
{
	display: block;
	text-align: center;
}

.arrow
{
	background-image: url(images/arrow.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	display: block;
}

.arrow-right
{
	text-align: right;
	background-image: url(images/arrow.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	padding: 0px 10px 0px 0px;
	display: block;
}

a.title, .title
{
	display: block;
	font-weight: bold;
	font-size: 1em;
}

.tableborder
{
	border: solid 1px #000;
	border-collapse: collapse;
	margin: 0px 0px 20px 0px;
}

	.tableborder td, .tableborder th
	{
		border: solid 1px #000;
		vertical-align: top;
		padding: 2px 5px;
	}
	
	.tbl_data_column
	{
		width: 350px;
	}
	
	.tbl_percentage_column
	{
		text-align: right;
		width: 80px;
	}