/* General font families and decorations for tags */
font,th,td,p,h1,h3,h3 { font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ color: #FF8040; }
h2 { text-decoration: underline; color: #FF8040; }
h3 { text-decoration: underline; color: #FF8040; }
li { font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 10px; }


/* The links at the top of the page */
.mainmenu		{ font-size : 12px; color : #000000; }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

/* The links at the top of the FAQ sections */
.faqmenu		{ font-weight: bold; font-size : 12px; color : #000000; }
a.faqmenu		{ text-decoration: none; color : #006699;  }
a.faqmenu:hover{ text-decoration: underline; color : #DD6900; }

/* The questions in the page*/
.questions      { font-size : 14px; color : #006699; font-weight: bold; font-style: italic; }

/* The answers in the page*/
.answers        { font-size : 10px; color : #000000; }
p.answers       { font-size : 10px; color : #000000; }

/* The questions in the page*/
.highlight      { font-size : 12px; color : #006699; font-weight: bold; }

/* Links within the page*/
.innerlink		 { font-weight: bold; font-size: 10px; color : #006699; }
a.innerlink 	 { text-decoration: none; color : #006699; }
a.innerlink:hover{ text-decoration: underline; color : #DD6900; }

/* The text in the page*/
.text        { font-size : 12px; color : #FF8040; }
p.text       { font-size : 12px; color : #FF8040; }

/* The text in the tables*/
.tabletext        { font-size : 12px; color : #000000; }
td.tabletext       { font-size : 12px; color : #000000; }

/* NOTE:*/
.note        { font-size : 12px; color : #FF0000; }
td.note       { font-size : 12px; color : #FF0000; }