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;
}

.Bold{
    font-weight: bold;
}

.Italic{
    font-style: italic;
}

.Underline{
    text-decoration: underline;
}

.BoldAndUnderline{
	font-weight: bold;
	text-decoration: underline;
}

.UnderlineAndItalic{
    text-decoration: underline;
	font-style: italic;
}


.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;
}

.TableImage{
	background-image: url('images/computerssmall.jpg');
	color: #FFFFFF;
	font-family: Arial;
}

.info_font{
  font-size: 11pt;
}

.bigFont{
  font-size: 30pt;
  color: #660066;
  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");
  }


.topImage1{
  background-repeat: no-repeat;
  margin-top: -37px;
  margin-left: -2px;
  margin-bottom: -2px;
  background-image:  url(top1.png);
}

.sideImage{
  background-repeat: repeat-y;
  margin-left: -2px;
  margin-bottom: -2px;
  background-image:  url("/images/side.png");
}

.purple{
    color: purple;
	font-weight: bold;
}

.List{
	list-style: disc url("/HR/images/purple-m.gif") inside;
	text-indent: -1.2em;
	margin-left: 1em;
}

.List2{
	list-style: disc url("/HR/images/purpdmd.gif") inside;
	text-indent: -1.2em;
	margin-left: 1em;
}

.List3{
	list-style: disc url("/HR/images/purpdmd.gif") inside;
	text-indent: -1.3em;
	margin-left: 3em;
}

.sampleTable{
	border-style: solid;
	border-width: 2px;
	background-color: #eeeeff;
	border-color: purple;
	border-color-light: #993399;
	border-color-dark: #990099;
	width: 100%;
	font-size: 14;
}

.newsUpdate{
  background-color: purple;
  text-align: center;
  font-size: 10pt;
  color: #EBEBEB;
  font-weight: bold;
}

.fontSize{
	font-size: 14;
}

.tableSmallFont{
    font-size: 11;
}

.purpleTable{
	border-style: outset;
	border-width: 2px;
	background-color: #eeeeff;
	border-color: purple;
	border-color-light: #993399;
	border-color-dark: #990099;
	font-size: 14;
	v-align: top;
	height: 100%;
}

.goldTable{
	border-style: outset;
	border-width: 2px;
	background-color: purple;
	border-color: gold;
	color: #FFFFFF;
	font-size: 14;
	v-align: top;
	height: 100%;
}

.headingGrayBold{
	font-weight: bold;
	color: #444444;
}

.tableHeader{
  background-color: purple;
  text-align: center;
  font-size: 10pt;
  color: #EBEBEB;
  font-weight: bold;
}

.tableHeader2{
  background-color: purple;
  text-align: center;
  font-size: 10pt;
  color: #EBEBEB;
  font-weight: bold;
  height: 20px;
}

.ILTable{
  	border-style: outset;
	border-width: 2px;
	background-color: #eeeeff;
	border-color: purple;
	border-color-light: #993399;
	border-color-dark: #990099;
	font-size: 14;
	v-align: top;
  	height: 45px;
}

.tableSub{
  background-color: #A37BA4;
  text-align: left;
  font-size: 10pt;
  color: #FFFFFF;
  font-weight: bold;
}

.tdThirds{
	height: 100%;
	vertical-align: top;
	width: 33%;
}

.tdHalf{
	height: 100%;
	v-align: top;
	width: 50%;
}

a.devHome:link{
	text-align: center;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}

a.devHome:visited{
	text-align: center;
	font-size: 10pt;
	color: #EBEBEB;
	font-weight: bold;
}

a.devHome:hover{
	text-align: center;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}

a.devHome:active{
	text-align: center;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}

.thumbnailsRow{
	height: 110px;
	width: 20%;
	float: left;
}

.thumbnails{
	height: 90%;
	width: 90%;
}
	

