
/***** Default Styles **************************************************/


A:link {		color: #6983A9 ;
			text-decoration: none ;
			font-family: arial, tahoma, sans-serif ; }

A:active {		color: #6983A9 ;
			text-decoration: none ;
			font-family: arial, tahoma, sans-serif ; }

A:visited {		color: #6983A9 ;
			text-decoration: none ;
			font-family: arial, tahoma, sans-serif ; }

A:hover { 		color: #222222 ;
			text-decoration: none ;
			font-family: arial, tahoma, sans-serif ; }

BODY,P {		color: #676767 ;
			font-size: x-small;
			text-decoration: none ;
			font-family: arial, tahoma, sans-serif ; }

TABLE,TD,TH {		color: #676767 ;
			font-size: x-small;
			text-decoration: none ;
			font-family: arial, tahoma, sans-serif ; }

FORM, TEXTAREA {	color: #676767 ;
			font-size: x-small;
			text-decoration: none ;
			font-family: arial, tahoma, sans-serif ; }


/***** Specific Styles **************************************************/

.xxsmall {		color: #c1c1c1 ;
			font-size: 10px;
			text-decoration: none ;
			font-family: arial, tahoma, sans-serif ; }

.textBox1 {		border: #000000 1px solid;
			border-color: #666666 #666666 #666666 #666666;
			background-color: #FFFFFF;
			background-attachment: fixed;
			background-image: url(/_img/textbox_shadow.gif);
			font-family: arial, tahoma, sans-serif ;
			font-size: x-small;
			color: #000000;}


/***** Menu Styles **************************************************/


A.menu:link {		color: #c1c1c1 ;
			font-size: 10px;
			text-decoration: none ;
			font-weight: bold;
			font-family: arial, tahoma, sans-serif ; }

A.menu:active {		color: #c1c1c1 ;
			font-size: 10px;
			text-decoration: none ;
			font-weight: bold;
			font-family: arial, tahoma, sans-serif ; }

A.menu:visited {	color: #c1c1c1 ;
			font-size: 10px;
			text-decoration: none ;
			font-weight: bold;
			font-family: arial, tahoma, sans-serif ; }

A.menu:hover { 		color: #62922B ;
			font-size: 10px;
			text-decoration: underline ;
			font-weight: bold;
			font-family: arial, tahoma, sans-serif ; }

A.menuSel:link {	color: #62922B ;
			font-size: 10px;
			text-decoration: underline ;
			font-weight: bold;
			font-family: arial, tahoma, sans-serif ; }

A.menuSel:active {	color: #62922B ;
			font-size: 10px;
			text-decoration: underline ;
			font-weight: bold;
			font-family: arial, tahoma, sans-serif ; }

A.menuSel:visited {	color: #62922B ;
			font-size: 10px;
			text-decoration: underline ;
			font-weight: bold;
			font-family: arial, tahoma, sans-serif ; }

A.menuSel:hover { 	color: #62922B ;
			font-size: 10px;
			text-decoration: underline ;
			font-weight: bold;
			font-family: arial, tahoma, sans-serif ; }


