﻿/****************************************************
Independent Schools Council - Tiny MCE CSS - OB 02.07
****************************************************/

/* PLEASE NOTE: Keep all styles in alphabetical order - ty */

table{
	font-size:1.2em;
	padding:0 0 15px 0;
	margin:0;
	}
	table td{
		padding:2px;
		}

.RomanList{
	list-style:lower-roman;
	}
		
p table{
	font-size:1em;
	}

.Heading{
	clear:left;
	color:#09C;
	font-size:1.6em;
	padding: 0 0 12px;
}

.SubHeading{
	clear:left;
	color:#666;
	font-size:1.3em;
	font-weight:bold;
	margin:0 0 12px;
}

.Table{
	background-color:#DDDDDD;
	}
	.Table td{
		background-color:#FFFFFF;
		}

.List{
	font-size:1.2em;
	margin:0 0 6px;
	}
	.List ul, .List li{
		font-size:1em !important;
		}

.RomanList{
	list-style:lower-roman;
	}
	.RomanList li{
		font-size:1.2em;
		}
		.RomanList li strong{
			font-weight:bold;
			}
	
