@charset "utf-8";

/* CSS Document */

#redstripe { background-image: url(redstripebg.gif); background-position: left top; }

body, p, table, td, tr {

	font-family:Arial, Helvetica, sans-serif;

	font-size:13px;

	color:#000000;

}

a {

	color: #FDA25F;

	text-decoration:none;
	font-weight:bold;

}

a:hover {

	color: #FDA25F;
	font-weight:bold;

	text-decoration:underline;

}


#side a{

 font-weight: bold;

 font-size: 8pt;

 font-family: arial, verdana; 

 color: white;

 text-decoration: none;

} #side a:hover{

 color: blue;

}

#menu td {

	font-size: 11px;

	font-weight:bold;

	font-family:arial,helvetica,sans-serif;

	display:block;

	border-bottom:1px solid #ffffff;

	color:#ffffff;

}

#menu td a { color:#ffffff; padding-left:5px; text-decoration:none; }

#menu td a:hover { color:#ffff00; text-decoration:none; }

