/* 	CSS Document
	Project: Include
	Authors: Alison Smith
	Start date: 17/01/07
*/

/* ######################################################

					BASIC Stylesheet		

   ###################################################### */

/* CSS Document */
/*User Selectable Styles*/

.Heading1, H1	{color:#ff6600; font-size:110%; font-weight:bolder;}
.Heading2, H2	{color:#ff6600; font-size:105%; font-weight:bolder;}
.Heading3, H3	{color:#ff6600; font-size:100%; font-weight:bolder;}

.Normal,p ,div, p a, li a, td a	{font-family:Arial, Helvetica, sans-serif;color:#000000;}

p a:hover, ul a:hover, td a:hover
{
	text-decodation:underline;
}

/* Table Styles */
/* Overall table style */
table.ImmTS_General { padding:0px; background-color: #FFFFFF; border-collapse: collapse;} 
/* Cell padding and spacing styles */ 
table.ImmTS_General th, table.ImmTS_General td { padding: 2px; margin: 2px; } 
/* Table border style */  
table.ImmTS_General, table.ImmTS_General th, table.ImmTS_General td { border: solid 2px #ffffff; }
 /* Apply style to header cells */                                      
table.ImmTS_General th { background-color: #ffd4a9; color: #ff6600; padding: 4px; text-align:left}  
/* Apply style to data cells */
table.ImmTS_General td { background-color: #ffe7d0; vertical-align: top; }
/* apply style to table caption */
table.ImmTS_General caption { font-weight:bold; }

