/* ------------------------------------------------------------------
Default Stylesheet
Contains all the styles for screen display
------------------------------------------------------------------ */


/* Reset CSS
------------------------------------------------------------------ */
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, address, big, code,
em, font, /*img,*/ ins, 
small, strike, sub, sup, tt, var,
dd, dl, dt, /*li,*/ ol, /*ul,*/
fieldset, form, label, legend,
caption, tfoot, thead, th{
	margin: 0;
	padding: 0;
	border: 0;
/*  font-weight: inherit; */
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* Fonts
------------------------------------------------------------------ */
/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 */
body {font:12px helvetica,arial,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% helvetica,arial,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.32em;}


/* Default Tag Styles
------------------------------------------------------------------ */
h1,h2,h3,h4 { margin-bottom: 15px; font-weight: bold; color: #00336;/*#85C91A;*/ }
h1 { font-size: 136%; }
h2 { font-size: 129%; }
h3 { font-size: 122%; }
h4 { font-size: 114%; }
 /*ul, dl, ol { margin-bottom: 15px; }
./*ul { list-style-type: square; padding-left: 15px; }


/* Form Elements
------------------------------------------------------------------ */
input.input-text, select.input-text, textarea.input-text { /*border: 1px solid #ccc; padding: 2px;*/ font-size: 120%; }
input.input-button { border: 1px solid #ccc; padding: 3px 2px 2px 2px; font-size: 120%; background: #f6f6f6; font-size: 100%; }


/* Default Text Size
------------------------------------------------------------------ */
#container { font-size: 100%; }

