
/*--Created by Shinpei Kuga--------------------------------*/


/*--Small button-------------*/
.smallbuttontext {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	font-size: 11px;
	font-weight: bold;
	color: #3d86bb;
}

/*--blogtitlelink-------------*/
a.blogtitlelink:link {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	letter-spacing: 0px;
	font-size: 25px;
	margin-bottom:0px;
	margin-top:0px;
	color: #000000;
	text-decoration: underline;
}
a.blogtitlelink:hover {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	letter-spacing: 0px;
	font-size: 25px;
	margin-bottom:0px;
	margin-top:0px;
	color: #3d86bb;
	text-decoration: none;
}
a.blogtitlelink:visited {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	letter-spacing: 0px;
	font-size: 25px;
	margin-bottom:0px;
	margin-top:0px;
	color: #000000;
	text-decoration: underline;
}

/*--featuretitlelink-------------*/
a.featuretitlelink:link {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	letter-spacing: 0px;
	font-size: 18px;
	margin-bottom:0px;
	margin-top:0px;
	color: #000000;
	text-decoration: underline;
}
a.featuretitlelink:hover {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	letter-spacing: 0px;
	font-size: 18px;
	margin-bottom:0px;
	margin-top:0px;
	color: #3d86bb;
	text-decoration: none;
}
a.featuretitlelink:visited {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	letter-spacing: 0px;
	font-size: 18px;
	margin-bottom:0px;
	margin-top:0px;
	color: #000000;
	text-decoration: underline;
}

.commenttagstitle {
	font-family: Helvetica,Arial,Univers,Zurich BT;
	letter-spacing: 0px;
	font-size: 18px;
	margin-bottom:5px;
	margin-top:5px;
	color: #000000;
	
}

/*--Body Background-------------------------------------------*/

.whiteBackground {
	background-color: #ffffff;
	
} 

.ftbody
{
	background-color: #cccccc;
	margin: 0 0 0 0;
}

/*	handles the style for the TD in the menu */
.ftmenutd { 
	background-color: dddddd;
	
}

/*	handles the style for the TD in the menu */
.ftmenusurroundtd { 
	border-left: solid #eeeeee 1px;
	border-top:solid #eeeeee 1px;
	border-right: solid #aaaaaa 1px;
	border-bottom:solid #aaaaaa 1px;
}

.blogpostbody {
	padding-left:10px;
	padding-right:10px;
	width:300px;
}

.blogpostwide {
	padding-left:10px;
	padding-right:10px;
	width:95%;
}

.blogIndexImgCol {
	text-align:center;
	float:left;
	width:200px;
	height:90px;
	clear:both;
}

.blogIndexTxtCol {
	float:left;
	width:300px;
	height:90px;
}

.blogIndexHR {
	text-align:center;
	float:left;
	width:520px;
	clear:both;
	display:block;
}


