/*---------------------------- MasterStyle.css ----------------------------*/

body 
{ 
	font-family: Arial, Helvetica, Veranda, "Times New Roman", sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #CCCCCC; 
	text-decoration: none; 
	text-align: left; 
	font-size: 125%; 
	font-stretch: normal; 
	background-color: black;
	margin-left: 2cm;
	margin-right: 2cm;
}

@media print 
{ 
	body 
	{ 
		padding-top: 1.0000in; padding-bottom: 1.0000in; 
		padding-left: 1.2500in; padding-right: 1.2500in; 
	} 
}

/*-------------------------------- Headers -----------------------------------*/

h1.left { color: white; text-align: left }

h1.center { color: white; text-align: center }

h2.center { color: white; text-align: center }

h3.left { color: white; text-align: left }

h3.center { color: white; text-align: center }

h4.left { color: white; text-align: left }

h4.center { color: white; text-align: center }

/*-------------------------------- Paragraphs --------------------------------*/

p.chhead { color: white }

p.indent { text-indent: 2cm }

/*--------------------------------- Links -----------------------------------*/

a:link { color: #FF6600; text-decoration: none }

a:visited { color: #8287A6; text-decoration: none }

a:hover { color: yellow; text-decoration: underline; cursor: crosshair }

/*---------------------------------- Misc -----------------------------------*/

ul { list-style: disc }         /* Unordered Lists */

span.nolink { color: #309621 }  /* Note: Use this to colorize non-linked URLs */

span.money { color: #00FF00 }   /* Note: Use to colorize $ */

b { color: white }

/*------------------------------- Block Quotes -------------------------------*/
 
blockquote { color: #2ED2E8; font-size: 100% }

/*----------------------------- MasterStyle.css  -----------------------------*/

