body
{
	margin: 0px;
	overflow: auto;
	background-color: #d7edfb;		
}

.FooterLine
{
	background: #0443FF;
	height: 5px;
	width: 100%;
	font-size: 1pt;
	font-family: Verdana;
}


.BulittedList
{
	list-style-image: url(images/misc/bullit.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #4B4B4B;
	text-decoration: none;
	line-height: 15px;
}

.CopyRightText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; 
	color: #808080;
}


.LinkFont
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;		
}
a:link {
	color: #ffd086;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #ffd086;
	text-decoration: none;
}
.OuterTable
{
	background:#ffffff;	
	width: 770px;
}

.FooterTable {
	border-bottom-width: 1px;	
	border-bottom-style:solid;  	
	border-bottom-color:#CCCCCC;
	width:770px;	
}

.NormalText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #4B4B4B;
	text-decoration: none;
	line-height: 15px;
}

.BoldText
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #4B4B4B;
	text-decoration: none;
	line-height: 15px;
}

.BoldSmallText
{
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 10px;
	 font-weight: bold;
	 color: #666666;
	 text-decoration: none
}

.OrangeText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;	
	color: #ffd086;
	text-decoration: none;
	line-height: 15px;
}

.OrangeBoldText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffd086;
	text-decoration: none;
	line-height: 15px;
}



.PanelText
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0443FF;
	text-decoration: none;
	line-height: 15px;
}

.BlueText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;	
	color: #0443FF;
	text-decoration: none;
	line-height: 15px;
}
.BoldBlueText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0443FF;
	text-decoration: none;
	line-height: 15px;
}

ul
{
	list-style-image: url(images/misc/bullet);
}

.TdWithBottomLine
{
	border-bottom:1px #00ff00 dashed;
}