/* ==========================================================================*/
/* This css file should establish tag styles that're shared by all sections  */
/* ==========================================================================*/

body, table, div, td, p {
	font: 11px 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif; 
	color: #000;
	}

p {
	padding: 5px 0 5px 0;
	margin: 0;
}

.ahem {
	display:	none;
}

/*New 07.05.2005*/
h1, h2 {
font-family:Helvetica, Arial, sans-serif;
} 
h3 ,h4, h5, h6, h7{
font-family:'Lucida Grande', Helvetica, Arial, Verdana, sans-serif; 
} 

/* ********************** LINKS *********************** */


a { 
	color: #006e98; 
	text-decoration: none; 
	border: none; 
}
a:visited 
	{
	color: #456875;
	}
a:hover 
	{
	text-decoration: underline;
	color: #0066FF;
	}
a.more {
	padding-right: 8px;
	background: url(/images/buttons/link_arrow_blue1.gif) no-repeat 100% 4px;
}

/* ******************** HEADERS ********************** */

h1  {
	font: lighter 18px Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-bottom:2px;
	margin:0;
}


h2 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #075ab9;
	padding: 10px 0 5px 0;
	margin:0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 10px 0 0px 0;
	margin:0;
}

h4 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #303030;
	padding: 10px 0 0px 0;
	margin:0;
}

h5 
	{
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: lighter;
	margin-top: 2px;
	margin-bottom: 2px;
	}

h6 
	{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	}

/* ************************ OTHER GLOBAL STUFF ************************ */
/* This is necessary bc IE does not deal with hr correctly */
div.separator {
	margin: 12px 0 12px 0;	
	background-image:url(http://www.filemakertrial.com/business_tracker/images/20040808_filemaker_landing_dotted.gif);
	background-repeat:repeat-x;
	background-position: top;
	clear:both;
	height: 1px;
	width: 100%;
	line-height: 1px;
 color:#fff;
 
}

form 
	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

textarea, input, select, option {
	font-size: 12px; 
	}

dl {
	font-size: 12px;
	margin-bottom: 0px;
	}

dt, dd {
	margin-top: 0px;
	margin-bottom: 0px;;
	}

sup
	{
	font-size: 10px;
	text-decoration: none;
	}

i
	{
	font-family: Arial, Helvetica, sans-serif;
	}

hr
	{
	border: 0px solid;
	}

img 
	{
	border: 0;
	}

.note, 
.note a 
	{
	font-size: 10px;
	text-decoration: none;
	}
	
.access-aid {	display: none; }
	
/* ==============================================================*/
/*			Removes margin from top of elements			*/
/* ==============================================================*/

.noTop
	{
	margin-top: 0px;
	}


.red {
	color: #ff3535;
}

ul.blueArrows li a {
	vertical-align: bottom; 
	padding-right: 10px; 
	background:url(/images/buttons/link_arrow_blue.gif) no-repeat right;
} 



sup {
	font-size: 10px;
}
