/* CP CSS Style Sheet */
/* Not yet finished defining */



/* Define every page background color */

body
{
	background-color: #1b0903;
}

/* Define p class & attributes in main quotes */

p.quote
{
	color: #b81e2b;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	margin-left: .1in;
}

/* Define p class & attributes in paragraph headers */

p.header
{
	color: #b81e2b;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	margin-left: .3in;
}

/* Define p class & attributes in body text */

p.body
{
	color: #000000;
	font-family: verdana;
	font-size: 9pt;
	margin-left: .2in;
	margin-right: .2in;
}

/* Define p class & attributes in tabbed body text */

p.bodytabbed
{
	color: #000000;
	font-family: verdana;
	font-size: 9pt;
	margin-left: .5in;
	margin-right: .2in; 
}


/* Define link class & attributes in top navbar */

a.navbartoplink
{	
	color: #1b0903;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}


a.navbartoplink:link
{
	color: #1b0903;
}

a.navbartoplink:visited
{
	color: #1b0903;
}

a.navbartoplink:active
{
	color: #1b0903;
}

a.navbartoplink:hover
{
	color: #ffffff;
}


/* Define link class & attributes in bottom navbar */

a.navbarbtmlink
{	
	color: #1b0903;
	font-family: arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}


a.navbarbtmlink:link
{
	color: #1b0903;
}

a.navbarbtmlink:visited
{
	color: #1b0903;
}

a.navbarbtmlink:active
{
	color: #1b0903;
}

a.navbarbtmlink:hover
{
	color: #ffffff;
}


/* Define link class & attributes in text body link */

a.textbodylink
{	
	color: #b81e2b;
	font-family: arial;
	font-size: 10pt;
	
}


a.textbodylink:link
{
	color: #b81e2b;
}

a.textbodylink:visited
{
	color: #b81e2b;
}

a.textbodylink:active
{
	color: #b81e2b;
}

a.textbodylink:hover
{
	color: #b81e2b;
	font-weight: bold;
	font-size: 10pt;
	
}


/* Define p class & attributes in copyright blurb */

p.copyright
{
	text-align: right;
	color: #ffffff;
	font-family: arial;
	font-size: 7pt;
}



/* Define link class & attributes in copyright blurb*/

a.copyrightlink
{
	color: #ffffff;
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
}

a.copyrightlink:link
{
	color: #white;
}

a.copyrightlink:visited
{
	color: #white;
}

a.copyrightlink:active
{
	color: #white;
}

a.copyrightlink:hover
{
	color: #ca771a;
	
}










