/* Cascading Style Sheets for Style test 2	Internet Explorer 4.x Version, for screen *//*----------------Standard HTML tags------------------- */BODY  { font-family: Verdana, Arial, Sans-Serif; font-size: xx-small;   background-image: Background.jpg; background-repeat: repeat-y;}/*----------------Classes------------------- */	.frame {        	border-top: solid 1px #C6CFDC;	border-left: solid 1px #C6CFDC;	border-right: solid 1px #C6CFDC;	border-bottom: solid 1px #C6CFDC;		}.menu {     	color: #A9B8C7;    	font-weight: bold;	font-size: xx-small;   	background-color: #FFF;	text-decoration: none;    	text-align: center;       	border-top: solid 1px #C6CFDC;	border-left: solid 1px #C6CFDC;	border-right: solid 1px #C6CFDC;	border-bottom: solid 1px #C6CFDC;		}.menu A { font-weight: bold; font-size: xx-small; text-decoration: none; color: #A9B8C7 }.menu a:hover   { font-weight: bold; color: #99A6B4; font-size: xx-small; text-decoration: none }.menu-choosen {     	font-weight: bold;	color: #7C8792;	font-size: xx-small;   	background-color: #FFF;	text-decoration: none;    	text-align: center;       	border-top: solid 1px #C6CFDC;	border-left: solid 1px #C6CFDC;	border-right: solid 1px #C6CFDC;	border-bottom: solid 1px #C6CFDC;	}.menu-choosen A { font-weight: bold; font-size: xx-small; text-decoration: none; color: #7C8792 }.menu-choosen a:hover   { font-weight: bold; color: #7C8792; font-size: xx-small; text-decoration: none }.text-bread {     	font-weight: normal;	color: #000;   	background-color: #F4F2F1;	text-decoration: none;	font-size: x-small; 	line-height: 1.5em;	}.text-bread A { font-weight: bold; text-decoration: line; color: #000 }.text-bread a:hover   { font-weight: bold; color: #7C8792; text-decoration: line }.text-botton {     	font-weight: normal;	color: #000; 	font-size: xx-small;   	background-color: #F4F2F1;	text-decoration: none;	}.text-botton A { font-weight: normal; font-size: xx-small; text-decoration: line; color: #000 }.text-botton a:hover   { font-weight: normal; color: #7C8792; font-size: xx-small; text-decoration: line }
