/*
This stylesheet contains all the formatting for all the standard HTML tags (P, H1, TD, etc.).
They are for general use - not for one particular region of the page.
*/

/* Set default of padding and margins to 0 for all elements */
*	{
	margin:0px;
	padding:0px;
	}

	
BODY {
	background-color:#FFFFFF;
	/*background-image:url(/planning/images/tile-square.gif);*/
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	/*font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;*/
	font-size:small;
	margin:0px;
	}

A 			{ text-decoration: underline; }
A:link 		{ color: #03c; }
A:visited 	{ color: #699; }
A:hover 	{ color: #09c; }
A:active 	{ color: #966; }

P { 
	font-size: 1em;
	margin-bottom:10px;
	}
	
TD { font-size:small; }

H1 	{ 
	color: #336699; 
	font-size: 24px; 
	/*font-weight: bold; */
	margin-top:10px;
	margin-bottom:20px;
	}

H2 	{ 
	color: #336699; 
	font-size: 18px; 
	font-weight: bold; 
	margin: 0.83em 0;
	}
	
H3 	{ 
	color: #336699; 
	font-size: 14px; 
	font-weight: bold; 
	margin: 1em 0; 
	}

UL, OL	{ 
	font-size:1em;
	margin-left:50px;
	}

LI {
	margin-top:5px;
	margin-bottom:7px;
	}

/* "Page Last Updated" format */
.LastModified {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:0.65em;
	font-style:italic;
	white-space:nowrap;
	margin-top:20px;
}

.note {
	color:#808080;
	font-size : 9px;
	line-height : 1.5em;
	letter-spacing:0px;
	white-space: nowrap;
}

LABEL {	
	font-size:inherit;
	font-weight:bold; 
	margin:5px;
	}

.indent { margin-left:25px }

/* Warning box for any element with id="warning" */
#warning {
	font-size:0.80em;
	/* font-weight:bold; */
	color:#CC0000;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;
	border-width:thin;
	border-style:solid;
	border-color:#000000;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}
