
/********/
/* page */
/********/

body {
	background-color:#FFFFFF;
	font-family: Arial;
	color: #000000;
}

a {
	color: #000000;

}


/********/
/* link */
/********/

#link-sit1 a {
        color: #FA3610;
}

#link-sit1 a:hover {
        color: #000000;
}

#link-sit2 a {
	color: #777777;
	text-decoration: none;
}

#link-sit2 a:hover {
	color: #FA3610;
	text-decoration: underline;
}

#link-myl a {
        color: #555555;
	text-decoration: none;
}

#link-myl a:hover {
        color: #FA3610;
	text-decoration: underline;
}

#link-fbk a {
        color: #777777;
}

#link-fbk a:hover {
        color: #FA3610;
}

/********/
/* text */
/********/

#textnns {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}

#textnnn {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
}

#textinn {
        font-family: Arial;
        font-size: 13px;
        font-weight: normal;
	color: #FFFFFF;
}

#textinn a {
	color: #FFFFFF;
	text-decoration: none;
}

#textnbn {
        font-family: Arial;
        font-size: 13px;
        font-weight: bold;
}

#textibn {
        font-family: Arial;
        font-size: 13px;
        font-weight: bold;
        color: #FFFFFF;
}

#textibn a {
        color: #FFFFFF;
        text-decoration: none;
}
	
#textnnb {
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
}

#textinb {
        font-family: Arial;
        font-size: 15px;
        font-weight: normal;
        color: #FFFFFF;
}

#textibb {
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        color: #FFFFFF;
}

#textibb a {
        color: #FFFFFF;
        text-decoration: none;
}

#textnbb {
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
}



