.Normal 
	{ 
		font-family: tahoma,verdana,arial;
		font-size: 10pt;
		background-color: white;
		color: black;
	}

.Bold
	{
		font-family: tahoma,verdana,arial;
		font-size: 10pt;
		color: black;
		font-weight: bold;
	}
.Blue
	{
		font-family: tahoma,verdana,arial;
		font-size: 10pt;
		color: #3366CC;
		font-weight: bold;
		text-decoration: none;
	}

TD.Blue
	{
		font-family: tahoma,verdana,arial;
		font-size: 10pt;
		color: white;
		background-color: #3366CC;
		font-weight: bold;
	}

Table.DarkBorder
	{
		border: thin solid #3366CC;
		background-color: #9999FF;
		font-family: tahoma,verdana,arial;
		font-size: 10pt;
	}

TD.Filled
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: tahoma,verdana,arial;
    BACKGROUND-COLOR: #ccccff;
}

a
	{
		font-family: tahoma,verdana,arial;
		font-size: 10pt;
		color: #3366CC;
		font-weight: bold;
		text-decoration: none;
	}
a:Hover
	{
		font-family: tahoma,verdana,arial;
		font-size: 10pt;
		color: #3366CC;
		font-weight: bold;
		text-decoration: underline;
	}
a.RollOver1
	{
		font-family: tahoma,verdana,arial;
		font-size: 8pt;
		color: black;
		font-weight: normal;
		text-decoration: none;
	}
a.RollOver1:Hover
	{
		font-family: tahoma,verdana,arial;
		font-size: 8pt;
		color: red;
		font-weight: normal;
		text-decoration: none;
	}

TD.Label
	{
		font-family: tahoma;
		font-size: 10pt;
		font-weight: bold;
	}
td
	{
		font-family: tahoma;
		font-size: 10pt;
		font-weight: normal;
	}
select
	{
		font-family: tahoma;
		font-size: 10pt;
		font-weight: normal;
	}
input
	{
		font-family: tahoma;
		font-size: 10pt;
		font-weight: normal;
	}
.clearFloat {
	clear: both;
}
.quote {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	width: 180px;
	zoom: 1;
}
.quote div {
	display: inline;
	height: 50px;
	overflow: hidden;
}
.quote a.con {
	float:left;
	overflow: hidden;
	width: 150px;
	height: 0;
	padding-top: 48px;
	background: url(../images/button-quote.png) no-repeat 0 0;
}
.quote a.con:hover {
    background-position: 0 -50px;
}
