h1{
    color: #550055;
	font-size: 30;
	font-family: Times New Roman;
	font-weight: bold;
}

h2{
    text-align: center;
	text-decoration: underline;
	font-weight: bold;
	font-size: 24;
}

h3{
    font-family: Arial;
    font-size: 14pt;
	font-weight: bold;
    color:#444444; 
    text-decoration: none;
}

.ArielText{
  font-family: Arial;
}


.Bold{
    font-weight: bold;
}

.Bold14{
    font-weight: bold;
    font-size: 14pt;
}

.Bold16{
    font-weight: bold;
    font-size: 16pt;
}

.Italic{
    font-style: italic;
}

.Underline{
    text-decoration: underline;
}

.BoldAndUnderline{
	font-weight: bold;
	text-decoration: underline;
}

.UnderlineAndItalic{
    text-decoration: underline;
	font-style: italic;
}

.Right_Align{
	text-align: right;
}

.BlueField{
	background:#99FFFF;
}
.Black_Back{
	background:#000000;
}

.Gray_Back{
	background:#808080;
}

.Red_Text{
	color:#FF0000;
}

.BrightRed_Text{
	color:#FF0000;
}
.Large_Text_Info{
    font-size: 17;
}

.Questions{
	font-weight: bold;
	font-size: 12pt;
}

.Subheading{
	font-weight: bold;
	font-size: 20;
}

.Subnotes{
	font-size: 12;
	font-family: Arial;
}

.info_font{
  font-size: 11pt;
}

.bigFont{
  font-size: 30pt;
  color: #660066;
  font-family: Times New Roman;
}

.LargeText18{
  font-size: 18pt;
  color: #000000;
  font-family: Arial;
}

.LargeText12{
  font-size: 12pt;
  color: #000000;
  font-family: Arial;
}

.LargeText10{
  font-size: 10pt;
  color: #000000;
  font-family: Arial;
}

.bigFontBlack{
  font-size: 20pt;
  color: #000000;
  font-family: Times New Roman; 
}

.smallFont{
  font-size: 18pt;
  color: #660066;
  font-family: Times New Roman;
}

.tdClass{
  border-top: 2pt solid #D8B407;
}

.topImage{
  background-repeat: no-repeat;
  margin-top: -37px;
  margin-left: -2px;
  margin-bottom: -2px;
  background-image:  url('/images/top.png');
}

.sideImage{
  background-repeat: repeat-y;
  margin-left: -2px;
  margin-bottom: -2px;
  background-image:  url('/images/side.png');
}

.blueLink{
color: #0000ff;
}

.maroontext{
color: #660000;
}

.RedText {
	color:#990000;
}
.BlueBack {
	font-size:16px;
	background-color:#99CCCC;
	border:outset;
}
.OrangeBack {
	font-size:16px;
	background-color:#FF6633;
	border:outset;
}
.GreenBack {
	font-size:16px;
	background-color:#99CC99;
	border-style:outset;
}
