/** BASIC */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #797979;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797979;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
}

.text1 {
	text-transform: uppercase;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #383838;
}

.text2 {
	font-size: 11px;
	color: #454545;
}

.text3 {
	text-align: right;
	font-size: 9px;
	color: #696969;
}

/** LINKS */

a {
	color: #C50000;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	font-size: 10px;
	color: #4C0000;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	text-decoration: none;
	font-size: 9px;
	color: #FFFFFF;
}

a.link2:hover {
	text-decoration: underline;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 1px;
	margin: 20px 0px;
	background: url(images/homepage05.gif);
}
.sisalto {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #797979;
}

