P  {
	font-size : small;
	text-indent : 0in;
}

H1  {}

H2  {
	font-size : large;
	text-indent: 0in;
}

H3  {
	font-size : medium;
	text-indent: 0in;
}

A.other{
	text-decoration: none;
}

A..other:Visited{
	color: Blue;
}

A.hyper  {
	color : Blue;
	text-decoration : none;
}

A.hyper:Visited{
	color: Blue;
}

A.hyper:Hover  {
	text-decoration : underline;
	color: Red;
}

.bldtxt  {
	font-weight : bold;
	text-indent : .0in;
}

.smtxt  {
	font-size : xx-small;
	text-indent : .0in;
}

.udrfont  {
	font-family : arial bold;
	text-indent: 0in;
}

.udrsmtxt  {
	;
	font-size : xx-small;
	font-family : Arial;
	text-indent : .0in;
	color : #C3C3C3;
}

.udrbldtxt  {
	font-size : xx-small;
	font-weight : bold;
	text-indent: 0in;
}

.lgfont  {
	font-size : large;
	font-weight : bold;
	text-indent: 0in;
}

.mdfont  {
	font-size : medium;
	text-indent: 0in;
}

.mmfont  {
	font-size : x-small;
	text-indent: 0in;

}

.noindent {
	text-indent: 0in;
}

.newcolr{
	color: #0099ff;
}

.altlnk{
	color: White;
}
#altlnk{
	color: White;
}


#altlnk_a{
	color: Gray;
}

#samecolr{
	color: Navy;
}

.shortlinkoff{
	text-decoration:none;
	text-align: left;
	background-color:#EEEEEE;
	border-color:#EEEEEE;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	}
	
.shortlinkon{
	text-decoration:none;
	text-align: left;
	background-color: #C0C0C0;
	border-color: Red;
	border-style: solid;
	border-width: 1px, 0px, 1px, 0px;
	}