/*/ Headings ////////////////////*/

/*h1,*/
h2,h3,h4,h5,h6 { color: #777; margin-top: 0px; }

/*h1 { font-size: 42px; line-height: 54px; margin-bottom: 0px; font-family: Georgia, "Times New Roman", Times, serif; }*/
h2 { font-size: 30px; line-height: 36px; margin-bottom: 18px; font-family: Georgia, "Times New Roman", Times, serif; }
h3 { font-size: 20px; line-height: 24px; margin-bottom: 0px; font-family: Georgia, "Times New Roman", Times, serif; }
h4 { font-size: 18px; line-height: 18px; margin: 36px 0 18px; padding: 0; font-family: Georgia, "Times New Roman", Times, serif; }
h5 { font-size: 12px; line-height: 18px; /*margin-bottom: 20px;*/ }

/*/ Text elements ////////////////////*/

p           { padding:0 0px; margin: 0 0 18px; }
p img.left  { float: left; margin: 24px 24px 24px 0; padding: 0; }
p img.right { float: right; margin: 24px 0 24px 24px; }

a:link      { color: #0cf; text-decoration: none; }
a:hover     { color: #f60; text-decoration: none; }
a:visited   { color: #aaa; text-decoration: none; }

blockquote  { margin: 24px; color: #666; font-style: italic; }
strong      { font-weight: bold; }
sup, sub    { line-height: 0; }
small      	{ display: block; font-size: 11px; margin-bottom:-18px; font-family: Arial, Helvetica; }
.border small { display:inline;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 24px; font-style: italic; }
del         { color: #666; }

pre 				{ margin: 24px 0; white-space: pre; }
pre,
code { font: 16px 'Courier New', 'lucida console', monospace; line-height: 1.5; }

em { font-style: normal; }


/*/ Lists ////////////////////*/

ul, ol      { margin: 0 24px 18px 24px; }
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }


/*/ Misc Classes ////////////////////*/

.smallcaps  { font-variant: small-caps; }

.highlight1 { background: #ff0; }
.highlight2 { background: #df0; }
.highlight3 { background: #9ef; }
.uppercase { text-transform: uppercase; }

.lh30 { line-height:28px; }

.bold { font-weight:bold; }

.red 		{ color: #f40; }
.blue       { color: #0cf; }
.green      { color: #ac0; }
.orange     { color: #f60; }
.purple     { color: #f0a; }
.silver     { color: #888; }

