/** BASIC */

body {
	margin: 0px 0px;
	padding: 0px;  
	background-repeat: no-repeat;
  background-position: center center;
  background-attachment:fixed;
  font: 75%/1.5em Verdana, Tahoma, arial, sans-serif;
}

/** FORMS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, input, textarea, select {
font: 75%/1.5em Verdana, Tahoma, arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 0.6em;
	text-align: justify;
}

.p1{
text-align:right;
}

.text1 {
	font-size: 12px;
	color: #FFFFFF;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	font-size: 10px;
	color: #D7D8D5;
}

.text4 {
	font-size: 21px;
	font-weight: bold;
	color: #5D5E56;
}

.text5 {
	color: #83857C;
}

.text6 {
	font-size: 11px;
	font-weight: bold;
}

.text7 {
	font-size: 13px;
}

/** LINKS */

a {
	color: #102572;
	text-decoration: none;
}

a.h2 {  
font-size:1.0em;
color: #009C00;
font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a.link1 {
	text-decoration: none;
	color: #FFFFFF;
}

a.link1:hover {
	text-decoration: none;
	color: #4265E6;
}

a.link2 {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.link2:hover {
	text-decoration: underline;
	color: #4265E6;
}

a.link3 {
	color: #000000;
	text-decoration: none;
  font: 100%/1.5em Verdana, Tahoma, arial, sans-serif;
}

a.link3:hover {
	text-decoration: underline;
	color: #4265E6;
  font: 100%/1.5em Verdana, Tahoma, arial, sans-serif;
}

a.link4 {
	color: #000000;
	text-decoration: none;
  font: 100%/1.5em Verdana, Tahoma, arial, sans-serif;
  font-weight: bold;
}

a.link4:hover {
	text-decoration: none;
	color: #ffffff;
  font: 100%/1.5em Verdana, Tahoma, arial, sans-serif;
  font-weight: bold;
}

