/* CSS Document */

/* PRINT STYLESHEET */

	body
			{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			}
	#banner
			{
			display: block;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: bold;
			color: #ff6600;
			margin-bottom: 1em;
			}
					#banner h1
						{
							font-size: 2em;
							font-family: Georgia, "Times New Roman", Times, serif;
							text-align: center;
						}
					#banner h3
						{
							font-size: 1em;
							font-family: Georgia, "Times New Roman", Times, serif;
							text-align: center;
						}
					#banner a
						{
						display:none;
						}
					#banner img
						{ 	margin-top: .25em;
							margin-right: .5em;
							margin-bottom: .25em;
							margin-left: .5em;
							float:left;
						}
	#content
			{
			text-align: left;
			font-family:Arial, Helvetica, sans-serif;
			font-size: .8em;
			font-weight: bold;
			margin-top: 1em;
			clear: both;
			}
			#content h1
					{
					text-align: center;
					font-size: 1.25em;
					font-weight: bold;
					margin-top: .5em;
					margin-bottom: .5em;
					}
			#content h2
					{
					text-align: left;
					font-size: 1.15em;
					font-weight: bold;
					text-decoration: underline;
					margin-top: 1em;
					margin-bottom: .75em;
					}
			#content p
					{
					text-align: left;
					font-size: 1em;
					margin-top: 1em;
					margin-bottom: .5em;
					font-weight: bold;
					}
			#content ul
					{
					text-align: left;
					font-size: .9em;
					margin-top: .5em;
					margin-bottom: .5em;
					font-weight: bold;
					}
					
			#content h5
				{	text-align:left;
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 1.5em;
					font-weight: bold;
					color: #ff6600;
					margin-top: .5em;
					margin-bottom: .5em;
					text-decoration:underline;
				}
	#footer
			{	
				padding: 5px;
				color:#000066;
				font-family: Georgia, "Times New Roman", Times, serif;
				text-align: center;
				margin-top: 1em;
				margin-right: auto;
				margin-left:auto;
				font-size:	.6em;
				font-weight: bold;
				clear:both;
			}
/* CLASSES  */
		.cls_table
					{
					width: 80%;
					margin-left: auto;
					margin-right: auto;
					text-align: left;
					}
					.cls_table th
								{
								font-size: 1em;
								font-weight: bold;
								color: #ff6600;
								border-bottom: 1px solid #0033ff;
								float: left;
								}
					.cls_table td
								{
								font-size: .75em;
								font-weight: bold;
								border-bottom: 1px solid #0033ff;
								}
		.cls_table3
					{
					width: 90%;
					margin-left: auto;
					margin-right: auto;
					float: left;
					}
					.cls_table3 th
								{
								font-size: 1em;
								font-weight: bold;
								color: #ff6600;
								border-bottom: 1px solid #ff6600;
								text-align: center;
								}
					.cls_table3 td
								{
								font-size: .75em;
								font-weight: bold;
					text-align: left;
								border-bottom: 1px solid #ff6600;
								}
		.photo_right
				{	float: right;
					font-size: .85em;
					font-weight: bold;
				}
				.photo_right img
						{	border: 1px solid #666666;
							padding: 5px;	}
		.photo_left
				{	float: left;
					margin: 0px 20px 10px 5px;
					font-size: .85em;
					font-weight: bold;
					color: #000033;	}
				.photo_left img
						{	border: 1px solid #666666;
							padding: 5px;	}

