body {
	background : #CCCCCC;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.darkShade {
	background-color: #000033;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bolder;
	text-align : center;
}

.mediumShade {
	background-color: #666699;
}

.lightShade {
	background-color: #9999CC;
}

.clearShade {
	background-color: #FFFFFF;
}

.sloganTextArea {
	background-color: #9999CC;
	color : #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bolder;
	text-align : center;
}

.addressTextArea {
	background-color: #9999CC;
	color : #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-align : center;
}

.guideTextArea {
	background-color: #FFFFFF;
	color : #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-align : left;	
}

.Separator {
	background-color: #DDDDDD;
	height : 1px;
	font-size : 1px;
}

.Line {
	background-color: #666699;
	height : 1px;
	font-size : 1px;
}

.SeparatorTick {
	background-color: #FFFFFF;
	height : 3px;
	font-size : 3px;
}

.guideTextAreaTitle {
	background-color: #FFFFFF;
	color : #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-align : center;	
}

.productTitle {
	background-color: #FFFFFF;
	color : #666699;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 32px;
	font-weight : bold;
	text-align : center;	
}

.productDescription {
	background-color: #EFEFEF;
	color : #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bolder;
	text-align : center;
	background-position: center;
	vertical-align: middle;


}

.productText {
	background-color: #FFFFFF;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-align : center;
}

.formArea {
	background-color: #CCCCCC;
}

.formText {
	background-color: #CCCCCC;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-align : left;
}

.formPrompt {
	background-color: #CCCCCC;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-align : left;
}

.infoTextArea {
	background-color: #FFFFFF;
	color : #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-align : justify;	
}
 
.navigSpacer {
	background-color: #9999CC;
}
 
.navigText {
	background-color: #9999CC;
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bolder;
	text-align : center;
}
 
.navigDarkShade {
	background-color: #000033;
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bolder;
	text-align : center;
}
 
.navigMediumShade {
	background-color: #666699;
	color : #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bolder;
	text-align : center;
}
 
.navigLightShade {
	background-color: #AAAACC;
	color : #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bolder;
	text-align : center;
}

/*************************************
 *	Links
 *************************************/
 
a {
	color : #000033;
	font-weight : bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
}

a:hover {
	font-weight : bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: underline;	
}

a.highlight:hover {
	color : #3399FF;
	font-weight : bolder;
	font-size : 12px;
	text-decoration: underline;	
}

a.productTitleLink {
	color : #000033;
	font-weight : bolder;
	font-size : 12px;
	font-style : italic;	
}

a.productTitleLink:hover {
	color : #3399FF;
	font-weight : bolder;
	font-size : 12px;
	font-style : italic;
	text-decoration: underline;	
}
