/* CSS Document */
td{
	font-family:arial;
	font-size:12;
	color:#666666;
}
body {
	scrollbar-3dlight-color : #DDE4EA;
	scrollbar-darkshadow-color : #B0BECA;
	scrollbar-highlight-color : #B1B1A3;
	scrollbar-shadow-color : #B0BECA;
	scrollbar-arrow-color : #B0BECA;
	scrollbar-face-color : #DDE4EA;
	scrollbar-track-color : #DDE4EA;
}
A:link,A:visited,A:active {
	font-family:arial;
	font-size:12;
	color:#666666;
	text-decoration: underline;
}

.border {
	border-bottom-color:#FFCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#FFCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#FFCCCC;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#FFCCCC;
	border-top-style:solid;
	border-top-width:1px;
}

.greyborder {
	border-bottom-color:#DDE4EA;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#DDE4EA;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#DDE4EA;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#DDE4EA;
	border-top-style:solid;
	border-top-width:1px;
}

.pinktext { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 15px;
font-weight: bold;
color: #FF6699;
text-decoration: none
}

A.pinklink:link { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 15px;
font-weight: bold;
color: #FF6699;
text-decoration: underline
}

A.pinklink:visited { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 15px;
font-weight: bold;
color: #FF6699; 
text-decoration: underline 
}

A.pinklink:hover { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 15px;
font-weight: bold;
color: #A0AECA;
text-decoration: underline
}

A.pinklink:active { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 15px;
font-weight: bold;
color: #FF6699;
text-decoration: underline
}

