/* *********************** Start OF style.css  *****************/
BODY    {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background-color: #fff;
	margin-left : 30px;
}
UL, DL, H1, H2, H3, H4, ADDRESS, TH, TEXTAREA, P, LI, DL,TD   { font-family: Arial, Verdana, Helvetica, Sans-Serif }

/* p was 0.8, changed to 0.9 color #665 */
P, LI,  DL,TD,TEXTAREA   { color: #000; font-size: 0.82em } 

/* for IE5, to stop sub list items being smaller */
LI LI {
	font-size: 1.0em;
}

TR:hover.complex {
	background-color: #9ad;	
}

B {
	font-weight : bold;
	color: #399;
}

H1  { color: #399; font-weight: normal; font-size: 1.4em }

H2  { color: #399; font-size: 1.1em }

H3  { color: #776; font-size: 0.9em }

H4  { color: #998; font-size: 0.9em }

SUP {
	line-height: 0.8em;
}

/* reference and source details */
.note { color: #bae; }

/* to fix issue of tables within tables having small text */
.cell {
	font-size: 0.7em;
}

/* hide from browser, used on section title */
.printonly {
	display: none;
}
TABLE.submenu {
	border-left: medium;
	border-right: medium;
	border-color: blue;
	border : thin solid #fff;
	padding: 4px;
}
TH {
	color: #000;
	background-color: #9ad;
	font-size: 0.8em;
	border : thin solid #340;
}
TH.secnav1 {
	background-color: #dd9;
	font-size: 0.7em;
}
th.secnav1 a:link, th.secnav1 a:visited {
	text-decoration: none;
	color: #000;
}
TH.secnav2 {
	background-color: #9ad;
	font-size: 0.7em;
}
th.secnav2 a:link, th.secnav2 a:visited {
	text-decoration: none;
	color: #000;
}
TH.secnav3 {
	background-color: #feb;
	font-size: 0.7em;
}
th.secnav3 a:link, th.secnav3 a:visited {
	text-decoration: none;
	color: #000;
}
TH.secnav4 {
	background-color: #fa8;
	font-size: 0.7em;
}
th.secnav4 a:link, th.secnav4 a:visited {
	text-decoration: none;
	color: #000;
}
TH.secnav5 {
	background-color: #9ed;
	font-size: 0.7em;
}
th.secnav5 a:link, th.secnav5 a:visited {
	text-decoration: none;
	color: #000;
}
TH.secnav6 {
	background-color: #fbb;
	font-size: 0.7em;
}
th.secnav6 a:link, th.secnav6 a:visited {
	text-decoration: none;
	color: #000;
}
TH.secnav7 {
	background-color: #9cf;
	font-size: 0.7em;
}
th.secnav7 a:link, th.secnav7 a:visited {
	text-decoration: none;
	color: #000;
}
TH.secnav8 {
	background-color: #ffe6dd;
	font-size: 0.7em;
}
th.secnav8 a:link, th.secnav8 a:visited {
	text-decoration: none;
	color: #000;
}
TH.secnav13 {
	background-color: #bae;
	font-size: 0.7em;
}
TD.cardnorth {
	background-image : url(images/frills/corners/card_n.gif);
}

TD.cardwest {
	background-image : url(images/frills/corners/card_w.gif);
}

TD.cardeast {
	background-image : url(images/frills/corners/card_e.gif);
}

TD.cardsouth {
	background-image : url(images/frills/corners/card_s.gif);
}

DL   { color: #060; font-size: 0.9em }

LI.roman {
	list-style-type: upper-roman;
}

LI.hyphen {
	list-style: square;
}

A:link   { color: #088; text-decoration: underline }
A:active   { color: #399; text-decoration: underline }
A:visited   { color: #366; text-decoration: underline }
A:hover   { color: #399; text-decoration: underline }

/* Right panel menu links */
A.menu:link  {
	color : #665;
	text-decoration : none;
}
A.menu:active    { color: #9cf; text-decoration: underline }
A.menu:visited  {
	text-decoration : none;
	color : #776;	
}
A.menu:hover    { color: #399; text-decoration: underline }

A.menuon:link { color: #399; text-decoration: none }
A.menuon:active   { color: #399; text-decoration: none }
A.menuon:visited { color: #399; text-decoration: none }
A.menuon:hover { color: #399; text-decoration: none }

/* Theratron added elemments */
.content{
	padding-left: 12px;
	padding-right: 12px;
}
