/*--------------------------------------------------------------
# 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 ***********************/

fieldset, form, label, legend, caption, tfoot {
    margin: 0;
    padding: 0;
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 5px 0px;
    line-height: 120%;
	font-weight: normal;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
	font-weight: bold;
}

h6 {
    font-size: 11px;
	font-weight: bold;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

p {
    margin: 5px 0px;
    padding: 0px;
}

ul {
    margin: 5px 0;
    padding: 0 0 0 20px;
    list-style: disc;
}

ul li {
	margin: 3px 0;
	padding: 0;
}
#content ul li{
	color: #3488b9;
}
a:link, a:visited {
    text-decoration: underline;
    color: #5f5f5f;
	cursor: pointer;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}