a 
{
    color:#0066cc;
    cursor:pointer;
    outline-color:-moz-use-text-color !important;
    outline-style:none !important;
    outline-width:medium !important;
}

a:hover 
{
    color:#FF0000;
    text-decoration:underline;
}

a:link, a:visited 
{
    color:#0066CC;
    text-decoration:none;
}





h1, h2, h3, h4, h5, h6 {
    margin-bottom:10px;
    margin-top:10px;
}

h1 {
    color:#333;
	font-size:32px;
    line-height:32px;
}

h2 {
    color:#699E0F;
	font-size:160%;
}

h2.underline {
    border-bottom:1px solid #ccc;
}

h3 {
    color:#FB530C;
	font-size:145%;
}

h4 {
	color: #000;
    font-size:13px;
    font-weight:bold;
}

h5 {
	color: #878796;
	font-size:115%;
}

h6 {
	color: #7887A0;
	font-size:100%;
}


p {
    margin-bottom:6px;
}



    
em.box, em.file, em.directory {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}

em.box { 
	padding: 0px 2px 0px 2px;
	background:#f4f5f6;
	border: 1px dotted #aab4be;
}

em.file { 
	padding: 0px 0px 0px 13px;
	background: transparent url(Images/em_file.png) 0 1px no-repeat;
	color: #000000;
}

em.directory { 
	padding: 0px 0px 0px 16px;
	background: transparent url(Images/em_directory.png) 0 1px no-repeat;
	color: #000000;
}


 
ul.arrow, ul.arrow-big,
ul.checkbox, ul.checkbox-big,
ul.check, ul.check-big,
ul.star, ul.star-big,
ul.plus, ul.plus-big {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li,
ul.plus li {
	margin: 10px 0px 10px 0px;
	padding: 7px 0px 6px 35px;
	font-weight: bold;
	line-height: 100%
}

ul.arrow-big li,
ul.checkbox-big li,
ul.check-big li,
ul.star-big li,
ul.plus-big li {
	margin: 15px 0px 15px 0px;
	padding: 15px 0px 15px 60px;
	font-size: 200%;
	font-weight: bold;
}

ul.arrow li { background: url(Images/list_arrow.png) 0 0 no-repeat; }
ul.arrow-big li { background: url(Images/list_arrow_big.png) 0 0 no-repeat; }
ul.checkbox li { background: url(Images/list_checkbox.png) 0 0 no-repeat; }
ul.checkbox-big li { background: url(Images/list_checkbox_big.png) 0 0 no-repeat; }
ul.check li { background: url(Images/list_check.png) 0 0 no-repeat; }
ul.check-big li { background: url(Images/list_check_big.png) 0 0 no-repeat; }
ul.star li { background: url(Images/list_star.png) 0 0 no-repeat; }
ul.star-big li { background: url(Images/list_star_big.png) 0 0 no-repeat; }
ul.plus li { background: url(Images/list_plus.png) 0 0 no-repeat; }
ul.plus-big li { background: url(Images/list_plus_big.png) 0 0 no-repeat; }



 
ol.disc, ol.disc-big {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 15px;
}

ol.disc {
	padding: 0px 0px 0px 27px;
	background: url(Images/list_disc.png) 0 0 repeat-y;
}

ol.disc li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 12px;
	font-weight: bold;
	line-height: 28px;
}

ol.disc-big {
	padding: 0px 0px 0px 45px;
	font-size: 200%;
	background: url(Images/list_disc_big.png) 0 0 repeat-y;
}

ol.disc-big li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 20px;
	font-weight: bold;
	line-height: 45px;
}



span.note,
span.info,
span.alert,
span.download,
span.tip {
	display: block;
}

div.note, span.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #f4f5f6;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
	text-align:justify;
}

div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 44px;
}

div.info, span.info {
	background: #f4f5f6 url(Images/div_info.png) 10px 10px no-repeat;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}

div.alert, span.alert {
	background: #fff5eb url(Images/div_alert.png) 10px 10px no-repeat;
	border-top: 1px dotted #ffb4a0;
	border-bottom: 1px dotted #ffb4a0;
}

div.download, span.download {
	background: #f5faeb url(Images/div_download.png) 10px 10px no-repeat;
	border-top: 1px dotted #78be5a;
	border-bottom: 1px dotted #78be5a;
}

div.tip, span.tip {
	background: #fffdeb url(Images/div_tip.png) 10px 10px no-repeat;
	border-top: 1px dotted #ffc864;
	border-bottom: 1px dotted #ffc864;
}



blockquote.quotation {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	border: none;
	background: url(Images/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}

blockquote.quotation p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(Images/blockquote_end.png) 100% 100% no-repeat;
}ted

blockquote.quotation-big {
	margin: 10px 0px 10px 0px;
	padding: 50px 50px 50px 50px;
	border: none;
	background: url(Images/blockquote_big_start.png) 0 0 no-repeat;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 300%;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
}

blockquote.quotation-big p {
	margin: 0px -50px -50px 0px;
	padding: 0px 30px 50px 0px;
	background: url(Images/blockquote_big_end.png) 100% 100% no-repeat;
}



.tblsocial a:link,.tblsocial a:visited
    {
        color:#fff;
        }
        


.tblsocial a:hover
    {
        color:#ff0000;
        }
        
        
