/* CSS Document */

body {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	cursor:url("images/Hand.purple.cur");
}

body td,th {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	cursor:url("images/Hand.purple.cur");
}

body a {
	color:#FF6600;
	text-decoration:underline;
	cursor:url("images/Hand.purple.cur");
}

body a:hover {
	color:#0099FF;
	text-decoration:none;
	cursor:url("images/Hand.purple.cur");
}

.textLink a {
	color:#0099CC;
	text-decoration:underline;
}

.textLink a:hover {
	text-decoration:none;
}

.tableHeader {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#0099FF;
}

.footer {
	color:#666666;
	font-size: 9px;
}

.footer a{
	color:#0099FF;
	font-size: 9px;
	text-decoration: none;
}

.footer a:hover{
	color:#0099FF;
	font-size: 9px;
	text-decoration: underline;
}

.formTextField {
	line-height:10pt;
	font-size:9px;
}

.formHeader {
	line-height:14pt;
	font-size: 13px;
	font-weight:bold;
}

.formTextInput {
	line-height:10pt;
	font-size:8px;
	color: #B9005C;
}

.leftText {
	line-height:10pt;
	font-size:9px;
	font-weight: bold;
}

.bigText {
	line-height:16pt;
	font-size:16px;
	font-weight: bold;
}
