/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #81181D;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}


/** HEADINGS */

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

h1{
	color:#C4261D;
	font-size:300%;
	margin-top:20px;
	
	}
	
h2{
	color:#6FB215;
	font-size:170%;
	margin-bottom:5px;
	}	

h3{
	color:#6FB215;
	font-size:140%;
	}
	
h3 a {
	color:#6FB215;
	}	
	
/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #636363;
	}

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

strong {
	color:#333333;
	}


.text1 {
	color: #660000;

}

.text2 {
	
}

.text3 {
	
}

.text4 {
	
}

.text5 {
	}



/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding-left: 12px;
	background: url(images/homepage19.gif) no-repeat left center;
}

li {
list-style-type:circle;
}

/** LINKS */

a {
	color: #C4261D;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
}

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

.link2:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	color: #6FB215;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}


#footer .style1{
	color:#FFFFFF;
	}

/** BACKGROUNDS */



/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }



.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

	
	