.text,td
{
	font-family				:	Arial;
	font-style 				:	normal;
	font-weight 	        :	normal;
	font-size				:	11px;
	color					:	#000000;
	font-variant            :	normal;
	text-decoration	        :	none;
}

a:link 
{ 
	font-family				:	Arial;
	font-style 				:	normal;
	font-weight 	        :	normal;
	font-size				:	11px;
	color					:	#AD366B;
	font-variant	        :	normal;
	text-decoration	        :	none;
}


a:visited 
{ 
	font-family				:	Arial;
	font-style 				:	normal;
	font-weight 	        :	normal;
	font-size				:	11px;
	color					:	#AD366B;
	font-variant	        :	normal;
	text-decoration	        :	none;
}


a:hover 
{ 
	font-family				:	Arial;
	font-style 				:	normal;
	font-weight				:	normal;
	font-size				:	11px;
	color					:	#AD366B;
	font-variant	        :	normal;
	text-decoration	        :	none;
}


a:active 
{ 
	font-family				:	Arial;
	font-style 				:	normal;
	font-weight 	        :	normal;
	font-size				:	11px;
	color					:	#AD366B;
	font-variant	        :	normal;
	text-decoration	        :	none
}

body{
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #0B6486;
	scrollbar-shadow-color: #0B6486;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #0B6486;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	}
	
	
	.info-box {
position: absolute;
top: 3%;
left: 25%;
padding: 1em;
visibility: hidden;
z-index: 999;
}

#text {
font-family:Arial;
font-style:	normal;
font-weight:normal;
color:	#000000;
width:510px;
}

.copyright
{
	font-family				:	Arial;
	font-style 				:	normal;
	font-weight 	        :	bold;
	font-size				:	11px;
	color					:	#FFFFFF;
	font-variant            :	normal;
	text-decoration	        :	none;
	padding-top: 30px;
}

.community
{
	padding-bottom: 12px;
}

.topnavi
{
	padding-top: 2px;
	padding-right: 20px;
}

input, select, textarea, button { color:#064861; border:1px solid #064861; background-color:#ffffff; font-family:verdana; font-color:#ffffff; font-size:11px; }

#loadingNotice{
position:absolute;
width:250px;
z-index:50;
top:50%;
left:35%;
font-weight:bold;
background-color:#82DDFF;
border:#A73566 thin solid;
padding:20px;
color:#333333;
}