﻿/* CSS Document */
/* Layout Stylesheet */
body
{
text-align: center;
margin:0;
padding:0;
border:0;			/* This removes the border around the viewport in old versions of IE */
width:100%;
background:#ffff88;
min-width:600px;	/* Minimum width of layout - remove line if not required */
font-size:90%;		/* The min-width property does not work in old versions of Internet Explorer */
}
p	{
	text-indent:1.2em;
	text-align:justify;
	}
.maroon_txt{font-size: x-small;color: #800000;}
.purple{font-size: x-small;color: #7112ED;;}
.style1{font-size:small}
.top20{margin-top:20px}
.top15{margin-top:15px}
.center	{
		text-align:center;
		}
.txtLeft{
		text-align:left;
		}
.txtRight{
		 text-align: right;
		 }
.justify{
		text-align:justify;
		}
.teal_link
	{
	color:teal;
	margin-left:40px;
	text-decoration:none;
	}
a.teal_link:hover
	{
	color:fuchsia;
	}
a.teal_link:visited
	{
	border-left-style:dotted;
	}
hr	{
	color: blue;
	text-align: center;
}

.hrHalf	{
		max-width: 50%;
}

h1 	{
	margin:0px;
	font-family:Georgia;
	color:blue;
	padding:5px 0;
	text-align:center;
	}
	
h2 	{
	margin:0px;
	font-family:Georgia;
	color:blue;
	padding:5px 0;
	text-align:center;
	}
	
h3 	{
	margin: 0px;
	font-family: Georgia;
	padding: 5px 0;
	text-align: center;
	top: 0px;
}
 
h4 {
 	margin:0; 
 	padding: 5px 0;
 	color:blue;
 	padding:5px 0;
	text-align:center;
   }
.outside{
	list-style-position:outside;
			 }
.inside{
	list-style-position:inside;
			}

.width	{
	width:50%;
			}
.leftmar	{
			position:fixed;
			left:60px
			}
.leftmar2	{
			position:fixed;
			left:120px
			}
.top	{ margin-top:3px }
.D1 {FONT-SIZE:80%; text-align:center; border-color:ThreeDShadow; border:thin;}
.P11	{
	text-align:left
		}
.P1	{ margin-top:2px }
.P2	{
}
.P3 {text-indent:.2in;margin-left:.3in;margin-bottom:0in;margin-right:.3in;text-align:justify}

#hrcolor	{ color:#7112ED}

.HR204 {TEXT-ALIGN:left;WIDTH:40%;COLOR:teal}
.HR205 {left:auto;WIDTH:50%;COLOR:teal;text-align:left}
.HR308 {TEXT-ALIGN:center;WIDTH:100%;COLOR:teal}
.HR216 {TEXT-ALIGN:left;WIDTH:65%;COLOR:teal}
.HR213 {TEXT-ALIGN:left;WIDTH:100%;COLOR:teal}
 