

/* Presentation Stylesheet */ 


h1 {font-family: sans-serif; text-align: left; font-size: large; font-weight: bold; text-transform: none; background-color: #FFFFFF; color: black;}
h2 {font-family: sans-serif; text-align: left; font-size: large; font-weight: bold; text-transform: none; background-color: #FFFFFF; color: black;}
h3 {font-family: sans-serif; text-align: left; font-size: small; font-weight: normal; text-transform: none; background-color: #FFFFFF; color: black; padding:0; }
h4 {font-family: sans-serif; text-align: centre; font-size: small; font-weight: bold; text-transform: none; background-color: #FFDF9F; color: black; margin:0; }
h5 {font-family: sans-serif; text-align: left; font-size: x-small; font-weight: bold; text-transform: none; background-color: #FFFFFF; color: black;}


p {font-family: sans-serif; text-align: left; font-size: small; font-weight: normal; text-transform: none; background-color: #FFFFFF; color: black; padding: 0; margin: 0; }


/* Pseudoclasses */

a:link {color: #000000;  text-decoration: none; }     /* unvisited link */
a:visited {color: #000000; text-decoration: none; }  /* visited link */
a:hover {color: #BBBBBB; text-decoration: none; }   /* mouse over link */
a:active {color: #000000; text-decoration: none; }   /* selected link */

/* Text classes */

p.mango {font-size: medium; font-weight: bold; }

td.satsuma {font-family: sans-serif; font-size: small; font-weight: bold; background-color: #FFDF9F; margin: 0; text-align: center; font-weight: bold; }

p.kumquat {font-size: small; padding: 0; margin: 0; }

/* For box */

/* border table for feed news */
.fd_bordertable { 
	background-color: #DDF8FF; 
	border-style: solid; border-width: 1px; border-color: #DDF8FF; 
	padding: 0; 
	width: 140px;
}

/* maintable table for feed news */
.fd_maintable { border-width: 0; background: #DDF8FF }

/* header cell with header text and xml button */
.fd_header { 
	padding: 5px; 
	background: #DDF8FF; color: black; 
	font-family: Trebuchet MS, Verdana, Arial; font-size: 14px; font-weight: bold; 
	text-align: center; vertical-align: top 
}

/* item description area */
.fd_itemcell { 
	padding: 10px; 
	line-height: 16px; 
	background: #DDF8FF; color: black; 
	font-family: Trebuchet MS, Verdana, Arial; font-size: 12px 
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { color: blue; text-decoration: none; }
.fd_itemlink:visited { color: #336699; text-decoration: none }
.fd_itemlink:hover { color: #336699; text-decoration: none }
