@CHARSET "UTF-8";

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

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

h1.silver,h2.silver,h3.silver,td.silver,.silver-button ,.silver-button-hold
{
	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;
}

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

tr.speech-top,.speech-arrow-left,.speech-arrow-right
{
	height: 33px;
}

.speech-arrow-left
{
	width: 40px;
}

.speech-arrow-left,.speech-arrow-right
{
	background-image: url('../images/speech_top.gif');
}

.speech-arrow
{
	width: 51px;	
}

th.speech-arrow
{
	background-image: url('../images/speech_arrow.gif');
	background-repeat: no-repeat;
}

.speech-bottom
{
	height: 5px;
}

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

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

.speech-tl,.speech-tr,.speech-bl,.speech-br
{
	width: 5px;
}

th.speech-tl
{
	background-image: url('../images/speech_tl.gif');
}

th.speech-tr
{
	background-image: url('../images/speech_tr.gif');
}

td.speech-bl
{
	background-image: url('../images/speech_bl.gif');
}

td.speech-br
{
	background-image: url('../images/speech_br.gif');
}

th.speech-tr,td.speech-br
{
	background-position: right;
}

.silver-button,.silver-button-hold
{
	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;
	cursor: pointer;
}

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


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


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

.small-button,.small-button-hold
{
	color: black;
	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;
	cursor: pointer;
}

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

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

.small-button-hold
{
	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');
}
