/* Twist Cafe Colours
background (lighgrey): CCCCCC
side bar: 663300
side bar text (yellow)): FFFF00
side bar hover text  (lightskyblue): 87CEFA

background (tan): D2B48C
main body (cornsilk): FFF8DC
header text (darkslategray): 2F4F4F

twist yellow: B5B500
twist blue: 5F7FBA
twist red: D90026
*/


/* body section formatting */
body {
   font-family: Verdana,Tahoma,Arial,sans-serif;;
   font-size: 10pt;
   line-height: 12pt;
   color: black;
   background-color: #D2B48C;
}

td.main {
   background-color: #FFF8DC;
   text-align: left;
}

td.sidebar {
   font-family: Verdana,Tahoma,Arial,sans-serif;
   color: #B5B500;
   background-color: #663300; 
   text-align: left;
   vertical-align: top;

}

/* sidemenu link formatting */
a.sidemenu {
   font-size: 10pt;
   line-height: 15pt;
   text-decoration: none;
}
a.sidemenu:link 	{ color: #B5B500; }
a.sidemenu:visited 	{ color: #B5B500; }
a.sidemenu:active 	{ color: #B5B500; }
a.sidemenu:hover  	{ color: #5F7FBA; }


/* Setup links (unvisited, visited, active, hover) */
a:link		{ color: #5F7FBA; }
a:visited 	{ color: #5F7FBA; }
a:active 	{ color: #5F7FBA; }
a:hover 	{ color: #B5B500; }


/* Setup tables */
table {
   font-size: 10pt;
   line-height: 12pt;
}
td {
   font-size: 10pt;
   line-height: 12pt;
}

/* Setup paragraphs */
span.small {
   font-size: 8pt;
   line-height: 10pt;
}

p.small {
   font-size: 8pt;
   line-height: 10pt;
}

p.tiny {
   font-size: 7pt;
   line-height: 9pt;
}

p.big {
   font-size: 12pt;
   line-height: 14pt;
}

p.bigtimes {
   font-size: 12pt;
   line-height: 14pt;
   font-family: "times new roman";
}

p.indent {
   margin-left: 12pt;
   margin-right: 8pt;
   font-size: 9pt;
   line-height: 11pt;
}

p.indent-small {
   margin-left: 12pt;
   margin-right: 8pt;
   font-size: 8pt;
   line-height: 10pt;
}

p.indent-tiny {
   margin-left: 12pt;
   margin-right: 8pt;
   font-size: 7pt;
   line-height: 9pt;
}

span.menuheader {
   font-family: Verdana,Tahoma,Arial;
   color: FFFFFF;
   font-size: 12pt;
   line-height: 14pt;
   font-weight: bold;
}

td.menuline {
   width: 55px;
   text-align: right; 
   vertical-align: top;
}



/* Setup headings */
h1, h2, h3, h4, h5, h6 {
   font-family: Verdana,Tahoma,Arial;
   color: D90026;
   vertical-align: bottom;
}

h1 {
   font-size: 24pt;
   line-height: 26pt;
}

h2 {
   font-size: 20pt;
   line-height: 22pt;
}

h3 {
   font-size: 14pt;
   line-height: 16pt;
}

h4 {
   font-size: 12pt;
   line-height: 14pt;
}

h5 {
   font-size: 10pt;
   line-height: 12pt;
}

h6 {
   font-size: 9pt;
   line-height: 11pt;
}


span.myh1 {
   font-family: Verdana,Tahoma,Arial;
   color: D90026;
   font-size: 12pt;
   font-weight: bold;
   line-height: 16pt;
}

span.myh2 {
   font-family: Verdana,Tahoma,Arial;
   color: D90026;
   font-size: 10pt;
   font-weight: bold;
   line-height: 21pt;
}

span.myh3 {
   font-family: Verdana,Tahoma,Arial;
   color: D90026;
   font-size: 9pt;
   font-weight: bold;
   line-height: 13pt;
}

span.myh4 {
   font-family: Verdana,Tahoma,Arial;
   color: D90026;
   font-size: 12pt;
   line-height: 14pt;
   font-weight: bold;
}

span.myh5 {
   font-family: Verdana,Tahoma,Arial;
   color: D90026;
   font-size: 10pt;
   line-height: 12pt;
   font-weight: bold;
}



/* Set up horizontal rows */
hr {
   color: #9999cc;
}


/* Setup list items */

ul {
   list-style: outside;
   margin-top: 5;
   margin-bottom: 5;
}

ol {
   list-style: outside
   margin-top: 5;
   margin-bottom: 5;
}


ul.alt {
   list-style: disc outside;
   margin-top: 5;
   margin-bottom: 5;
}

ul.noheight {
   list-style: disc outside;
   margin-top: 0;
   margin-bottom: 0;
}

ul.noheightunchecked {
   list-style: circle outside;
   margin-top: 0;
   margin-bottom: 0;
}


li {
   font-size: 9pt;
   line-height: 11pt;
   margin:0 0 0 -20;
}

li.alt {
   font-size: 8pt;
   line-height: 10pt;
   margin:0 0 0 -20;
}

