/* SEO "h" tags */
h1					{font-family: Arial; font-size: 16pt; color: #fff; line-height: 100%;
					margin-bottom: 0px; padding-bottom: 0px; margin-top: 0px; padding-top: 0px;}
h2					{font-family: Arial; font-size: 13pt; color: #fff;}
h3					{font-family: Arial; font-size: 11pt; color: #fff;}
h4,h5,h6			{font-family: Arial; font-size: 10pt; color: #fff;} 

/* Text */
.form 				{font-size: 10px; color: #000000; font-family: arial; font-style: normal}
.buttons	 		{font-size: 9pt; color: #000; line-height: 180%; font-family: arial; font-weight: bold}
.content 			{font-size: 9pt; color: #000000; line-height: 140%; font-family: arial}
.smallprint 		{font-size: 8pt; color: #000; line-height: 150%; font-family: arial}

/* text links */
a:link 				{text-decoration: none; color: #000;}
a:visited 			{text-decoration: none; color: #000;}
a:hover 			{text-decoration: underline; color: #000;}
a:active 			{text-decoration: underline; color: #000;}

a.lightlink:link 	{text-decoration: none; color: #000;}
a.lightlink:visited {text-decoration: none; color: #000;}
a.lightlink:hover 	{text-decoration: underline; color: #940C28;}
a.lightlink:active 	{text-decoration: underline; color: #940C28;}

/* table background colour */
.darrys_red 		{margin-bottom: 0px; padding-bottom: 0px; margin-top: 0px; padding-top: 0px; background-color: #940C28;}
.darrys_pink 		{margin-bottom: 0px; padding-bottom: 0px; margin-top: 0px; padding-top: 0px; background-color: #EEE3D8;}
.darrys_black 		{margin-bottom: 0px; padding-bottom: 0px; margin-top: 0px; padding-top: 0px; background-color: #333;}
.darrys_yellow 		{margin-bottom: 0px; padding-bottom: 0px; margin-top: 0px; padding-top: 0px; background-color: #F0E786;}

/* scrollbar */
body 				{scrollbar-face-color:#cccccc; scrollbar-arrow-color:999999; scrollbar-track-color:#666666;}
