A:link { 
	color : #0099FF;
	text-decoration : none;
} 
A:visited { 
	color : #0099FF;
	text-decoration : none;
} 
A:hover { 
	color : #CCCCCC;
	text-decoration : none;
} 
.link1:link { 
	color : #FFFFFF;
} 
.link1:visited { 
	color : #FFFFFF;
} 
.link1:hover { 
	color : #CCE7FF;
	text-decoration : none;
} 
.link2:link { 
	color : #990000;
} 
.link2:visited { 
	color : #990000;
} 
.link2:hover { 
	color : #FFFFFF;
	text-decoration : underline;
} 
.txtmenu { 
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
} 
.txtmenusml {
	font-size : 9px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.shdrt { 
	background-image : url(../images/shd_rt.gif);
	background-repeat : repeat-y;
	background-position : left top;
} 
.shdlft { 
	background-image : url(../images/shd_lft.gif);
	background-repeat : repeat-y;
	background-position : right top;
} .backgrd1 {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-color: #ededed;
}

