@CHARSET "UTF-8";

.silver,.blue 
{
	font-family: 'Verdana', 'Courier New';
	text-align: center;
}

.blue
{
	font-size: 14px;
	color: #009ee0;
	padding: 0px;
}

div.silver,h1.silver,h2.silver,h3.silver,td.silver,.silver.button
{
	color: #959595;
}

h1.silver 
{
	font-size: 24px;
	font-weight: bold;
}

h2.silver,th.silver 
{
	font-size: 24px;
	font-style: normal;
	font-weight: lighter;
}

td.silver
{
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
}

h1.blue
{
	font-size: 20px;
}

h2.blue
{
	font-size: 16px;
}

h3.blue
{
	font-size: 12px;
}

p.blue
{
	font-size: 14px;
}

a.blue
{
	color: #004a99;
	font-weight: normal;
}

table.speech 
{
	width: 100%;
	text-align: center;
	border-spacing: 0px 0px;
	table-layout: fixed;
	margin-top: 20px;
	margin-bottom: 30px;
}

table.speech .left,table.speech .right
{
	width: 5px;
}

table.speech .top
{
	height: 33px;
}

table.speech .top th
{
	background-image: url('../images/speech_top.gif');
}

table.speech .top .left
{
	background-image: url('../images/speech_tl.gif');
}

table.speech .top th.short
{
	width: 40px;
}

table.speech .top .arrow
{
	background-image: url('../images/speech_arrow.gif');
	width: 51px;
}

table.speech .top .right
{
	background-image: url('../images/speech_tr.gif');
}

table.speech tr.middle
{
	background-color: white;
}


table.speech .middle td
{
	padding-top:20px;
	padding-bottom:30px;
	padding-left:0px;
	padding-right:0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

table.speech .bottom
{
	height: 5px;
}

table.speech .bottom td
{
	background-image: url('../images/speech_bottom.gif');
}

table.speech .bottom .left
{
	background-image: url('../images/speech_bl.gif');
}

table.speech .bottom .right
{
	background-image: url('../images/speech_br.gif');
}

table.speech .right
{
	background-position: right;
}

a.button
{
	text-decoration: none;
	display: block;	
}

a.silver.button
{
	background-image: url('../images/button_silver.gif');
	background-position: center;
	height: 21px;
	width: 227px;
	font-size:15px;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:18px;
}

a.silver.button:hover 
{
	background-image: url('../images/button_silver_hover.gif');
}

a.silver.button:active
{
	background-image: url('../images/button_silver_hold.gif');
	padding-top:14px;
	padding-bottom:16px;
}

a.small.button
{
	background-image: url('../images/button_small.gif');
	background-position: center;
	height: 19px;
	width: 148px;
	font-size:12px;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:15px;
}

a.small.button:hover
{
	background-image: url('../images/button_small_hover.gif');
}

a.small.button:active
{
	background-image: url('../images/button_small_hold.gif');
	padding-top:15px;
	padding-bottom:12px;
}

#preloadImages {
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url('../images/button_silver_hover.gif');
	background-image: url('../images/button_silver_hover.png');
	background-image: url('../images/button_small_hover.gif');
	background-image: url('../images/button_small_hover.png');
	background-image: url('../images/button_small_hold.gif');
	background-image: url('../images/button_silver_hold.gif');
}


h1.arrow
{
	background: url('../images/arrow-right.png') right;	
	background-repeat: no-repeat;
	display: block;
	float: left;
	clear: both;
	margin-right: -100%;
}

h1.arrow span
{
	padding-left: 20px;
	padding-right: 20px;
	background-color: white;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-right: 40px;
	display: block;
}

h1.arrow, h1.arrow-inline
{
	line-height:88px;
}


	
table.text-image
{
	width: 100%;
	text-align: left;
}

div.section
{
	clear: both;
	padding-top: 60px;
}

div.section div.colLeft
{
	width: 40%;
	float: left;
}

div.section div.colRight
{
	width: 60%;
	float: right;
}

div.section div.colRight img
{
	float: right;
}



