/*Stylesheet for Don Dobie at http://www.dondobie.com */
/*Prepared by JoceyDesigns.com */

body { background-color: #000066; }

/*set link styles*/
A:link
{
	text-decoration: none;
	color: #0066FF;
	font-style: normal;
	font-weight: bold;
}
A:visited
{
	text-decoration: none;
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
}
A:hover
{
	text-decoration: underline;
	color: #0000CC;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
}

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

H1 {
	color: #FFFFFF;
	font-size: 18pt;
	line-height: 22pt;
	font-weight: bold;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}
	
H2 {
	color: #FF0000;
	font-size: 18pt;
	line-height: 22pt;
	font-weight: bold;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

H3 {
	color: #FFFFFF;
	font-size: 14pt;
	line-height: 18pt;
	font-weight: bold;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

H4 {
	color: #FF0000;
	font-size: 14pt;
	line-height: 18pt;
	font-weight: bold;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

H5 {
	color: #FFFFFF;
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

H6 {
	color: #FF0000;
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

/* Basic style for body text */

/*Text style */
.text
{
	color: #CCCCCC;
	font-size: 10pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

/*Reverse Text style */
.text1 {
	color: #FF0000;
	font-size: 10pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

/*Highlight Text style */
.text2
{
	color: #006666;
	font-size: 10pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

/*Highlight Text style */
.cap
{
	color: #FFFFFF;
	font-size: 9pt;
	line-height: 12pt;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

/*List style */

.ul
{
	color: #FFFFFF;
	font-size: 10pt;
	padding-right: 2em;
	padding-bottom: 6pt;
	margin-top: 2pt;
	line-height: 16pt;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
}

/*Nav text style */
.nav
{
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 18pt;
	font-style: normal;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
	font-weight: bold;
}

/*Footer text style */
.foot
{
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 16pt;
	font-style: normal;
	font-family: Tahoma, Geneva, Verdana, "MS Sans Serif", sans-serif;
	font-weight: normal;
}
