
/* Presentation Stylesheet */ 
p {
	background-color: #FFFFCC;
	color: #000000;
	font-size: small;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}

	
p.emphasis {
	color : #FF0000;
	background-color : #FFFFCC;
}

small {
	background-color: #FFFFCC;
	color: #000000;
	font-size: x-small;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	text-align: center;
}

sup {
	background-color: #FFFFCC;
	font-size: x-small;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}

h1{
	background-color: #FFFFCC;
	color: #339900;
	font-size: x-large;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	text-transform: none;
}

h2 {
	background-color: #FFFFCC;
	color: #339900;
	font-size: large;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	line-height: 1.4em;
}

h3 {
	background-color: #FFFFCC;
	color: #339900;
	font-size: medium;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	text-align: left;
}

h4 {
	background-color : #FFFFCC;
	color : #339900;
	font-size : small;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-style : italic;
	text-decoration : none;
	text-align : left;
}

h5 {
	margin-bottom : 4px;
	margin-top : 10px;
	background-color : #FFFFCC;
	color : #339900;
	font-size : small;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	text-align : left;
}

p.menu{
	margin-bottom: 4px;
	margin-top: 10px;
	background-color: #FFFFCC;
	color: #339900;
	font-size: small;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}

a:link {
	color : #006600;
	background-color : #FFFFCC;
	text-decoration : underline;
}

a:visited {
	color : #CC0066;
	background-color : #FFFFCC;
	text-decoration : underline;
}

a:hover {
	color : #FF00FF;
	background-color : #FFFFCC;
	text-decoration : underline;
}

a:active {
	color : #006600;
	background-color : #FFFFCC;
	text-decoration : underline;
}

ul {
	list-style: disc;
	background-color: #FFFFCC;
	color: #000000;
	font-size: small;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}

li{
	list-style: disc;
	background-color: #FFFFCC;
	color: #000000;
	font-size: small;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}

	
	td {
	background-color: #FFFFCC;
	color: #000000;
	font-size: small;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

th {
	background-color: #FFFFCC;
	color: #006600;
	font-size: small;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

.clear all {
	clear : both;
}

.clear left {
	clear : left;
}

.clear right {
	clear : right;
}

span.c1 {
	padding: 5px;
	font-size: small;
	text-align: center;
}

 span.c2 {
	padding: 5px;
	font-size: small;
}

