BODY {
	background-color : #B7B7FF;
	color : #3E4966;
	font-family : "Times New Roman", serif;
	font-size: 16pt;
	background-image : url(images/graphics/background.jpg);
	background-repeat : repeat;
	background-attachment: scroll;
	text-align : center;
}

A{ 
color: #0002EA;
background-color: transparent;
text-decoration: none;
}
A:VISITED {
     background-color: transparent;
	color : #000184;
	text-decoration : none;
}
A:ACTIVE {
background-color: transparent;
color: #15165E;
text-decoration: none;
}
A:HOVER {
  background-color: transparent;
 color: #B7B7FF;
 text-decoration: underline;
}

H1 {
	color : #3E4966;
	background-color: transparent;
	font-family : StageCoach, "Times New Roman", sans-serif;
	font-size : 48pt;
}

H2 {
	color : #3E4966;
	background-color: transparent;
	font-family : StageCoach, "Times New Roman", sans-serif;
	font-size : xx-large;
}

H3 {
	font-family :  "Times New Roman", sans-serif;
	font-size : x-large;
}

H4 {
	font-family : "Times New Roman", sans-serif;
	font-style : italic;
	font-size: 16pt;
}

H5 {
	background-color: transparent;
	font-family : "Times New Roman", sans-serif;
	font-weight: bold;
	font-size: 16pt;
}
HR{
	color: #3E4966;
	width: 75%;
	height: 3px;
	background-color: transparent;
}
BLOCKQUOTE {
    color: #3E4966;
    border-width: thin;
    border: solid;
	border-color: #3E4966;
	margin-left : 0;
	text-align : justify;
	text-indent: .25in;
}

CAPTION {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : 800;
	text-transform: capitalize;
}

TH {
    font-size: large;
	font-family : StageCoach, "Times New Roman", sans-serif;
	color: #3E4966;
    background-color: #B7B7FF;
    text-align: center;
	border-style: solid;
	border-width : thin;
	border-color: #3E4966;
}

TD {
    background-color: #B7B7FF;
    text-align: center;
	border-style: solid;
	border-width : thin;
    border-color: #3E4966;
}
OL{
	text-align: left;
	list-style-position : outside;
}
UL{
        list-style-position: outside;
	    text-align: left;
}
P{
	text-align : justify;
	text-indent: .25in;
}
IMG.photo{
       padding: 20px;
       float: left;
}
IMG.photo2{
       padding: 20px;
       float: right;
	   }
P.special{
       color: Black;
	  background-color: transparent; 
       clear: none;
	   font-size: 24pt;
	   text-align: center;
	   vertical-align: middle;
 }
		SPAN.highlight{
	background-color : #FFFFDB;
	color: #3E4966;
}

