@charset 'UTF-8';

strong { font-weight:bold;}
em { font-style:italic;}

body { 

}

p {
	color:#000;
	line-height:1.5em;
	margin-bottom:13px;
	clear:both;
	font-size:1.1em;
	text-align:justify;
}

.leftCol p a {
	color:#125b7a;
}

a {

}

a:hover {

}

h1,h2,h3 {
	font-size:2.3em;
	color:#125b7a;
	font-weight:bold;
	display:block;
	margin-bottom:40px;
	margin-top:15px;
}

h2 {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:15px;
}

h3 {
	font-size:1.3em;
	color:#5a5a5a;
	margin-bottom:10px;
	margin-top:10px;
}


ul {
	font-size:1em;

	margin-bottom:10px;
}

ul li {
	background:url(/images/background/li.png) 0 8px no-repeat;
	padding-left:15px;
	line-height:20px;
	line-height:1.6em;
	font-size:1.1em;
	
}

ul li ul {

}

ul li ul li {

}

table {

}

table th {

}

table td {

}

.gray {color:#5a5a5a;}

.redText { color:red !important;}
