/*  CSS2 stylesheet version 1.1  */
/* Author: Simon Hill Sept. 2007 */
/*** Body backgrounds ***/
/* BODY.main	{background: #330099 url(images/bg_stripes.gif)} */
/*** Main Content Styles ***/

.bodytext	{font-family: Arial, Helvetica, sans-serif;
		font-size: 0.75em;
		color: #000000;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		margin-left: 2em;
		margin-right: 2em; 
		}
		
.whitebodytext	{font-family: Arial, Helvetica, sans-serif;
		font-size: 0.75em;
		color: #FFFFFF;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		margin-left: 2em;
		margin-right: 2em; 
		}

.linkblock	{font-family: Arial, Helvetica, sans-serif;
		font-size: 0.85em;
		color: #FFFFFF;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		margin-left: 1em;
		margin-right: 0em; 
		}		

.subtext	{font-family: Arial, Helvetica, sans-serif;
		font-size: 1%;
		color: #000000;
		}
		
.tabletext	{font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000000;
		margin-top: 0.5em;
		margin-bottom: 0em;
		margin-left: 2em;
		margin-right: 2em;
		}

.smalltext	{font-family: Arial, Helvetica, sans-serif;
		font-size: 0.65em;
		color: #666666;
		margin-left: 2em;
		margin-right: 2em;		
		}
	
UL LI {
   list-style : disc; 
}

UL {
   font : 10pt Arial, sans-serif; 
   margin : 1% 2% 2% 6%; 
}
			
/*** Text Links ***/

/* default link colours */
A:link	 	{color: #666699; text-decoration: underline;}
A:visited	{color: #666699; text-decoration: underline;}
A:active	{color: #000000; text-decoration: underline;}

/* linkblock link colours */
.linkblock A:link	 	{color: #FFFFFF; text-decoration: underline;}
.linkblock A:visited	{color: #FFFFFF; text-decoration: underline;}
.linkblock A:active	{color: #000000; text-decoration: underline;}

 /*underline link*/
A.under:link	{color: #003366; text-decoration: underline;}
A.under:visited	{color: #003366; text-decoration: underline;}
A.under:active	{color: #000000; text-decoration: underline;}

H1 {
   font : bold 12pt/14pt Arial, sans-serif; 
   color : #595959; 
	margin-left: 1em;   
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		margin-right: 2em; 
}

/* For single line input field */
.input1 	{width: 148px; height: 18px;}
.break		{page-break-before: always}
