/* CSS Document */

body,td,th {
	font-size: 12px;
	color: #5c5c5c;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;   
	background-image:url(../images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
    scrollbar-highlight-color: #a9d8dc; 
    scrollbar-shadow-color: #a9d8dc; 
    scrollbar-arrow-color: #a9d8dc; 
    scrollbar-face-color: #FFFFFF; 
    scrollbar-3dlight-color: #a9d8dc; 
    scrollbar-darkshadow-color: #a9d8dc; 
    scrollbar-track-color: #a9d8dc
}

a:link     { color: #5c5c5c;	text-decoration: none}
a:hover    { color: #5c5c5c; text-decoration: underline; }
a:active   { color: #5c5c5c; text-decoration: none  }
a:visited  { color: #5c5c5c;}


.copy A:link { font-size: 11px; font-weight:none ; color : #6e6e6e; text-decoration : none }
.copy A:visited { font-size: 11px; font-weight:none ; color :#6e6e6e; text-decoration : none }
.copy A:active {font-size: 11px; font-weight:none ; color : #6e6e6e; text-decoration : none }
.copy A:hover {font-size: 11px; font-weight:none ; color : #6e6e6e; text-decoration : underline }

.inputbox {border: 1px solid #c4c4c4; background-color:#ffffff; font-size: 12px; color: #6C6C6C; height: 18px; width:100%}
h1 { color:#666666; font-family:"Osaka","‚l‚r ‚oƒSƒVƒbƒN"; font-size: 14px; line-height: 1.2em; font-weight: normal; margin: 0em; }
h2 { color:#666666; font-family:"Osaka","‚l‚r ‚oƒSƒVƒbƒN"; font-size: 14px; line-height: 1.2em; font-weight: normal; margin: 0em; }
h3 { color:#666666; font-family:"Osaka","‚l‚r ‚oƒSƒVƒbƒN"; font-size: 14px; line-height: 1.2em; font-weight: normal; margin: 0em; }
h4 { color:#666666; font-family:"Osaka","‚l‚r ‚oƒSƒVƒbƒN"; font-size: 14px; line-height: 1.2em; font-weight: normal; margin: 0em; }

#footer{
	width:800px;
	height:25px;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	color: #6e6e6e;
	background-repeat: repeat-x;
	padding-top: 10px;
	clear: both;
}

#footer a:link {
	color: #6e6e6e;
	text-decoration:none;

}
#footer a:visited {
	color: #6e6e6e;
	text-decoration:none;
}

#footer a:hover {
	color: #6e6e6e;
	text-decoration:underline;
}
#footer a:active {
	color: #6e6e6e;
	text-decoration:none;
}


