/* tmn_general.css  General formating style sheet */
A:VISITED {
	color : #333399;
}
A:ACTIVE {
	color : #6699cc;
}
A:LINK {
	color : #333399;
}
A:hover {
	color:#0033CC; text-decoration:underline; font-style:italic
}

BODY {
	background-color : #ffffff;
}

table {
	font-size : 9pt;
	font-family : tahoma;
	font-weight : normal;
	font-style : normal;
	color : black;
	line-height : 140%;
	text-decoration : none;
	text-align : left;
}
th {
	font-weight : bolder;
	background-color : blue;
	color : white;
}
P {
	font :  "MS Sans Serif" Geneva sans-serif;
	font-size : 10pt;
	text-indent : 5%;
}
.title  {
	font-size : 14pt;
	font-family : tahoma;
	font-weight : bold;
	font-style : none;
	color : blue;
	line-height : 140%;
	text-decoration : none;
	text-align : center;
}
.subhead  {
	font-size : 12pt;
	font-family : tahoma;
	font-weight : bold;
	font-style : none;
	color : blue;
	line-height : 140%;
	text-decoration : none;
	text-align : center;
}
.topic {
	font-weight : bolder;
	color : blue;
}
.question {
	font-size : 12pt;
	font-family : tahoma;
	font-weight : bold;
	font-style : italic;
	color : #000099;
	line-height : 120%;
	text-decoration : none;
}
.answer {
	font-size : 12pt;
	font-family : tahoma;
	font-weight : bold;
	font-style : none;
	color : #000000;
	line-height : 120%;
	text-decoration : none;
}
.smalltext {
	font-size : 7pt;
	font-family : tahoma;
	font-style : none;
	color : #000000;
	line-height : 80%;
}
UL LI {
	list-style-image : url("images/wheel.gif");
}
.yellowbox {
	background: yellow;
}
.bluebox {
	background: blue;
	color: white;
}
