﻿/* CSS Document */


/** GENERAL */

html, body {
/*	height: 100%;	*/
}

h1, h2, { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

h3, h4, { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

p { 
	font-style: normal; 
	font-weight: normal; 
	font-size: 14px; 
	line-height: 18px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #606a74;
	margin-top: 0;
	margin-bottom: 6px; 
}

/** TITLES AND TEXT */
.title { 
	color: #606a74;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 6px;
}

.title2 { 
	color: #003698;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 2px;
	text-transform:uppercase;
}


.title3 { 
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-left:10px;
	padding-top:6px;
	text-transform:uppercase;
}

.txt { 
	font-style: normal; 
	font-weight: normal; 
	font-size: 14px; 
	line-height: 18px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #606a74;
	margin-top: 0;
	margin-bottom: 6px; 
}

.txt_bottom { 
	color: #606a74; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12px; 
	line-height: 12px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	margin-top: 0px;
	margin-left:px;
	margin-bottom: 0px; 
}

/** IMAGES, MARGINS AND FLOATING */
.img1 {
border-bottom: 2px solid #ffffff;
}


.img3 {
margin-bottom:30px;
	
}



/** LINKS */

a {
	color: #003698;
	text-decoration:none; 
}

a:hover {
	color: #000000;
	text-decoration: underline; 
}


/** LISTS */

ul {
	margin: 0px; 
	padding: 0px;
}
.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: disc;
	line-height: 18px;
	list-style-position:inside;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: disc;
	line-height: 18px;
	list-style-position:inside;
}
.list2 li a {
	padding-left: 0px;
	border-bottom: 1px solid #ffffff;
	color:#003698;
	text-decoration:none ;
}
.list2 li a:hover{
	padding-left: 0px;
	border-color:#000000;
	color:#000000;
	text-decoration :none;
}	


