﻿body {
	background-repeat: no-repeat;
	background-color: #278BC0;
	margin-left:0px;
	margin-right:0px;
	font-size : 12px;
	font-family: arial;
	
}

.ImageStyle
{
	border: 1px solid #000000;
}

.CompanyBrandStyle
{
	font-size: 13px;
	color: Navy;
	font-family:Arial;
	font-weight : bold;
}

.Button
{
	border-right: #ececec outset;
	border-top: #ececec outset; 
	border-left: #ececec outset; 
	border-bottom: #ececec outset; 
	border-top-width: medium; 
	border-top-color: #FCFCFC; 
	border-top-style: outset;
	border-right-width: medium; 
	border-right-color: #FCFCFC; 
	border-right-style: outset; 
	border-bottom-width: medium; 
	border-bottom-color: #FCFCFC; 
	border-bottom-style: outset; 
	border-left-width: medium; 
	border-left-color: #FCFCFC; 
	border-left-style: outset; 
	background-color:ButtonFace; 
	color:Black; 
	font-size : 10px;
	font-weight : bold;
	text-decoration:none;
}

.TextWhite14pxBold 
{
	color: #FFFFFF;
	font-size : 14px;
	font-weight : bold;
}

.TextDarkGreen12pxBold 
{
	color: #006633;
	font-size : 12px;
	font-weight : bold;
}

.TextLightBlue12pxBold 
{
	color: #0080C0;
	font-size : 12px;
	font-weight : bold;
}

.TextLightBlue14pxBold 
{
	color: #0080C0;
	font-size : 14px;
	font-weight : bold;
}

.TextRed10px {
	color: #FF0000;
	font-size: 10px;
}

.TextRed12px {
	color: #FF0000;
	font-size: 12px;
}

.TextRed12pxBold {
	color: #FF0000;
	font-size: 12px;
	font-weight : bold;
}

.TextRed16px {
	color: #FF0000;
	font-size: 16px;
}

.TextBlack8px {
	font-size: 8px;
	color: #000000;
}

.TextBlack10px {
	font-size: 10px;
	color: #000000;
}

.TextBlack11px {
	font-size: 11px;
	color: #000000;
}

.TextBlack12px {
	font-size: 12px;
	color: #000000;
}

.TextBlackBold12px {
	font-size: 12px;
	color: #000000;
    font-weight:bold;
}

.TextBlack14px {
	font-size: 14px;
	color: #000000;
}

.ParagraphTitle {
	font-size: 12px;
	color: #000000;
	
	font-family:Arial Black;
}

.BoldBlack20px {
	font-size: 20px;
	color: #000000;
	font-family:Arial Black;
}


.BoldBlack16px{
	font-size: 16px;
	color: #000000;
	font-family:Arial Black;
}


.EmailLink
{
	color:Blue;
	font-size:14px;
	font-weight : bold;
}


.style14 {font-size: 12px}


.style17 {color: #000000}

.style1 {color: #0080C0}
.style2 {color: #0080C0; font-weight: bold; }
.style3 {color: #FFFFFF}
.style5 {color: #8D8D8D; }
.style6 {color: #CCCCCC}
.style7 {
	color: #0000FF;
	font-weight: bold;
}
.style9 {
	color: #FF0000;
	font-size: 12px;
}
.style10 {
	font-size: 9px;
	font-style: italic;
}

        
        
                .columnLeft
        {
            float:left;
            width:20%;
            background-color:blue;
            padding:10px;
            margin-right:auto;
        }
        
                .columnMain
        {
            float:right;
            width:80%;
            background-color:gray;
            padding:10px;
            margin-right:auto;
        }