﻿body
{
	background-color: #ffffff;
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	height: 100%;
}

	
	
.header
{
	background-image: url(Images/Antelle_Header.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 800px;
	height: 80px;
	left: 0px;
	top: 0px;
}

.headerExtender
{
	background-image: url(Images/Antelle_Extender.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 80px;
}

.headerGrayBar
{
	background-image: url(Images/Antelle-GrayBar.gif);
	background-repeat: repeat;
	height: 20px;
	color: #0b72ba;
	text-decoration: underline;
	padding: 0px 0 0px 12px;
}

.fadedBar
{
	background-image: url(Images/Antelle_Fade.png);
	background-repeat: no-repeat;
	width: 100%;
	background-color: #0B72BA;
	color: #ffffff;
}

.MenuBar
{
	background-image: url(Images/Antelle_MenuBar.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 200px;
	background-color: #0b72ba;
	color: #ffffff;
	font-size: 10pt;
	text-indent: 2px;
	background-position: right;
}

.MenuBarText
{
	color: #0b72ba;
}

#leftSideMenu
{
	background-color: #F0EFEF;
	border-right: 1px solid;
	border-right: #BBBEBF thin solid;
	list-style-position: outside;
	list-style-type: square;
	width: 200px;
	vertical-align: top;
	
}
#wrapper
{
	float: left;
	width: 100%;
	height: 100%;
}
#wrapper2
{
	width: 100%;
	border: solid 1px red;
	float: left;
	
}

.menuText
{
	color: #0b72ba;
	font-size: 10pt;
	padding-bottom: 6px;
}
#mainContent
{
	vertical-align: top;
}

.mainContentOld
{
	left: 278px;
	
	position: relative;
	height: 473px;
	top: 135px;
}



.WhiteLinks
{
	color: #ffffff;
	text-decoration: underline;
}

.BlueLinks
{
	color: #0072bc;
	text-decoration: underline;
}


.Title
{
	color: #0072BC;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.SubTitle
{
	color: #0072BC;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.TabelBorder
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.NewsListText
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 5px;

}

.QuoteText
{
}

.QuoteWhoandWhen
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.TableHeaderRight
{
	background-image: url(Images/Antelle_MenuBar.png);
	background-repeat: no-repeat;
	height: 20px;
	background-color: #0b72ba;
	color: #ffffff;
	font-size: 10pt;
	text-indent: 2px;
	background-position: right;
}

.TableHeader
{
	height: 20px;
	background-color: #0b72ba;
	color: #ffffff;
	font-size: 10pt;
	text-indent: 2px;
}
.TableRow
{
	font-size: 10pt;
	margin-left: 5px;
}
.TextBlue {
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0072BC;
}
li {
	list-style-type: circle;
}
.TableRowOffset {
	clip: rect(auto, auto, auto, 5px);
	background-color: #F4FFFF;
}

.LeftMargin 
{
		margin-left: 10px;
}