/* CSS Document */

.body {
margin-left : 0px;
margin-top : 0px;
margin-right : 0px;
margin-bottom : 0px;
}
a:link {color: #000000; text-decoration:none}

a:visited {color: #000000; text-decoration:none}

a:active {color:#000000; text-decoration:none}

a:hover {color:#000000; text-decoration:none}

.grey12 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.grey11 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
.grey9 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
}
.orange12 {
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.pink11 {
	color: #FF3399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
.pink14 {
	color: #FF3399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
.pink16{
	color: #FF3399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
}
.black14 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
.header {
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-color: #666666;
	border: 1 px;
	border-left-color: #666666;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: thin;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: thin;
	background-color: #FFFF66;
}
.pinktable {
	border-color: #000000;
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: thin;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: thin;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	background-position: center;
}
.fullheight{
	height:100%
}