/* Link Styles */	

.tdlink:link  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.tdlink:visited  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.tdlink:hover  {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.tdlink:active  {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a:link  {
	color: #f7931d;
	text-decoration: none;
}

a:visited  {
	color: #c0c0c0;
	text-decoration: none;
}

a:hover  {
	color: #f26522;
	text-decoration: underline;
}

a:active  {
	color: #f7931d;
	text-decoration: underline;
}

blockquote {
	background-color: #669999;
	border-bottom: 1px solid #006633;
	border-top: 1px solid #006633;
	color: #1E58C7;
	font-size: 8pt;
	margin: 0px;
	width: 350px;
}

body {
	font: 10pt Arial, sans-serif;
	margin: 15 0 0 0;
	padding:0px;
	height:100%;
}

button {
	background-color: #E4EEFD;
	border: 1px solid #003399;
	cursor: pointer;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

h1 {
	color: #f7931d;
	font-size: 12pt;
	line-height: 100%;
	margin: 0px;
}

h2 {
	color: #000000;
	font-size: 12pt;
	margin: 0px;
}

h3 {
	color: #000000;
	font-size: 10pt;
	margin: 0px;
}

h4 {
	color: #000000;
	font-size: 10pt;
	margin: 0px;
}

h5 {
	color: #000000;
	font-size: 10pt;
	margin: 0px;
}

input {
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

select {
	border: inset 1px #FFFFFF;
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

td {
	font-size: 10pt;
	line-height: 125%;
}



.buttons {
	background-color: #669999;
	border-color: #669999;
	border-style: outset;
	border-width: 1px;
	cursor: pointer;
	color: #000000;
}

p 
{
    text-align:center;
}    



