@charset "utf-8";

/********************************************
	Titutlo site | url
********************************************/

html {
height:100%;
background: #549ce4 url('../img/bg.jpg') center top no-repeat;
/*background-attachment:fixed;*/
font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
overflow-y: scroll;

}

*html {
background-attachment: scroll;
}

body {
min-height:625px;
}

*html body{
height:100%;}

.clear {
clear: both;
}

/* -- headings -- */
h1 {
	margin: 65px 0 10px;
	font-size: 20px;
	color: #0D4668;
	/*width: 100%;*/
	/*clear: both;*/
}

	h1.first_h1{
		margin-top: 10px;
	}

h2 {
	margin: 20px 0 5px;
	font-size: 16px;
	color: #265978;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 6px;
}

ul {
	margin-bottom: 10px;
}

li {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}

/* -- links -- */
a, a:link {
	color: #265978;
}
a:active {
	text-decoration: none;
	}
a:hover, a:active, a:focus {
outline:none;
color: #549CE4;
}

/* -- blockquotes -- */
blockquote {
	color: #444;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 4px 30px;
}

/* -- forms -- */
fieldset label, fieldset input, fieldset textarea, fieldset select {
	display: block;
	}
	fieldset select {
		font-size: 14px;
		width:336px !important;
		}
select option {
	font-family:: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
