/*Style Sheet for jocey Designs at http://www.joceydesigns.com */

/* *** Site design and creation by Jocey de La Fontaine [ www.joceydesigns.com | jocey@joceydesigns.com]. No part may be reproduced in any form or altered in any way without explicit written permission. Copyright 1999-2010, Jocey Designs - all rights reserved *** */

body
{
	background-color: #FFFFFF;
	background-image: url(images/squiggle.gif);
	background-repeat: no-repeat;
	background-position: center 4px;
	background-attachment: fixed;
}

/*set link styles*/
A:link
{
	text-decoration: underline;
	color: #FFCC00;
	font-weight: bold;
	background-color: transparent;
}
A:visited
{
	text-decoration: underline;
	color: #FF9933;
	font-weight: bold;
	background-color: transparent;
}
A:visited
{
	text-decoration: none;
	color: #0099CC;
	font-weight: bold;
	background-color: #F0F8FF;
}
A:hover
{
	text-decoration: none;
	color: #0099CC;
	font-weight: bold;
	background-color: #F0F8FF;
}

/*note that the font-family attribute is at the end. This is important for IE3*/

/*Reverse Title WHITE*/
H1
{
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, "Trebuchet MS", sans-serif;
}

/*DARK BLUE BLUE*/
H2
{
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	color: #003399;
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, "Trebuchet MS", sans-serif;
}

/*YELLOW ORANGE*/
H3
{
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	color: #FFCC00;
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, "Trebuchet MS", sans-serif;
}

/*BLACK*/
H4
{
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, "Trebuchet MS", sans-serif;
}

/*BRIGHT ORANGE*/
H5
{
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	color: #FF9933;
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-style: oblique;
}

/* Basic style for body text */

/*Text style DARK GREY*/
.text
{
	color: #333333;
	background-color: transparent;
	font-size: 10pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, "Trebuchet MS", sans-serif;
}

/*Reverse Text style WHITE*/
.text1
{
	color: #FFFFFF;
	background-color: transparent;
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, "Trebuchet MS", sans-serif;
}

/*Text style DARK BLUE BOLD*/
.text2
{
	color: #003399;
	background-color: transparent;
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, "Trebuchet MS", sans-serif;
}

/*Text style DARK BLUE BOLD*/
.text3
{
	color: #003399;
	background-color: transparent;
	font-size: 10pt;
	line-height: 14pt;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, "Trebuchet MS", sans-serif;
}

/*QUOTE style BLACK*/
.quote
{
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	background-color: transparent;
	padding-bottom: 4px;
	margin-top: 4px;
	font-style: oblique;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, "Trebuchet MS", sans-serif;
}

/*NOTE style DARK GREY*/
.note
{
	color: #333333;
	background-color: transparent;
	font-size: 9pt;
	line-height: 12pt;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, "Trebuchet MS", sans-serif;
}


/*List style BLACK*/
.list
{
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	background-color: transparent;
	padding-bottom: 4px;
	margin-top: 4px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, "Trebuchet MS", sans-serif;
}

/*Nav text style BLACK */
.nav
{
	font-size: 9pt;
	line-height: 16pt;
	color: #000000;
	background-color: transparent;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, "Trebuchet MS", sans-serif;
}

/*Footer style BLACK*/
.footer {
	font-size: 9pt;
	line-height: 14pt;
	color: #000000;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, "Trebuchet MS", sans-serif;
}
