/*--------------------------------------------------------------
# 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;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #860005;
}

h1 {
    font-size: 21px;
}

h2 {
    font-size: 17px;
}

h3 {
    font-size: 15px;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 12px;
}

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

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

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

p {
    margin: 10px 0;
    padding: 0;
    font-size: 12px;
}

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

ul li {
    background: url(../images/mainlevel.png) no-repeat;
    background-position: 0 7px;
    padding: 0 0 0 15px;
	margin: 0;
	font-size: 12px;
}

a:link, a:visited {
    color: #940006;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}