﻿html 
{
	height: 100%; 	
} 
body
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	margin: 0px;
	height: 100%; 	
	cursor: default;
}

#pivot 
{
	padding-top:15px;
	padding-bottom:5px;
	margin-left: auto;
    margin-right: auto;
	width:761px;
}

#left 
{
	float:left;
}
#right
{
	float:right;
}

a, a:visited, a:active, a:link, .link
{
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
}
a:hover
{
	text-decoration: underline;
}

.shadow_top
{
	background-image: url( '../images/pivot/shadow_top.gif' );
	width: 298px;
	height: 7px;
}

.shadow_bottom
{
	background-image: url( '../images/pivot/shadow_bottom.gif' );
	width: 298px;
	height: 7px;
}

.shadow_middle
{
	background-image: url( '../images/pivot/shadow_middle.gif' );
	width: 298px;
	height: 16px;
}

.brandimage
{
	width: 298px;
	height: 169px;
	text-align: center;
	background-image: url( '../images/pivot/shadow_bg.gif' );
	background-repeat: repeat-y;
}


.box
{
	margin-left: 7px;
	margin-right: 7px;
	width: 449px;
	height: 109px;
	padding-bottom: 30px;
	padding-top: 30px;
}


.box .text
{
	border-width: 1px;
	border-color: #dadada;
	padding: 10px;
	padding-right: 15px;
	border-top-style: solid;
	height: 55px;
}
.box .link
{
	border-width: 1px;
	border-color: #dadada;
	padding: 10px;
	border-bottom-style: solid;
}


.text_top
{
	height: 7px;
}

.text_bottom
{
	height: 7px;
}

.text_middle
{
	height: 16px;
}

