/* default style for body */
body{
	background: #cccccc;
}
h1{
	color:#fff;
	font:bold 18pt/14pt verdana;
	padding-left:6px;
	
}
/* text style for title */
.title{
	color: #000; 
	font: 19pt verdana;
	font-weight:bold;
	text-align:center;
	padding-top:15px;
}
/* text style for subtitle */
.subtitle{
	color: #000; 
	font: 13pt Arial;
	font-weight:bold;
	text-align:center;
}
/* text style for section heading */
.sechead{
	color: #006633; 
	font: 14pt Arial;
	font-weight:bold;
	text-align:center;
	font-style:italic;
	padding-top:20px;
	padding-bottom:10px;
}
/* seperator bewteen sections */
.sep{
	border-bottom:3px solid #99CC99;
}

/* default style for text */
.body
{
	color: black; 
	font: 10pt/13pt verdana;
}
/* default bold style for text */
.bodybold
{
	color: black; 
	font: 10pt/13pt verdana;
	font-weight:bold;
}
.redtext
{
	color: #cc0000; 
	font: 9pt/14pt verdana;
}
.redtextbold
{
	color: #cc0000; 
	font: 9pt/14pt verdana;
	font-weight:bold;
}

/* text style for testimonials heading*/
.quizsheading
{
	color: black;
	font: 10pt/13pt verdana;
	font-weight:bold;
}
.testimonialsheading
{
	color: black; 
	font: 10pt/13pt verdana;
	font-weight:bold;
}
/* text style for testimonials box*/
.testimonialstxt
{
	color: black; 
	font: 8pt/11pt verdana;
}
/* text style for testimonials box*/
.testimonialstxtbold
{
	color: black; 
	font: 8pt/11pt verdana;
	font-weight:bold;
}
/* small text style for testimonials box*/
.testimonialssmalltxt
{
	color: #555555; 
	font: 7.5pt/11pt verdana;
	font-weight:bold;
	
}

/* text style for bonus heading*/
.bonusheading
{
	color: #cc0000; 
	font: 9pt/14pt verdana;
	font-weight:bold;
}
.bonustitle
{
	color: black; 
	font: 8pt/11pt verdana;
	font-weight:bold;
}

/* text styles for prices and delviery info*/
.priceold
{
	color: #666666;
	font: bold 14pt/11pt verdana;
	text-decoration: line-through;
	margin-right:10px;
}
.price
{
	color: #CC0000;
	font: bold 14pt/11pt verdana;
}
.delivery
{
	color: #003399; 
	font: bold 10pt/11pt verdana;
	margin-top:20px;
}
/* text style for end of letter */
.signoff
{
	color: black; 
	font: 9pt/11pt verdana;
	font-weight:bold;
}
/* default style for email links*/
.email
{
	color: #0000ff; 
	font: 8pt/14pt verdana;	
}

/* style for text boxes*/
.textbox{
	border:1px #666666 solid;
}
.button {
	border:1px solid #666666; 
	font-family:verdana; 
	font-size:11px;  	
}
.sectitle {
	color: #006633;
	font: 12pt Arial;
	font-weight:bold;
	text-align:left;
	padding-bottom:8px;
	padding-top:45px;
	padding-left:35px;
	background-image : url(golfball.gif);
	background-repeat : no-repeat;
	background-position: -2 37;
}
.footer{
	color: blue; 
	font: 8pt/13pt verdana;
}