/* STYLESHEET SECTIONS
   CSS Flags marked with [=]
	 
	 GENERAL TAGS
	 HEADINGS
	 LISTS
	 LINKS
	 CLASS-SPECIFIC TEXT
	 
	 ....................................... */

/* =GENERAL TAGS
    font sizing MUST remain the same for the percentages to calculate properly
	 ....................................... */
body {
	font: 11px/1.4 Helvetica, 'Helvetica Neue', 'Helvetica LT', Arial, sans-serif;
	color: #434343; 
}
select,
input,
button,
textarea {
	font: 99% Arial, Helvetica, sans-serif; /*bump for IE*/
} 
table {
	font-size: inherit;
	font: 100%;
}
pre,
code,
kbd,
samp,
tt {
	*font-size: 108%; /*bump for IE*/
	line-height: 100%;
}
p {
	margin: 0 0 1.5em; /*default: 0 0 1.5em;*/
}
hr {
	background: #ccc;
	color: #ccc;
}

/* =HEADINGS
	 ....................................... */
h1,h2,h3,h4,h5,h6 { 
	color: #111;
}
h1 { 
	font-size: 197%; /*26px*/
	line-height: 1;
	margin-bottom: 0.5em;
}
h2 { 
	font-size: 20px;
	line-height: 1;
}
h3 { 
	font-size: 153.9%; /*20px*/
	line-height: 1;
	margin-bottom: 1em;
}
h4 { 
	font-size: 123.1%; /*16px*/
	line-height: 1;
	margin-bottom: 0;
}
h5 { 
	font-size: 11px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 0;
}
h6 { 
	font-size: 100%; /*13px*/
	font-weight: bold;
}
 
/* =LISTS 
    default values can be edited
	 ....................................... */
li ul, 
li ol { 
	margin:0 1.5em; /*default: 0 1.5em;*/
}
ul, ol { 
	margin: 0 1.5em 1.5em 1.5em; /*default: 0 1.5em 1.5em 1.5em;*/
}
ul { 
	list-style-type: disc;
}
ol { 
	list-style-type: decimal;
}
dl { 
	margin: 0 0 1.5em 0; /*default: 0 0 1.5em 0;*/
}
dl dt { 
	font-weight: bold;
}
dd { 
	margin-left: 1.5em; /*default: 1.5em;*/
}

/* =LINKS
   ....................................... */
a { 
	color: #1675A3;
	text-decoration: none;
} 
a:hover { 
	text-decoration: underline;
}

/* =CLASS-SPECIFIC TEXT
	 ....................................... */
