﻿body
{
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
}

img
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	margin-bottom: 0px;
		
}

a:visited
{
	
}

.titles
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0050A0;
}
.bodytext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.links
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0050A0;
	text-decoration: underline;
}
.links2right
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	padding:0px 0px 8px 0px;
}
.background
{
	background-image: url(/images/backgroundimg.jpg);
	background-repeat: no-repeat;
	background-position: 100px 15px;
}
.titletxt 
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 16px; font-style: normal; 
    line-height: normal; 
    color: #006699; 
    font-weight: bold
    
}

#menuSep
{
	background-image: url(/images/menu/tnfa2_05b.gif); 	
	width: 750px;
	height:39px;
	background-repeat:repeat-x;
}

.deleteDiv
{
	border:solid 1px red; 
	color:Red;
}

.floatcontainer:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
    }
