﻿body
{
    font-family:Arial;
    color:#454a3b;   
    font-size:10pt;
}

.link
{
    
    }
    
.textbox
{
    font-size:11pt;
    font-family:Arial;
    text-decoration:none;
    color:#535f39;  
}

.upload
{
    font-size:10pt;
    font-family:Arial;
    text-decoration:none;
    font-weight:normal;
    color:#535f39;
}

a.upload {
    color:#535f39;    
    font-size:11pt;
    font-family:Arial;
    text-decoration:none;
}
   
a.upload:link  {
    color:#535f39;    
    font-size:11pt;
    font-family:Arial;
    text-decoration:none;
}

a.upload:visited   {
    color:#535f39;    
    font-size:11pt;
    font-family:Arial;
}

a.upload:hover {
    color:#535f39;    
    font-size:11pt;
    font-family:Arial;
    text-decoration:underline;
}

a.upload:active    {
    color:#535f39;    
    font-size:11pt;
    font-family:Arial;
}



    
h4
{
    color:#535f39;    
    font-size:12pt;
    font-family:Arial;
    text-decoration:none;
    font-weight:bold;
}
    
A.Nav:link  {
    color:#ffffff;    
    font-size:11pt;
    font-family:Arial;
    text-decoration:none;
}

A.Nav:visited   {
    color:#ffffff;    
    font-size:11pt;
    font-family:Arial;
}

A.Nav:hover {
    color:#ffffff;    
    font-size:11pt;
    font-family:Arial;
    text-decoration:underline;
}

A.Nav:active    {
    color:#ffffff;    
    font-size:11pt;
    font-family:Arial;
}

A:link  {
    color:#ffffff;    
    font-size:11pt;
    font-family:Arial;
    text-decoration:none;
}

A:visited   {
    color:#ffffff;    
    font-size:11pt;
    font-family:Arial;
    text-decoration:none;
}

A:hover {
    color:#cac49b;    
    font-size:11pt;
    font-family:Arial;
    text-decoration:none;
}

A:active    {
    color:#ffffff;    
    font-size:11pt;
    font-family:Arial;
    text-decoration:none;
}


A.Sub:link  {
    color:#535f39;    
    font-size:11pt;
    font-family:Arial;
    text-decoration:none;
}

A.Sub:visited   {
    color:#535f39;    
    font-size:11pt;
    font-family:Arial;
}

A.Sub:hover {
    color:#535f39;    
    font-size:11pt;
    font-family:Arial;
    text-decoration:underline;
}

A.Sub:active    {
    color:#535f39;    
    font-size:11pt;
    font-family:Arial;
}




p
{
    font-family:Arial;
    color:#454a3b;   
}

.small
{
    font-family:Arial;
    font-size:9pt;
    color:#454a3b;   
}


.textbox
{
    width:125px;
}

.dropdown
{
    width:185px;
}

.checkbox
{
    font-style:italic;
}

.pError
{
    color:Red;
    }
    
.error
{
    color:#ab2d2d;    
    font-size:10pt;
    font-family:Arial;
    }

.bg
{
    background-color: #000;
}    

.mainBg
{
    background-color: #f1eed0;
	background-image: url(../images/bgtile.gif);
	background-repeat: repeat-x;
	background-position:top left;
	width:100%;
}

.topTile
{
    background-color: #ffffff;
	background-image: url(../images/00t.gif);
	background-repeat: repeat-x;
	background-position:top left;
	width:100%;    
}

.topmidTile
{
    background-color: #ffffff;
	background-image: url(../images/01t.gif);
	background-repeat: repeat-x;
	background-position:top left;
	width:100%;    
}

.topbotTile
{
    background-color: #ffffff;
	background-image: url(../images/02t.gif);
	background-repeat: repeat-x;
	background-position:top left;
	width:100%;    
}

.leftTile
{
    background-color: #ffffff;
	background-image: url(../images/02l.gif);
	background-repeat: repeat-y;
	background-position:top left;
	height:100%;        
	width:23px;
}

.rightTile
{
    background-color: #ffffff;
	background-image: url(../images/02r.gif);
	background-repeat: repeat-y;
	background-position:top right;
	height:100%;        
}

.botTile
{
    background-color: #ffffff;
	background-image: url(../images/03t.gif);
	background-repeat: repeat-x;
	background-position:top left;
	width:100%;    
}

.mainContent
{
    background-color: #fcf8ec;
    width:100%;  
    vertical-align:top;
}


