﻿/* HTML element overrides */

body {
    margin: 0px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    color: #000;   
}

input,select { font-size: 10px; }

h2 
{
    font-family: Arial, Verdana, Sans-Serif;
    color: #000; 
    font-size: 16px;
}

/* generic classes */

.ftLink { color: #615449; }
.ftLink:visited { color: #615449; }
.ftLink:hover { color: #db0034; }

.masterContent {
    padding: 10px;
    /* background-image: url(../Graphics/BackBG.jpg); */
    background-position: top;  
}

.ftMenuLink 
{
    color: #615449;
    text-decoration: none;
}

.ftMenuLink:hover { color: #fff; }

.ftMenuFunc
{
    color: #615449;
    text-decoration: none;
    font-weight: normal;
}

.ftMenuFunc:hover { color: #fff; }

.ftMenuCell {
    text-align: left; 
    background-color: #dcd2c4; 
    color: #000; 
    font-weight: bold; 
    padding: 5px; 
    font-size: 12px;
    height: 30px;
    cursor: default;
}

.sideBG {
  /* background-color: #edebe8; */
  background-color: #ccc;
}

.ftCell {
    background-color: #f4f0e8;
    text-align: justify;    
    line-height: 14px;
    padding: 10px;
    vertical-align: top;
}

.ftHead {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;    
    line-height: 14px;
    padding: 4px;
    font-weight: bold;
}

.ftDef {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11.8px;
}
    
.ftHeadEm {
    background-color: #db0034;
    color: #fff;
    text-align: center;    
    line-height: 14px;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
}

.ftCellEm {
    background-color: #fdf2f5;
    text-align: justify;    
    line-height: 14px;
    padding: 10px;
    font-weight: bold;
    border: solid 0px #db0034;
}

.ftCellEm li { color: #615449; }

.ftcaption
{
	font-family: Arial, Verdana, Sans-Serif;
    font-size: 8px;
}

.ftFooter 
{
    background-color: #ddd;
    color: #888;
    /* background-color: #989089; */
    /* color: #f4f0e8; */
    font-size: 10px;
    text-align: center;
    padding: 4px;
}

.ftList
{
    list-style-type: square;
    margin-left: 15px;
    margin-top: 0px;
    -moz-margin-start: -20px;
}

.ftList li { margin-bottom: 15px; }

/* specific classes */

.ftMainHeader
{
    height: 200px;
    width: 760px;
    background-image:url('../Graphics/MainHead.jpg');
    background-position:center;
    background-repeat:no-repeat;
    text-align: right;
    vertical-align: bottom;
}

.ftWhiteLink 
{
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    line-height: 25px;
}

.ftWhiteLink:hover { color: #f4f0e8; }

#ftArticleGridContainer a { color: #615449; font-size: 11px; }


h3 
	{
    font-family: Arial, Verdana, Sans-Serif;
    color: #000000; 
    font-size: 14px;
    font-weight: bold;
    margin-bottom:0px;
	}	
	
h4 
	{
    font-family: Arial, Verdana, Sans-Serif;
    color: #000000; 
    font-size: 12px;
    font-weight: bold;
    margin-bottom:0px;
	}		

ol
{
    list-style-type: decimal;
    margin-left: 55px;
    margin-top: 10px;
    -moz-margin-start: -20px;
    text-align: left;
}

ol li 
{
	margin-bottom: 15px;
	text-align: justify; 	
}		

table {
    margin: 0px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    color: #000;
    text-align: left;   
}

