/* CSS Document */
a:link
{
	font-family: Courier New, Courier, Serif;
	color: rgb(255,94,253); 
}
a:visited
{
	font-family: Courier New, Courier, Serif;
	color: rgb(255,94,253); 
} 
a:active 
{
	font-family: Courier New, Courier, Serif;
	color: rgb(255,255,153);
	background-color: rgb(255,94,253);
	text-decoration: none;
}
a:hover 
{
	font-family: Courier New, Courier, Serif;
	color: rgb(255,255,153);
	background-color: rgb(255,94,253);
	text-decoration: none;
}
a.topnav:link
{
	font-family: Courier New, Courier, Serif;
	color: rgb(255,94,253); 
	text-decoration: none;
	font-weight: bold; 
	font-size: 15px;
}
a.topnav:visited
{
	font-family: Courier New, Courier, Serif;
	color: rgb(255,94,253); 
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
} 
a.topnav:active 
{
	font-family: Courier New, Courier, Serif;
	color: rgb(255,255,255);
	background-color: rgb(255,94,253);
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
a.topnav:hover 
{
	font-family: Courier New, Courier, Serif;
	color: rgb(255,255,255);
	background-color: rgb(255,94,253);
	text-decoration: none;
	font-size: 15px;
}
body
{
	font-family: Courier New, Courier, Serif;
	background-color: rgb(254,228,254);
	color: rgb(0,0,0);
	scrollbar-face-color: #FEE4FE; scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #FEE4FE; 
	scrollbar-darkshadow-color: #FEE4FE; scrollbar-track-color: #FEE4FE;
	scrollbar-arrow-color: #000000;
}
div.dropmenu
{
	font-family: Verdana,Arial,sans-serif;
	color: rgb(255,255,255);
	scrollbar-face-color: #C4DFB6; scrollbar-shadow-color: #CE5FD0; 
	scrollbar-highlight-color: #C4DFB6; scrollbar-3dlight-color: #CE5FD0; 
	scrollbar-darkshadow-color: #CE5FD0; scrollbar-track-color: #CE5FD0;
	scrollbar-arrow-color: #CE5FD0;
}
font.selected 
{
	font-family: Courier New, Courier, Serif;
	color: rgb(255,255,255);
	background-color: rgb(255,94,253);
	font-weight: bold;
	font-size: 15px;
}
div.content
{
	font-family: Courier New, Courier, Serif;
	color: rgb(0,0,0);
}
div.note
{
	font-family: Verdana,Arial,sans-serif;
	color: rgb(56,114,27);
	font-size: 10px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana;
}
h1
{
	color: rgb(255,102,51);
}
h2
{
	color: rgb(114,25,31);
	font-size: 14px;
	font-weight: bold;
	font-family: tahoma,verdana,arial,sans-serif;
}
h3
{
	color: rgb(153,153,51); 
}
h4
{
	color: rgb(255,102,51);
}
h5
{
	color: rgb(204,153,51);
}
h6
{
	color: rgb(153,153,51);
}

.tour					{ font-family: arial, helvetica, sans serif; font-size: 11px; line-height: 130%; color: #000000; text-decoration: none; font-weight: normal; }

TD.tour a				{ font-family: arial, helvetica, sans serif; font-size: 11px; line-height: 130%; color: #CC0000; text-decoration: none; font-weight: normal; }
TD.tour a:link			{ font-family: arial, helvetica, sans serif; font-size: 11px; line-height: 130%; color: #CC0000; text-decoration: none; font-weight: normal; }
TD.tour a:hover			{ font-family: arial, helvetica, sans serif; font-size: 11px; line-height: 130%; color: #333333; text-decoration: none; font-weight: normal; }
TD.tour a:active		{ font-family: arial, helvetica, sans serif; font-size: 11px; line-height: 130%; color: #000000; text-decoration: none; font-weight: normal; }
