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

/*********************** FOR PRINT ***********************/ 

body {
    font-size: 12px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
	color: #4d4d4d;
    margin: 0;
	padding: 10px;
}

.componentheading {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 0;
	font-weight: normal;
	font-family: Georgia;
}

.contentheading, .componentheader {
    font-size: 18px;
    padding: 5px 0;
	font-weight: normal;
	font-family: Georgia;
}

.small {
    color: #777;
    padding: 0;
    line-height: 11px;
}

.createdate {
	color: #777;
    padding: 0;
}

.author {
	color: #777;
    padding: 3px 0;
}

.modifydate {
	color: #777;
    padding: 10px 0 0 0;
}

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

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

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

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

ul li {
	background: transparent url(../images/li.png) no-repeat scroll 0 7px;
	margin: 0 0 0 3px;
	padding: 0 0 0 20px;
}

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

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}