table.header-green
{
	border-left: solid 3px #8db068;
	border-right: solid 3px #8db068;
	border-top: solid 3px #8db068;
}
table.header-blue
{
	border-left: solid 2px #3e3c75;
	border-right: solid 2px #3e3c75;
	border-top: solid 2px #3e3c75;
}

table.index-green
{
	border-left: solid 3px #8db068;
	border-right: solid 3px #8db068;
}
table.index-blue
{
	border-left: solid 2px #3e3c75;
	border-right: solid 2px #3e3c75;
}

table.footer-green
{
	border-left: solid 3px #8db068;
	border-right: solid 3px #8db068;
	border-bottom: solid 3px #8db068;
}
table.footer-blue
{
	border-left: solid 2px #3e3c75;
	border-right: solid 2px #3e3c75;
	border-bottom: solid 2px #3e3c75;
}

table.border-grey
{
	border: solid 1px #e2e2e2
}

td.border-blue
{
	border-left: solid 1px #3e3c75;
	border-right: solid 1px #3e3c75;
	border-top: solid 1px #3e3c75;
	border-bottom: solid 1px #3e3c75;
}

p
{
	font-family: Arial;
	font-size: 12px;
}
p.text
{
	font-size: 12px;
	margin-left: 0.5cm;
	margin-right: 0.5cm;
	margin-top: 0.5cm;
	margin-bottom: 0.5cm;
}
p.text2
{
	font-size: 12px;
	margin-left: 0.0cm;
	margin-right: 0.5cm;
	margin-top: 0.5cm;
	margin-bottom: 0.5cm;
}
p.caption
{
	color: White;
	font-size: 10px;
	font-family: Verdana;
	font-style: caption;
}
p.caption-dark
{
	color: #3e3c75;
	font-size: 10px;
	font-family: Verdana;
	font-style: caption;
}
p.centered-image
{
	text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}
.hook_top
{
	background-image: url('/images/hook_top.jpg');
	background-repeat:no-repeat;
}
.hook_mid
{
	background-image: url('/images/hook_mid.jpg');
	background-repeat:repeat-y;
}
.hook_bottom
{
	background-image: url('/images/hook_bottom.jpg');
}
.qtop
{
background-image: url(/images/quote_top.jpg);
background-repeat:no-repeat;
}
.qmid
{
background-image: url(/images/quote_mid.jpg);
background-repeat:repeat-y;
}
.qbot
{
background-image: url(/images/quote_bot.jpg);
background-repeat:no-repeat;
}
