/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#CCCC99;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: underline;
}

a:visited{
	color: #006699;
	text-decoration: underline;
}

a:hover{
	color: #006699;
	text-decoration: none;
}

h1{
	font-family: Arial,sans-serif;
	font-size: 150%;
	color: #993300;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	text-transform:uppercase;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 150%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
li {text-align: left;}

.ellistable {
	border-color:#336633;
	font-size: medium;
	font-style: normal;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative;
}

.ellistable2 {
	border-color:#336633;
	background-color: #DCD8BF;
	border-width: 4px;
	border-style: solid;
	font-size: medium;
	font-style: normal;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative;

}


.callout {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
.paragraph_center_bold {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
.paragraph_left_bold {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color: #000000;
	font-variant: small-caps;
	}
