/*Style sheet created by Mark Charlesworth of Kyodo. ©Copyright Formula 4 Parenting 2004. All rights reserved*/

body {
	scrollbar-face-color : #ffffff;
    scrollbar-shadow-color : #cccccc;
    scrollbar-highlight-color : #ffffff;
    scrollbar-3dlight-color : #cccccc;
    scrollbar-darkshadow-color : #cccccc;
    scrollbar-track-color : #ffffff;
    scrollbar-arrow-color : #cccccc;
	
	background-color: #FFFFFF;
	background-image:    url(images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed; 
	}
	
p { font-size: 11px; font-family: Verdana, Arial, sans-serif; color: #000000; text-align: justify;}
table { font-size: 11px; font-family: Verdana, Arial, sans-serif; color: #000000; }

/*centex used for bold, centered page headings of a slightly larger size*/
.centxt { font-size: 13px; font-weight: bold; font-family: Verdana, Arial, sans-serif; color: #003399; text-align: left;}

h1 { font-size: 15px; font-family: Verdana, Arial, sans-serif; color: #000000; }
h2 { font-size: 14px; font-family: Verdana, Arial, sans-serif; color: #000000; }
h3 { font-size: 13px; font-family: Verdana, Arial, sans-serif; color: #000000; }

/*bulleted and ordered lists. Bulleted lists use a diamond bullet image*/
ul {
	font-size: 11px; font-family: Verdana, Arial, sans-serif; color: #000000;
	list-style-type: disc;
	list-style-image: url(images/diamond.gif);
	}
ol {
	font-size: 11px; font-family: Verdana, Arial, sans-serif; color: #000000;
	}

/*Form Elements*/
input { border: 1px solid black; background: #ffffff; width: 160px;}
.tabfont { font-size: 11px; font-family: Verdana, Arial, sans-serif; color: #000000}
.tabtext { border: 1px solid black; background: #ffffff; width: 270px; font-size: 10px; font-family: Verdana, Arial, sans-serif; color: #000000}
.tabres { border: 1px solid black; background: #cccccc; width: 60px; font-size: 10px;}
.tabsub { border: 1px solid black; background: #cccccc; width: 116px; font-size: 10px;}
/*Text links - used for the 'ways' menu links, sample scenario & contact menu pages*/
a.boldlink { font-size: 11px; font-weight: bold; font-family: Verdana, Arial, sans-serif; color: #666666; text-decoration: underline;}
li.boldlink { font-size: 11px; font-weight: bold; font-family: Verdana, Arial, sans-serif; color: #666666; text-decoration: underline;}
/*Table class - used in Sample Scenario outcome pages*/
.tabscen { border: 1px solid black; width: 400px; }