/*--------------------------------------------------------------
# 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: bold;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}



h4 {
    font-size: 12px;
}

h5 {
    font-size: 11px;
}

h6 {
    font-size: 10px;
}

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

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

ul li {
	background: none;
	margin: 0 0 0 3px;
	padding: 0 0 0 15px;
}

.home #jm-main .jm-module.grey a:link,
.home #jm-main .jm-module.grey a:visited,
.home #jm-main .jm-module.stripe a:link,
.home #jm-main .jm-module.stripe a:visited,
.home #jm-main .jm-module.border a:link,
.home #jm-main .jm-module.border a:visited,
a:link, 
a:visited {
	color: #0eade1;
    text-decoration: underline;
}

.home #jm-main a:link,
.home #jm-main a:visited {
    color: #F0FF6F;	
}

a:hover,
.home #jm-main .jm-module.grey a:hover,
.home #jm-main .jm-module.stripe a:hover,
.home #jm-main .jm-module.border a:hover {
    text-decoration: none;
}

a img {
    border: none;
}