/* CSS Document */
<style type="text/css">

body
{
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	background-color: #FFFFFF;
}

img {
	behavior: url("pngbehavior.htc");
}

/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
LINK
*/

a:link {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #CF636F;
	text-decoration: none;
}

a:visited {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #CF636F;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #6E3135;
	text-decoration: none;
}

a:active {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #6E3135;
}

/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/


