body {
	margin-top:0;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

h1, h2 {
	color:#CC0000;
	border-bottom:1px dotted #999999;
	padding:.3em;
	margin:0;
}

h1 {
	font-size:large;
}

h2 {
	font-size:medium;
}

p {
	color:#333333;
	line-height:1.4em;
}

li {
	color:#333333;
	line-height:1.4em;
	list-style-type:square;
}


/* *** FORMATTING CLASSES *** */

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}


/* *** IMAGE AND POSITIONING *** */

.image {
	margin:4px;
	padding:0 0 12px 0;
	background-color:#f0f0f0;
	background-image:url(/images/bkg/shadow_pale.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.image_right {
	margin:4px 0 8px 8px;
	padding:0 0 12px 0;
	float:right;
	clear:right;
	background-color:#f0f0f0;
		
	background-image:url(/images/bkg/shadow_pale.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.image p, .image_right p {
	margin:0;
	padding:.2em;
	font-size:x-small;
	color:#666666;
	text-align:center;
}


/* *** EXTRA STYLES *** */

.tablebox {
	clear:right;
	
	padding:0 0 20px 0;
	margin:12px 0 20px 0;
	background-color:#e5efea;
	
	background-image:url(/images/bkg/shadow_pale.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.tablebox th {
	background-color:#cce0d6;
	text-align:left;
}

.tablebox td {
	border-right:1px solid #f4f8ef; /* guess at colour */
	border-bottom:1px solid #f4f8ef; 
}


/* --- */

.infobox {
	clear:right;
	
	padding:6px 6px 20px 6px;
	margin:12px 0 20px 0;
	background-color:#e5efea;
	
	background-image:url(/images/bkg/shadow_pale.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.infobox ul {
	margin:0;
	padding:0;
}

.infobox li {
	list-style-type:square;
	margin-left:2em;
	padding-left:1.6em;
	line-height:1.6em;
}

.infobox p {
	margin:0 0 1.2em 0;
}

/*.infobox th {
	background-color:#cce0d6;
	text-align:left;
}

.infobox td {
	border-right:1px solid #f4f8ef;
	border-bottom:1px solid #f4f8ef; 
} */




/* A GREY INFOBOX */

.infobox_grey {
	clear:right;
	
	padding:6px 6px 20px 6px;
	margin:12px 0 20px 0;
	background-color:#f0f0f0;
	
	background-image:url(/images/bkg/shadow_pale.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.infobox_grey ul {
	margin:0;
	padding:0;
}

.infobox_grey li {
	list-style-type:square;
	margin-left:2em;
	padding-left:1.6em;
	line-height:1.6em;
}

.infobox_grey p {
	margin:0 0 1.2em 0;
}





/* --- */


.linkbox {
	clear:right;

	padding:6px 6px 20px 6px;
	margin:12px 0 20px 0;
	background-color:#e5eaef;
	
	background-image:url(/images/bkg/shadow_pale.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.linkbox ul {
	margin:0;
	padding:0;
}

.linkbox li {
	list-style-type:square;
	margin-left:2em;
	padding-left:1.6em;
	line-height:1.6em;
}

.linkbox p {
	margin:0 0 1.2em 0;
}




/* *** Clean up *** */

form {
	margin:0;
	padding:0;
}