/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********************** RESET GLOBAL STYLES ***********************/

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px 0;
    line-height: 120%;
	font-weight: normal;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 11px;
}

p {
    margin: 5px 0px;
    padding: 0px;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0 0 20px;
}

fieldset legend {
    display: block;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #DADECF;
    box-shadow: 0 1px 0 #FFFFFF;
    margin: 10px 0 20px;
    padding: 0 0 5px;
}

ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;
}

ul li {
	margin: 0 0 0 3px;
	padding: 2px 0 2px 20px;
	background: transparent url(../images/li.png) no-repeat 0 5px;
}

ul li p {
	margin: 0;
}

a:link, a:visited {
    text-decoration: underline;
	color: #375807;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}