/*
	GlobalFont CSS 
*/


* BODYTD */

body {
	font-size:14px;
	color:#333333;
	line-height:140%;
}

td {
	font-size:13px;
	color:#666666;
	line-height:130%;
}

.big {
	font-size:16px;
}
.middle {
	font-size:15px;
}
.small {
	font-size:12px;
}

.site-seo {
	font-size:13px;
	color:#666666;
	line-height:130%;
}


/* Link */
a {color: #666666;}
a:visited {color: #666666;}
a:hover {	color: #000000;}
a:active {color: #FF4210;}


HR {
  color: #cccccc;
}

#to-homepage {
float : left ;
}
#to-top-of-page {
float : right ;
}
#content {
clear : both ;
}