@charset "utf-8";
/* CSS Document */

/* Start color definitions 

red: #c30f00
grey: #87909d
dark grey: #555555

End color definitions */

/* Start general type settings */

h1{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 0.8em;
	color: #747474;
	line-height: 1.5em;
	letter-spacing:0.05em;
	font-weight:bold;
	margin-bottom: 0.35em;
}

h2{
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #115294;
	line-height: 1.5em;
	margin-bottom: 0.35em;
	font-weight: normal;
}

h3{
	font-family: "Arial",trebuchet MS,Helvetica, sans-serif;
	font-size: 0.7em;
	color: #555555;
	line-height: 1.3em;
	margin-bottom: 0.75em;
	font-weight: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
	line-height: 1.3em;
	margin-bottom: 1.3em;
}

	
	
strong {
	font-weight: bold;
}

bold {
	font-weight: bold;
}

i{
	font-style: italic;
}


em{
	font-style: italic;
}

/* End general type settings */




/* Start links  */

a {
	color:#163c9f;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif; 
}

a:link {
	color:#153d9f;
	text-decoration:none;
}

a:hover {
	color:#004aff;
	text-decoration:underline;
}

a:active {
	color: #153d9f;
}

a:visited {
	color:#153d9f;
}



/* End links*/
