/*	Dark blue: #104C8A;
	Dark green:#1DA34A;
	Light blue:#104C8A;
*/		
.noBorder {
	border: none;
}
.indexCol {
	color: #221E1F;
	font-weight: bold;
	font-variant: normal;
	text-align: right;
	vertical-align: top;
}
.indexRow {
	/*background-color: #FFFFD5;*/
	font-weight: bold;
	font-variant: normal;
}
.oddRow {
	color: #1C8DB3;
	font-weight: bold;
	/*background-color: #FFF4EA;*/
}
.evenRow {
	color: #1C8DB3;
	font-weight: bold;
	/*background-color: #FFEAD5;*/
}
.errorRow {
	color: #990000;
	border: medium solid #FF0000;
	font-weight: bold;
	background-color: #FFFFFF;

}
.bottomLine {
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	width: 100px;
}
.break {
	page-break-before: always;
}
.step {
	color: #221E1F;
	font-weight: bold;
}
body {
	background-attachment: fixed;
	background-image:   url('http://www.ottawacatholicyouth.com/images/stories/LogoSmall.png');
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #000000;
	font-family: "Arial Black";
}
h2 {
	color: #221E1F;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color: #221E1F;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-style: normal;
	font-weight: bold;
	color: #3366CC;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
}
.required {
	font-family: "Courier New", Courier, mono;
	font-size: x-large;
	font-weight: bolder;
	color: #221E1F;
}
.instructions {
	font-size: large;
	color: #1C8DB3;
	background-color: #C2E8ED;
	border: medium solid #003399;

}

