/* Header settings */
div#headertitle {background: #0099ff; font-family: arial; font-size: 30px; color: white}
table.header 
{
	text-align:center;
	border-width:thick;
	background-color: white;
}
table.header td 
{
    text-align: center;
    background-color: #0099ff;
}

/* Footer settings */
table.footer td 
{
    text-align: center;
    vertical-align:middle;
    background-color: #0099ff;
    font:arial;
    font-size:12px;
    color:white;
}

/* Menu settings */
table.menu 
{
	text-align:center;
	background-color: white;
}
table.menu td 
{
    text-align: center;
    width:130;
    background-color: #0099ff;
    font:menu;
}
table.menu a 
{
	color:white;
	text-decoration:none;
	font-size: 17px;	
}


/* Affiliates settings */
table.affiliates 
{
	text-align:center;
	background-color: white;
}
table.affiliates img 
{
	width:100;
	height:35;
}
table.affiliates td 
{
	width:120;
	height:40;
	color:white;
	font-size:14px;
	font:menu;
	background-color: #0099ff;    
}


/* Headings */
div#sectionheading {font-family: arial; font-size: 20px; color: #0099ff}
div#contentheading {font-family: arial; font-size: 18px; color: black}
div#content {font-family: arial; font-size: 16px; color: black}div#info {font-family: arial; font-size: 12px; font-style:italic; color: black}

/* 0099ff - Nice color previously used */
