﻿
body
{
	font-family: Arial;
	font-size: 12px;
    color: #666;
}

a, a:link, a:visited, a:hover, a:active
{
    color: #086ac5;
    text-decoration: none;
    outline: 0; /* prevent dotted border in Firefox */
    cursor: pointer; cursor: hand;
}

h1 
{
    color: #666;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

h2
{
    color: #086ac5;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}

.h2
{
    color: #086ac5;
    font-size: 14px;
    font-weight: bold;
}

.h3 
{
    color: #086ac5;
}

h3 
{
}

h4 
{
}

ul
{
    list-style-type: disc;
	list-style-position: outside;

	margin: 0 0 0 20px;
}

.BorderTop
{
    border-top: dotted 1px #d4dde6;    
}

.BorderBottom
{
    border-bottom: dotted 1px #d4dde6;    
}

.BorderLeft
{
    border-left: dotted 1px #d4dde6;    
}

.BorderRight
{
    border-right: dotted 1px #d4dde6;    
}

.Left 
{
    float:left;
}

.Right 
{
    float:right;
}

.Clear 
{
    clear:both;
}

.Box
{
}

.Centered
{
    text-align: center;
}

.ZoomTable 
{
	border-collapse: collapse;
	background-color: #fff;
}

.ZoomTable tbody tr td
{
	padding: 25px 10px;
	background-image: url(../Images/Backgrounds/TableTD.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

.ZoomTable tbody tr td.TableHeader
{
	background-image: url(../Images/Backgrounds/HeaderTD.gif);
    background-repeat: repeat-x;
	padding: 10px;
}

.ZoomTable tbody tr td.TableHeaderDivider
{
	background-image: url(../Images/Backgrounds/HeaderTD.gif);
    background-repeat: repeat-x;
	padding: 0;
	font-size: 0;
	width: 5px;
}

.ZoomTable tbody tr td.TableDivider
{
	background-image: url(../Images/Backgrounds/TableDivider.gif);
    background-repeat: repeat-y;
	padding: 0;
	font-size: 0;
	width: 5px;
}

.Divider
{
    border-top: dotted 1px #d4dde6;    
    width: 278px;
    
    margin-top: 15px;
    margin-bottom: 15px;
    
    font-size: 0;
}


