﻿/* ================================================================================================================================ 
/*	Body
/* ================================================================================================================================ */

body { background: #fff; padding: 0px; }
div.container, table.container { border: 0px; }

/* ================================================================================================================================ 
/*	Span / Divs
/* ================================================================================================================================ */
span.light, div.light { color: #aaa; }
span.error, div.error { color: #f00; }

/* ================================================================================================================================ 
/*	Links
/* ================================================================================================================================ */
a { color: #000; text-decoration: underline; }

/* ================================================================================================================================ 
/*	Images
/* ================================================================================================================================ */
img { border: 0px; }

/* ================================================================================================================================ 
/*	Site Headers
/* ================================================================================================================================ */
td.header { background-color: #fff; padding: 20px; color: #000; font-weight: bold; }
div.sub_header { background-color: #fff; padding: 5px; }

/* ================================================================================================================================ 
/*	Cat Path
/* ================================================================================================================================ */
div.catpath { color: #aaa; }
div.catpath a { color: #aaa; }
div.catpath span.catpath_current { font-weight: bold; }

/* ================================================================================================================================ 
/*	Footer
/* ================================================================================================================================ */
td.page_footer { background-color: #fff; color: #000; padding: 5px; }
td.page_footer td { color: #000; }

