/*
	2em - 24px
	1.5em - 18px
	1.25em - 15px
	1em - 12px
	.75em - 9px
*/
BODY { 
	background-color: #DDDDDD; 
	font-family: Tahoma, "Times New Roman", serif;
	font-size: 1em;
}

INTPUT, SELECT, TH, TD, P {font-size:1em}

LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333399;
}

LI LI {font-size:1em}

LI LI, LI P, TD P, BLOCKQUOTE P {font-size:1em}

.normalText {font-family: Verdana, Arial, Helvetica, sans-serif}
.prehead {
	font-family: Tahoma;
	font-size: 14px;
}
.highlightRed {color: #FF0000}
.primaryHead {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 24px;
}
.postHead {
	font-family: Tahoma;
	font-size: 16px;
}
.largerText {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 18px;
}
.preheadItalic {
	font-family: Tahoma;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.download {font-family: Tahoma; font-weight: bold; font-size: 18px; }
.redItalic {
	color: #800000;
	font-style: italic;
}		
.highlightRedMono {
	font-family: "Courier New", Courier, monospace;
	color: #FF0000;
}
.boldFont {font-weight: bold}
.leftMenu {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
}
.redBold {
	color: #CC0000;
	font-weight: bold;
}	

.liRed {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: #cc0000;
}

.preHeadline {
	background-color: #ffff00;
	font-weight: bold;
	text-align: center;
}

.Headline {
	font-weight: bold;
	color: #333399;
	font-size: 1.7em;
	text-align: center;
}

.red { color: #cc0000; }

.center { text-align: center; }
.small {font-size: .8em}

#mainTable {
	padding-top: 30px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

#note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .83em;
}

.yourname {
	font-size:  1.5em;		// medium;
	font-weight: bold;
	color: #000000;
}

.yourtitle {
	font-size: 1.5em;		// medium;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

.testimonialHeadline {
	font-family: Tahoma, "Times New Roman", serif;
	font-weight: bold;
	text-decoration: underline;
}

#offer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 1em;	// small
	margin-left: 40px;
}

#general {
	font-family: inherit;
	font-weight: normal;
	color: inherit;
	font-size: .75em;		// x-small
	margin-left: 0px;
}
#Legal {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 1.5em;	// medium
}
