/* PARAGRAPHS */

p, ul, li, td
{
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-size: 11pt;
}

p.black
{
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-size: 11pt;
	background-color: inherit;
	color: #000000;
}

p.white
{
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-size: 11pt;
	background-color: inherit;
	color: #FFFFFF;
}

/* HEADING TAGS */

h1.lightbeige
{
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-size: 14pt;
	background-color: inherit;
	color: #EFECE4;
}

h2.black
{
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-size: 12pt;
	background-color: inherit;
	color: #000000;
}

/* LINKS */

a:link 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	background-color: inherit;
	color: #2222FF
}

a:visited 
{  
	font-style: normal; 
	background-color: inherit;
	color: #00008A
}

a:hover 
{  
	background-color: #FFF0CB; 
	color: #000000
}

/* LISTS */

ul, li 
{  
	list-style: square;
	/*list-style-position: inside*/
}

/* TABLES */

table.gray
{
	background-color: #D9D1BC;
	color: inherit;
}

td.gray
{
	background-color: #D9D1BC;
	color: inherit;
}

td.beige
{
	background-color: #AA955E;
	color: inherit;
}

table.lightbeige
{
	background-color: #EFECE4;
	color: inherit;
}

td.lightbeige
{
	background-color: #EFECE4;
	color: inherit;
}



/* CLASSES */


.Balloonlink 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	color: #0000FF; 
	text-decoration: none; 
	font-weight: normal; 
	font-variant: normal
}

.NumberList 
{  
	font-family: Arial, Helvetica, sans-serif; 
	list-style-position: outside; 
	list-style-type: decimal
}

.button
{
	background-color: #EFECE4;
	color: #000000;
	width: 100px;
	border: 1px solid;
	border-left-color: #D9D1BC;
	border-right-color: #000000;
	border-top-color: #D9D1BC;
	border-bottom-color: #000000;
}