@charset "utf-8";
/* CSS Document */

/*	reset styles
	----------------------------------------------------*/

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin:0;
	padding:0;
}
img, fieldset {
	border:0;
}
#container {
	width:1000px;
	margin:0 auto;
}
/*Grey Page title*/
h1 {
	font-size:0.9em;
	color:#6a6a6a;
	font-weight:bold;
}
/*Italic signoff text*/
h2 {
	font-size:0.7em;
	color:#074b67;
	font-style:italic;	
}
/*Orange Header*/
h3 {
	font-size:0.9em;
	font-weight:bold;
	color:#ff6600;	
}
/*Language Bar text*/
h4 {
	font-size:0.6em;
	font-weight:bold;
	color:#ffffff;
}
p {
	font-size:0.7em;
	color:#074b67;
}
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a:active {
	color: #FFFFFF;
	text-decoration:underline;
}
