body, td, tr {
	color: #00001e;
	font-size: x-small;
        font-size: small;
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif;
	text-decoration: none;
	background-color: #ffffcd;
	text-align: left;
}

input, select, textarea {
	color: #00001e;
	font-size: x-small;
        font-size: small;
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif;
	text-decoration: none;
	background-color: #ffffff;
	text-align: left;
}

th {
	color: #00001e;
	font-size: x-small;
        font-size: small;
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif;
	text-decoration: none;
	background-color: #ffffcd;
	text-align: center;
}

h1 {
	font-family: arial,helvetica,sans-serif;
	color: #541b7a;
	font-weight: bold;
	font-style: normal;
	font-size: 180%; 
	text-align: center;
}

h2 {
	font-family: arial,helvetica,sans-serif;
	color: #541b7a;
	font-weight: bold;
	font-style: normal;
	font-size: 150%; 
	text-align: center;
}

h3 {
	font-family: arial,helvetica,sans-serif;
	color: #541b7a;
	font-weight: bold;
	font-style: normal;
	font-size: 120%; 
	text-align: center;
}

h4 {
	font-family: arial,helvetica,sans-serif;
	color: #541b7a;
	font-weight: bold;
	font-style: normal;
	font-size: 100%; 
	text-align: center;
}

a.target{
	text-decoration:none;
	background-color: transparent;
}

a.target:hover{
	text-decoration:none;
	background-color: transparent;
	color: #00001e;
}

a:active {
	color: #205aa7;
	text-decoration:none;
}

a:link {
	color: #007ab5;
	text-decoration:none;
}

a:visited {
	color: #ab18f1;
	text-decoration:none;
}

a:hover {
	color: #cc3333;
	text-decoration:underline;
	background-color: #d7d7d7;
}


.buttongray {
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif;
	font-weight: bold;
	color: #000000; 
	border-color: #cccccc;
	background-color: #ebebeb;
	font-size: 90%;
	text-align: center;
}


