﻿h4.umMainTitle
{
    display: block;
    margin: 10px 0px 0px 0px !important;
    font-size: 10pt;
    color: #333333;
}

.umColumnHolder
{
    padding-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 97%;
    font-size: 10pt;
}

.umColumn
{
    margin: 0px;
    border-top: 1px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
    border-right: 2px solid #D5D5D5;
    border-bottom: 2px solid #D5D5D5;
    font-size: 10pt;
    vertical-align: top;
    color: #333333;
    position: relative;
}

.umColumnSpacer
{
    width: 5px;
}

.umImageHolder
{
    position: relative;
    display: block;
    overflow: hidden !important;
    text-align: center;
    vertical-align: middle;
}

img.umToArea
{
    position: relative;
    border: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.umColumnText
{
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

a.um
{
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
    display: block;
}

a.um:hover
{
    color: #000000;
}

/* 1Column */

.um1ColumnHolder
{
    margin-top: 20px;
    padding-top: 0px !important;
    border-top: 1px solid #D5D5D5;
    border-right: 2px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
    border-bottom: 2px solid #D5D5D5;
}

.um1Column
{
    border: none !important;
    width: 100%;
    display: block;
}

.um1ColumnImageHolderLeft
{
    position: absolute;
    display: block;
    overflow: hidden !important;
    width: 35%;
    height: 100%;
    left: 0px;
}

.um1ColumnImageHolderLeft img
{
    position: absolute;
    border: 0px;
    display: block;
    left: 0px;
}

.um1ColumnImageHolderRight
{
    position: absolute;
    display: block;
    overflow: hidden !important;
    width: 35%;
    height: 100%;
    right: 0px;
}

.um1ColumnImageHolderRight img
{
    position: absolute;
    border: 0px;
    display: block;
    right: 0px;
}

.um1ColumnHolderWidth
{
    width: 100%;
}

.um1ColumnHolderHeight
{
    height: 100% !important;
    max-height: 100%;
    min-height: 100%;
}

.um1ColumnText
{
    padding-top: 5px !important;
    width: 63%;
}

/* 2Column */

.um2Column
{
    min-width: 50%;
    max-width: 50%;
    width: 50%;
}

.um2ColumnHolderWidth
{
    width: 275px;
}

.um2ColumnHolderHeight
{
    height: 150px !important;
    max-height: 150px;
    min-height: 150px;
}

/* 3Column */

.um3ColumnBlack
{
    width: 33%;
    border-top: 5px solid #000000;
}

.um3ColumnGray
{
    width: 33%;
    border-top: 5px solid #AAAAAA;
}

.um3ColumnRed
{
    width: 33%;
    border-top: 5px solid #CC0000;
}

.um3ColumnHolderHeight
{
    height: 100px !important;
    max-height: 100px;
    min-height: 100px;
}

.um3ColumnHolderWidth
{
    width: 182px;
}

/* 4Column */

.um4Column
{
    width: 25%;
}

.um4ColumnHolderHeight
{
    height: 75px !important;
    max-height: 75px;
    min-height: 75px;
}

.um3ColumnHolderWidth
{
    width: 135px;
}

/* Links Only */

.linksonly
{}

.linksonly a
{
    display: inline-block !important;
    padding-right: 15px;
}

/* Right */

.umRight
{
    display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
	color: #58708A;
	text-decoration: none;
	margin: auto;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
    position: relative;
    width: 100%;
}

.umRight b
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
	color: #58708A;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	font-weight: bold;
	display: block;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.umRight p
{
    display: block;
    margin: 0px 0px 5px 0px;
}

.umRight a
{
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
    display: block;
}

.umRight a:hover
{
    color: #000000;
}
