/* CSS Document */
@charset "utf-8";

img {
	border: 0px;
	}


/* default links */
a:link { color: #0C4CA3;; text-decoration: none;}
a:visited { color: #0C4CA3;; text-decoration: none;}
a:hover { color: #E6560F; text-decoration: none;}
a:active { color: #3C3532;text-decoration: none; }

p { 
	line-height: 1.3;
}

h1{
	font-size:20px;
	color:#9A1109;
	font-weight:bold;
}

h2{
	font-size:16px;
	color:#253542;
	font-weight:bold;
}

.attention {
	color:#E6550E;
	font-weight: bold;
	}

.header{
	font-size:20px;
	color:#9A1109;
	font-weight:bold;
}

