/*---------------------------------
|       Global Declarations       |
---------------------------------*/
/*** Base Font Styles / Colors ***/

/* Text - Defaults */
body, 
p { font: normal normal 9pt/14pt Arial, Tahoma, Sans-Serif; color: #4D4D4D; }

td, 
li, 
input, 
select, 
textarea { font: normal normal 9pt Arial, Tahoma, Sans-Serif; color: #4D4D4D; }

p { margin-top: 0; margin-bottom: 7pt; }

/* Lists */
ul {}
ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { color: #4D4D4D; text-transform: uppercase; font: normal normal 17px "Arial Narrow", Arial, Sans-Serif; margin-bottom: 5pt; margin-top: 0; }
h2 { color: #00455B; text-transform: uppercase; font: normal normal 9pt/12pt Arial, Tahoma, Sans-Serif; font-weight: bold; margin-bottom: 2px; }
.store h2 { color: #A59850; }
h3 { color: #4D4D4D; font: italic normal 13pt Garamond, Baskerville, Serif; margin-bottom: 5px; margin-top: 5px; }
h4 { font: normal bold 17px "Arial Narrow", Arial, Sans-Serif; color: #80A0AD; padding: 0 8px; margin: 0; }
h5 { color: #897419; text-transform: uppercase; font: normal normal 9pt/12pt Arial, Tahoma, Sans-Serif; font-weight: bold; margin-bottom: 2px; }
h6 { font: italic normal 8pt/8pt Arial, Tahoma, Sans-Serif; color: #4D4D4D; margin-top: 2px; margin-bottom: 0; }

/* Anchor */
a:link, 
a:active, 
a:visited { color: #D15600; font-weight: normal; text-decoration: none; }
a:hover { color: #000; text-decoration: none; background-color: #ffc; }

/* Forms */
form { margin: 0; padding: 0; }

/*---------------------------------
|       Custom Declarations       |
---------------------------------*/

td.shadowboxBG {
	background: transparent url(/images/sitecm_shadowbox_bg.gif) repeat-y top left;
	padding: 0 18px 0 15px;
}

td.shadowboxTOP {}
td.withImage {}

.LineHeight12 { line-height: 12pt; }
.h1_inline { color: #4D4D4D; text-transform: uppercase; font: normal normal 17px "Arial Narrow", Arial, Sans-Serif; }
.h2_inline { color: #00455B; text-transform: uppercase; font: normal normal 9pt/12pt Arial, Tahoma, Sans-Serif; font-weight: bold; }
.h2_store_inline { color: #A59850; text-transform: uppercase; font: normal normal 9pt/12pt Arial, Tahoma, Sans-Serif; font-weight: bold; }
.h3_inline { color: #4D4D4D; font: italic normal 13pt Garamond, Baskerville, Serif; }
.h4_inline { font: normal bold 17px "Arial Narrow", Arial, Sans-Serif; color: #80A0AD; }
.h5_inline { color: #897419; text-transform: uppercase; font: normal normal 9pt/12pt Arial, Tahoma, Sans-Serif; font-weight: bold; }
.h6_inline { font: italic normal 8pt/8pt Arial, Tahoma, Sans-Serif; color: #4D4D4D; }