/* http://techarays.net/ 
   Author : Techarays
   Notice: Use with caution
    */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: 'Raleway',sans-serif !important;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
#menui{
	display: inline;
	float: left;
	/*color: #0ECFEC;*/
}
#fmenus{
	  width: 100%;

}
div#fmenu {
width: 100%;
float: left;
}
li#menui a {
padding: 5px 8px;
font-size: 14px;
}
p > span {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

p {
    color: #7c7b7b;
    font-size: 14px;
    margin: 0 0 10px;
    padding-top: 12px;
    text-align: justify;
     line-height: 18px;
}
.ul_setting {
    color: #000;
    font-size: 14px;
    list-style-type: disc;
    padding-left: 20px;
}
..ul_setting li{
	font-weight: bold;
}
