﻿/* =============== img border swap =============== */

.profile .imgBorder a:link img,
.profile .imgBorder a:visited img,
.link .imgBorder a:link img,
.link .imgBorder a:visited img,
.entertainment .imgBorder a:link img,
.entertainment .imgBorder a:visited img {
	border : 3px solid #e6e6e6;
}

.profile .box .imgBorder a:link img,
.profile .box .imgBorder a:visited img,
.link .box .imgBorder a:link img,
.link .box .imgBorder a:visited img,
.entertainment .box .imgBorder a:link img,
.entertainment .box .imgBorder a:visited img {
	border : 3px solid #ffffff;
}

.profile .imgBorder a:hover img,
.link .imgBorder a:hover img,
.entertainment .imgBorder a:hover img {
	border : 3px solid #ff401a;
}

.profile .imgBorder a:hover,
.link .imgBorder a:hover,
.entertainment .imgBorder a:hover {
	border-color : #ff401a;
}

.business .imgBorder a:link img,
.business .imgBorder a:visited img {
	border : 3px solid #e6e6e6;
}

.business .box .imgBorder a:link img,
.business .box .imgBorder a:visited img {
	border : 3px solid #ffffff;
}

.business .imgBorder a:hover img {
	border : 3px solid #ab6c34;
}

.business .imgBorder a:hover {
	border-color : #ab6c34;
}

.utility .imgBorder a:link img,
.utility .imgBorder a:visited img {
	border : 3px solid #e6e6e6;
}

.utility .box .imgBorder a:link img,
.utility .box .imgBorder a:visited img {
	border : 3px solid #ffffff;
}

.utility .imgBorder a:hover img {
	border : 3px solid #ff0000;
}

.utility .imgBorder a:hover {
	border-color : #ff0000;
}

.index .imgBorder a:link img,
.index .imgBorder a:visited img {
	border : 3px solid #ffffff;
}

.index .imgBorder a:hover img {
	border : 3px solid #ff0000;
}

.index .imgBorder a:hover {
	border-color : #ff0000;
}

/* =============== heading =============== */

#pageTitle h1.h1text{
	padding:0;
	color:#ffffff;
	font-size:88%;
	font-weight:bold;
	display:inline;
}

/* =============== list =============== */

#contents ul{
	line-height:150%;
	margin:-2px 0 3px 20px ;
}

#contents ol{
	line-height:150%;
	margin:-2px 0 1px 20px ;
}

#contents li.text{
	line-height:122%;
	margin:2px 0 0 0 ;
}

#contents li.stext{
	line-height:121%;
	margin:1px 0 0 0 ;
}

/* =============== text =============== */

.lltext{
	font-size:128%;
}

p.lltext{
	line-height:112%;
	margin:-3px 0 2px 0;
}

.ltext{
	font-size:88%;
}

p.ltext{
	line-height:115%;
	margin:-2px 0 1px 0;
}

.text{
	font-size:80%;
}

p.text{
	line-height:125%;
	margin:-2px 0 1px 0;
}

.dtext{
	font-size:72%;
}

p.dtext{
	line-height:122%;
	margin:-2px 0 1px 0;
}

span.dtext{
	line-height:122%;
}

.stext{
	font-size:60%;
}

p.stext{
	line-height:120%;
	margin:0 0 1px 0;
}

.copyText{
	font-size:72%;
}

p.copyText{
	line-height:125%;
	margin:-1px 0 1px 0;
}

.naviText{
	font-size:72%;
}

p.naviText{
	line-height:125%;
	margin:-2px 0 1px 0;
}

.bcText{
	font-size:60%;
}

p.bcText{
	line-height:120%;
	margin:0 0 1px 0;
}

.footText{
	font-size:60%;
}

p.footText{
	line-height: 120%;
	margin: 0 0 1px 0;
}

.pluginDownLoadText{
	color:black;
	font-size:100%;
	background-color:#006699;
}

