/****************************************************
#####################################################
##-------------------------------------------------##
##           ARCHANGE- Version 1.6.0               ##
##-------------------------------------------------##
## Copyright = globbersthemes.com- 2011            ##
## Date      = MARS  2011                          ##
## Author    = globbers                            ##
## Websites  = http://www.globbersthemes.com       ##
##                                                 ##
#####################################################
****************************************************/

html {
position: relative;
min-height: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	text-align:center;
	background:#FFF;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	font-size:12.5px;
	color:#000;
	font-family:Calibri, Verdana;
	font-weight:normal;
	text-align:center;
	line-height:10px;

}

td{
	background:#FFF;
}
	

p{
	text-align:justify;
	text-valign:top;
	font-family: Calibri, Verdana;
	font-size:15px;
	font-weight:300;
	color:#39B24A;
	line-height:100%;
}

h1{
	text-align:left;
	text-valign:top;
	font-family: Calibri, Verdana;
	font-size:42px;
	font-weight:200;
	color:#39B24A;
	line-height:120%;
}


h2{
	text-align:justify;
	text-valign:top;
	font-family: Calibri, Verdana;
	font-size:20px;
	font-weight:700;
	color:#39B24A;
	line-height:100%;

}



h3{
	text-align:center;
	text-valing:top;
	font-family:Calibri, Verdana;
	color:#000;
	font-style:italic;
	font-weight:normal;
	font-size: 150%;
}

h4{
	text-align:left;
	text-valing:top;
	font-family:Calibri, Verdana;
	color:#000;
	font-style:normal;
	font-weight:normal;
	font-size: 120%;
	line-height:1.5;
}

h5{
	font-family:Calibri, Verdana;
	font-size:13px;
	color:#005A80;
}



h6{
	font-family:Calibri, Verdana;
	font-size:11px;
	color:#005A80;
}

h7{
	text-align:center;
	text-valing:top;
	font-family:Calibri, Verdana;
	color:#000;
	font-style:normal, italic;
	font-size: 200%;
	vertical-align:top;
}


/* Hipervinculos - Hypertext*/

a:link {
COLOR: #F7C63D;
}
a:visited {
COLOR: #DDAE1A;
}
a:hover {
COLOR: #DDAE1A;
}
a:active {
COLOR: #F7C63D;
}




footer {
	background-color: #2F8523;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 75px;
	width: 100%;
}