﻿	body.ira {
		background: #efcfff;
	}

	body.oic {
		background: #a9ffd9;
	}

	body.cir {
		background: #cae1ff;
	}



	h1 {
		text-align:center;
		font-family:comic sans ms, arial;
		font-size:18pt;
	}

	h2 {
		text-align:center;
		font-family:comic sans ms, arial;
		font-size:16pt;
	}

	h3 {
		font-family:comic sans ms, arial;
		font-size:13pt;
	}

	td, tr, p {
		text-align:left;
		font-family:arial, helevitica, verdana;
		font-size:11pt;
	}

	blockquote {
		font-family:arial, helevitica, verdana;
		font-size:10pt;
	}

	.in {
		text-indent:2em;
	}

	em {
		font-family:comic sans ms, arial;
		font-size:11pt;
		font-style:normal;
		font-weight:bold;
	}

	em.red {
		font-family:comic sans ms, arial;
		font-weight:1000;
		font-size:11pt;
		color:red;
		font-style:normal;
	}

	a {
		color:blue;
		text-decoration:none;
	}

	a.back {
		font-family:arial; 
		font-size:8pt; 
		text-decoration:none;
		color:black;
	}

	a:hover {
		color:red;
		text-decoration:none;
	}

	hr {
		height:0;
		border-width: 1px 0 0 0;
		border-style: solid;
		border-color: #000000;
		width: 100%;
	}

	img.r {
		float: right;
		margin: 0px 0px 0px 5px;
	}

	img.l {
		float: left;
		margin: 0px 5px 0px 0px;
	}

	img.c {
		display: block;
		margin-left: auto;
		margin-right:auto;
	}