body {
}

#scroll {
     height:250px;
     overflow:auto;
}

#cursor {
	cursor : pointer;
}

#smgrey {
font-size : 11px; 
font-family : arial,helvetica; 
color : #525252;
}

#smredbold {
    font-family: Verdana, Times New Roman;
	font-size: 12px;
	color: #FF3333;
	font-weight: bold;
	line-height: 20px;
}

#smblk {
    font-family: Verdana, Times New Roman;
	font-size: 12px;
	color: #000000;
	/*font-weight: bold; */
	line-height: 20px;
}

#smblkbold {
    font-family: Verdana, Times New Roman;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}

#smblubold {
    font-family: Verdana, Times New Roman;
	font-size: 12px;
	color: #3366cc;
	font-weight: bold;
	line-height: 20px;
}

#list {
    font-family: Verdana, Times New Roman;
	font-size: 12px;
	color: #000000;
	/*font-weight: bold; */
	line-height: 30px;
}


#medblk {
    font-family: Verdana, Times New Roman;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}

#medblkboldi {
    font-family: Verdana, Times New Roman;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;
}

#midbg {
  background-image: url(../Images/tan_bg.jpg);
}


#head {
  background-image: url(../Images/indexHead.jpg);
  background-repeat: no-repeat;
  height: 100px;
  width: 780px;
}

#headSecondary {
  background-image: url(../Images/headSecondary.jpg);
  background-repeat: no-repeat;
  height: 89px;
  width: 780px;
}

#button {
  background-image: url(../Images/button.gif);
  background-repeat: no-repeat;
  height: 25px;
  width: 102px;
  font-family: Verdana, Times New Roman;
  font-size: 12px;
  font-weight:bold;
  color: #000000;
  padding-top:5px;
}

#pad5b {
  padding-bottom: 5px;
}

#pad20t {
  padding-top: 10px;
}

#pad20lt {
  padding-left: 10px;
  padding-top: 10px;
}

#pad20lrt {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

#tdotted {
  border-top-style: dotted;
  border-bottom-width: thin;
  border-top-color: #CCCCCC;
}

#trdotted {
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-width: thin;
  border-top-color: #CCCCCC;
  border-right-color: #CCCCCC;
}

#rdotted {
  border-right-style: dotted;
  border-bottom-width: thin;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
}

#dotted {
  border-bottom-style: dotted;
  border-bottom-width: medium;
  font-family: Tahoma;
  font-size: 22px;
  color: ##3366CC;
  font-weight: bold;
  padding-right: 15px;
}

#buttonbg {
    font-family: Verdana, Times New Roman;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	background-image: url(../Images/button2.gif);
    background-repeat: no-repeat;
    height: 25px;
    width: 117px;
	text-align: center;
}

	#buttonbg a {

	}

		#buttonbg a:link{
				color: #000000;
				text-decoration: none;
		}
		#buttonbg a:visited{
				color: #000000;
				text-decoration: none;
		}
		#buttonbg a:hover{
				color: #3366CC;
				text-decoration: none;
		}

#menu {
  font-family: Tahoma;
  font-size: 14px;
}

	#menu a {

	}

		#menu a:link{
				color: #000066;
				text-decoration: none;
		}
		#menu a:visited{
				color: #000066;
				text-decoration: none;
		}
		#menu a:hover{
				color: #000066;
				text-decoration: underline;
		}
		
#link a{
}
		#link a:link{
				color: #000000;
				text-decoration: none;
		}
		#link a:visited{
				color: #000000;
				text-decoration: none;
		}
		#link a:hover{
				color: #000000;
				text-decoration: underline;
		}

#link2 a{
    font-family: Times New Roman;
	font-size: 14px;
	color: #3366cc;
	font-weight: bold;
}
		#link2 a:link{
				color: #3366cc;
				text-decoration: none;
		}
		#link2 a:visited{
				color: #3366cc;
				text-decoration: none;
		}
		#link2 a:hover{
				color: #3366cc;
				text-decoration: none;
		}

#link3 a{
}
		#link3 a:link{
				color: #000000;
				text-decoration: none;
		}
		#link3 a:visited{
				color: #000000;
				text-decoration: none;
		}
		#link3 a:hover{
				color: #3366cc;
				text-decoration: none;
		}


/*CSS FOR anylink CODE*/		
.anylinkcss{
font-family: Verdana, Times New Roman;
font-size: 11px;
color: #3366CC;
font-weight: bold;
line-height: 20px;
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
z-index: 100;
background-color: #E5E5E5;
width: 130px;
text-align: left;
}

.anylinkcss a{
width: 100%;
display: block;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 2px;
color: #3366CC;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: ffffff;
color: 000000;
}