﻿.BODY
{
	FONT-FAMILY: verdana, arial;
	FONT-SIZE: 70%
}

/* BEGIN Text Styles */

.small
{
	FONT-FAMILY: Verdana,Arial;
	FONT-SIZE: 7.5pt;
	FONT-WEIGHT: normal
}
.smallbold
{
	FONT-FAMILY: Verdana,Arial;
	FONT-SIZE: 7.5pt;
	FONT-WEIGHT: bold
}
.medium
{
	FONT-FAMILY: Verdana,Arial;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: normal
}

.mediumbold
{
	FONT-FAMILY: Verdana,Arial;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold
}

.large
{
	FONT-FAMILY: Verdana,Arial;
	FONT-SIZE: 14pt;
	FONT-WEIGHT: normal
}
.largebold
{
	FONT-FAMILY: Verdana,Arial;
	FONT-SIZE: 14pt;
	FONT-WEIGHT: bold
}

.mediumtimes
{
	FONT-FAMILY: Times New Roman;
	FONT-SIZE: 11pt;
	FONT-WEIGHT: normal
}
/* END Text Styles */

/* BEGIN Link Styles */
A:link
{
	COLOR: blue;
	TEXT-DECORATION: none
}
A:visited
{
	COLOR: blue;
	TEXT-DECORATION: none
}
A:hover
{
	COLOR: red;
	TEXT-DECORATION: none;
}
/* END Link Styles */

.mailtext
{
	COLOR: blue;
	FONT-SIZE: 7pt;
	TEXT-DECORATION: none
}

/* BEGIN Border Styles */
.borderTBLR
{	
	border-top-width:2px;
}

.borderTB
{
	border-top: 2px solid #CDD3DF;
	border-bottom: 2px solid #CDD3DF;
}
/* END Border Styles */

/* BEGIN Image Styles */
.background
{
	background-image:url(/images/bgnew.jpg);
}

.top
{
	background-image:url(/images/top.jpg);
}

.bottom
{
	background-image:url(/images/behold.jpg);
	width:830px;
	height:36px;
}
/* END Image Styles */

/* This is where you can customize the appearance of the tooltip */
div#tipDiv
{
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:10000;
	background-color:#fff;
	border:1px solid #000; 
	width:200px;
	padding:6px;
	color:#000;
	font-size:11px;
	line-height:1.3;
}

/* These are used in the wrapTipContent function */
div#tipDiv div.img
{
	text-align:center
}

div#tipDiv div.txt
{
	text-align:center;
	margin-top:4px
}