﻿/*===================================================================================
Reset selectors
===================================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	
}

/*=========================================================================================
My selectors which redefine common elements
=========================================================================================*/
body {font-size:70%; font-family:Arial, Helvetica, "Trebuchet MS", sans-serif; color:#323232; background:#fff;}

/*====================
Link Styles
======================*/
a:link, a:visited {color:#323232; text-decoration:underline;}
a:hover {color:#00A6DE;}

/*====================
Table Styles
======================*/
th {font-weight:bold;}

/*====================
General Styles
======================*/
img {border:0;}
p {margin:0 0 1.6em 0; color:#323232; font-size:1.0em;}
h1, h2, h3, h4, h5, h6 {font-family: Verdana, Georgia, Tahoma, Helvetica, "Trebuchet MS", sans-serif;}
h1 {margin:0 0 0.6em 0; font-size:2.0em; font-weight:normal; color:#323232;}
h2 {margin:1.0em 0 0.5em 0; font-size:1.4em; font-weight:normal; color:#323232;}
h3 {margin:0 0 1.0em 0; font-size:1.4em; font-weight:normal; color:#323232;}
h4 {margin:0 0 0 0; padding:1px 0 0 0; font-size:1.4em; font-weight:normal; color:#323232;}
h5 {margin:0 0 3px 0; font-size:1.0em; font-weight:normal; color:#323232;}

label {display:block;}
legend {padding:0 .5em;}
strong {font-weight:bold;}
em, ins, del {font-style:italic;}
fieldset {padding:0 1em; border:1px solid #666;}
abbr, acronym, dfn {cursor:help; border-bottom:1px dotted #ddd;}
code, kbd, pre {font-family:Courier, "Courier New", Tahoma, sans-serif;}

/*==========================================================================
Firefox, Safari and Opera add extra miscellaneous pixels to the containing 
div when using swfobject to dynamically publish flash - this will fix it!
============================================================================*/
object {display:block; outline:none;}