
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/flockbg.jpg) repeat;
	
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h1 {
	font-size: 200%;
	color: #C8006B;
	margin-bottom:10px;
	font-weight:bold;
	letter-spacing:1px;
}

h2 {
	font-size: 150%;
	color: #F9CADE;
	background-color:#A9A9A9;
	padding:5px;
	margin-bottom:5px;	
	font-weight:bold;
	letter-spacing:1px;
}

h3 {
	font-size: 120%;
	color: #C8006B;
	margin-bottom:5px;
	padding-top:10px;
	

}



/** TEXTS */

body{
	font-family: GillSans, Calibri, Trebuchet, sans-serif;
	font-size: 0.85em;
	color: #5B6D74;
}

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

ul {	
	list-style: square;
	line-height:200%;
	margin-bottom:20px;
}

blockquote {
	background-image:url(images/quote.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:50px;
	font-style:italic;
	
	}
	
.text1 {
	color: #C8006B;
	font-weight:bold;
	
}

/** LINKS */

a {
	color: #5B6D74;
}

a:hover {
	text-decoration: none;
}

/** FORMS */

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

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5B6D74;
	margin:5px 0;
}

/** MISC */

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

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

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

img.border {
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #E1DFD8;
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
	
}


.topborder{
padding-top:10px;
	border-top:1px solid #cccccc;
	}
