/******************************************************* 
Jack's Joint CSS definition
version: 1.0
date   : 1-Apr-2002

Section Order
	- Elements
	- Header and Top Nav
	- Left Navigation
	- General Content Classes
*********************************************************/


/**********************  Elements  *********************************/

body {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  background-repeat: no-repeat;
  background-color: #B0E0E6;
  margin: 0;
}

a, p, div, td, th, tr, form, ol, ul, li, input, textarea, select {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

A:active {
  color : #CC3333;
  text-decoration: none;
}

A:hover {
  color : #FF6600;
}

/****************  Background colours  ********************/
 /* dark aqua */
.bg-colour-1 {
	background-color : #B0E0E6; /* PowderBlue */
}

.bg-colour-2 {
	background-color : #000000; /* black */
}

.bg-colour-3 {
	background-color : #CCCCCC; /* light grey */
}

.bg-colour-4 {
	background-color : #333333; /* dark grey */
}

.bg-colour-5 {
	background-color : #FFFFCC; /* cream */
}

.bg-colour-6 {
	background-color : #FFFFFF; /* white */
}

.bg-colour-7 {
	background-color : #000080; /* Navy */
}

/******************* Header and Top Nav *******************/
.top-nav {
	font-size : 11pt;
	color : #FFD700;
	font-weight : bold;
	text-decoration: none;
	line-height : 120%;
	background-color : #000000;
	text-transform: capitalize;
}

.top-nav-at {
	font-size : 11pt;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration: none;
	line-height : 120%;
	background-color : #000000;
	text-transform: capitalize;
}

.page-title {
        font-family: "Comic Sans MS", sans-serif;
	font-size : 36pt;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration: none;
	line-height : 120%;
}


/********************  General Content Classes ************************/
/*---- Headers ----*/

.hdr-1 {
	font-size: 17pt;
	font-weight: bold;
	line-height : 110%;
}

.hdr-2 {
	font-size: 14pt;
	font-weight: bold;
	line-height : 110%;
}

.hdr-3 {
	color : #660000;
	font-size : 11pt;
	font-weight : bold;
	line-height : 110%;
}

.hdr-4 {
	color : #000000;
	font-size : 12pt;
	font-weight : bold;
	line-height : 110%;
}

.hdr-5 {
	color : #FFFFFF;
	font-size : 10pt;
	font-weight: bold;
	line-height : 110%;
	text-decoration: none;
}

/*---- Links ----*/
.link-more-1 {
	color : #ff9900;
	font-size:10pt;
	line-height : 110%;
}

.link-more-2 {
	color : #000000;
	font-size:10pt;
	text-decoration: underline;
	line-height : 110%;
}

.link-more-3 {
	color : #666666;
	font-size:10pt;
	text-decoration: underline;
	line-height : 110%;
}

.link-more-4 {
	font-size:10pt;
	font-style : normal;
	font-weight: bold;
	color : #000000;
}

.link-more-5 {
	color : #000000;
	font-size : 12pt;
	font-style : normal;
	font-weight : normal;
	line-height: 140%;
	text-decoration : underline;
}

/*---- Content ----*/
.content-b9p {
	color : #666666;
	font-size : 9pt;
	font-weight: bold;
	text-decoration: none;
	line-height : 110%;
    	margin-left : 10px;
}

.content-10p {
	color : #000000;
	font-size : 10pt;
	line-height: 110%;
	font-weight: normal;
	text-decoration: none;
    	margin-left : 10px;
}

.content-i10p {
	color : #000000;
	font-size : 10pt;
	font-style: italic;
	line-height : 110%;
    	margin-left : 10px;
}


.content-12p {
	color : #000000;
	font-size : 12pt;
	font-style : normal;
	font-weight : normal;
	line-height: 120%;
    	margin-left : 10px;
}

.content-i12p {
	color : #000000;
	font-size : 12pt;
	font-style: italic;
	line-height : 120%;
    	margin-left : 10px;
}

.content-b12p {
	color : #000000;
	font-size : 12pt;
	font-style : normal;
	font-weight: bold;
    	margin-left : 10px;
}

.content-14p {
	color : #000000;
	font-size : 14pt;
	font-style : normal;
	font-weight : normal;
	line-height: 120%;
    	margin-left : 10px;
}

.content-16p {
	font-size : 16pt;
	line-height: 120%;
	color : #000000;
	font-style : normal;
	font-weight : normal;
    	margin-left : 10px;
}

.errormessage {
	font-size : 12pt;
	line-height: 115%;
	color : #CC0000;
	font-weight: bold;
    	margin-left : 10px;
}

.copyright {
	color : #660000;
	font-size : 7pt;
	font-weight : normal;
}