
/* THIS IS THE STANDARD PROFIT CLINIC STYLE SHEET -- Black, Red and Grey */

body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
body {
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #FFFFFF url(/Images/bg-main.gif);
}
a:link {  font-weight: bold; color: #0000ff; text-decoration: underline}
a:hover {  font-weight: bold; color: #cc0000; text-decoration: underline }
a:active {  font-weight: bold; color: #FF0000; text-decoration: underline}
a:visited {  font-weight: bold; color: #0000bb; text-decoration: underline}

/* Headings -- RICH RED */
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #bb0000;
	letter-spacing: -0.02em; 
	word-spacing: -0.03em;
}
h1 { font-size: 36px}
h2 { font-size: 30px}
h3 { font-size: 24px}
h4 { font-size: 21px}
h5 { font-size: 18px}
h6 { font-size: 15px}

/* Headings -- BLACK */
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	letter-spacing: -0.02em; 
	word-spacing: -0.04em;
}
.h1 { font-size: 36px}
.h2 { font-size: 30px}
.h3 { font-size: 24px}
.h4 { font-size: 21px}
.h5 { font-size: 18px}
.h6 { font-size: 15px}

/* Settings for GREY headlines. */
.h1, .h2, .h3, .h4, .h5, .h6 { 
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; 
	font-weight: bold; 
	color: #999999; 
	word-spacing: -0.04em; 
	letter-spacing: -0.02em;
}
.h1 { font-size: 36px}
.h2 { font-size: 30px}
.h3 { font-size: 24px}
.h4 { font-size: 21px}
.h5 { font-size: 18px}
.h6 { font-size: 15px}

/* SUPER headlines - BLACK */
.headline84, .headline72, .headline60, .headline54, .headline48, .headline42, .headline36, .headline30	{ 
	font-family: Impact; 
	font-weight: normal; 
	color: #000000; 
	word-spacing: -0.02em; 
	letter-spacing: -0.02em;
}
.headline84	{ font-size: 84px; line-height: 84px}
.headline72	{ font-size: 72px; line-height: 72px}
.headline60	{ font-size: 60px; line-height: 60px}
.headline54	{ font-size: 54px; line-height: 54px}
.headline48	{ font-size: 48px; line-height: 48px}
.headline42	{ font-size: 42px; line-height: 42px}
.headline36	{ font-size: 36px; line-height: 36px}
.headline30	{ font-size: 30px; line-height: 30px}

/* SUPER headlines - RICH RED */
.headline84c, .headline72c, .headline60c, .headline54c, .headline48c, .headline42c, .headline36c, .headline30c	{ 
	font-family: Impact; 
	font-weight: normal; 
	color: #bc0000; 
	word-spacing: -0.02em; 
	letter-spacing: -0.02em;
}
.headline84c	{ font-size: 84px; line-height: 84px}
.headline72c	{ font-size: 72px; line-height: 72px}
.headline60c	{ font-size: 60px; line-height: 60px}
.headline54c	{ font-size: 54px; line-height: 54px}
.headline48c	{ font-size: 48px; line-height: 48px}
.headline42c	{ font-size: 42px; line-height: 42px}
.headline36c	{ font-size: 36px; line-height: 36px}
.headline30c	{ font-size: 30px; line-height: 30px}

/* Form Tags - Left and Right */
.form-tag {  font-size: 12px; text-align: right}
.form-value {  font-size: 12px; text-align: left}

/* FOOTER pre-sets (copyright, etc) */
.footer {  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #999999;
}
.footer a:link {  normal; color: #444444; text-decoration: underline}
.footer a:hover {  color: #0000CC; text-decoration: underline}
.footer a:active {  color: #CC0000; text-decoration: underline}
.footer a:visited {  color: #666666; text-decoration: underline}

/* FONT SIZES for body text (default = 14px) */
.size18	{ font-size: 18px}
.size16 { font-size: 16px}
.size13 { font-size: 13px}
.size12 { font-size: 12px}
.size11 { font-size: 11px}
.size10 { font-size: 10px}
.size9 { font-size: 9px}

/* FONT SIZES for body text (default = 14px) -- LEGACY CSS only for outdated pages */
.text18	{ font-size: 18px}
.text16 { font-size: 16px}
.text13 { font-size: 13px}
.text12 { font-size: 12px}
.text11 { font-size: 11px}
.text10 { font-size: 10px}
.text9 { font-size: 9px}

/* FONT COLOR Pre-sets -- preferred alternative to text-color (below) */
.color-white	{ color: #ffffff}
.color-red	{ color: #bc0000}
.color-ltgrey	{ color: #cccccc}
.color-mdgrey	{ color: #999999}
.color-dkgrey	{ color: #666666}
.color-black	{ color: #000000}
.color-blue	{ color: #0000cc}

/* FONT COLOR Pre-sets -- LEGACY CSS ONLY: Left here for outdated pages */
.text-white	{ color: #ffffff}
.text-red	{ color: #bc0000}
.text-ltgrey	{ color: #cccccc}
.text-mdgrey	{ color: #999999}
.text-dkgrey	{ color: #666666}
.text-black	{ color: #000000}
.text-blue	{ color: #0000cc}


/* YELLOW HIGHLIGHTER */
.highlight {  background: #FFFF66}

/* BIG LINK pre-set */
.biglink {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: #0000CC;
}

/* Settings for PRE-SET Margins  */
.marginleft10	{ margin-left: 10px}
.marginleft7	{ margin-left: 7px}
.marginleft3	{ margin-left: 3px}
.marginright10	{ margin-right: 10px}
.marginright7	{ margin-right: 7px}
.marginright3	{ margin-right: 3px}
.margintop10	{ margin-top: 10px}
.margintop7		{ margin-top: 7px}
.margintop3		{ margin-top: 3px}
.marginbtm10	{ margin-bottom: 10px}
.marginbtm7		{ margin-bottom: 7px}
.marginbtm3		{ margin-bottom: 3px}


/* Setting for PRE-SET padding (from left margin) */
.padleft10	{ padding-left: 10px}
.padleft30	{ padding-left: 30px}
.padleft60	{ padding-left: 60px}



