@charset "utf-8";

h1 {
	margin:0px;
	padding:0px;
	color:#0167bb;
	font-size:1.4em;
	line-height:1.8em;
	text-transform:uppercase;
}

h2 {
	margin:0px;
	padding:0px;
	color:#0167bb;
	font-size:1.2em;
}

h3 {
	margin:0px;
	padding:0px;
	color:#555555;
	font-weight:bold;
	font-size:1.1em;
}

h4 {
	margin:0px;
	margin-bottom:5px;
	padding:4px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1em;
	text-transform:uppercase;
	width:439px;
	background-color:#0167bb;
}

h4 a {
	color:#FFFFFF;
	text-decoration:none;
}
h4 a:hover {
	color:#CCCCCC;
}

p {
	margin:0px;
	padding:0px;
	color:#29261d;
	font-size:1.2em;
	line-height:1.8em;
	text-align:justify;
}

p a {
	text-decoration:underline;
	color:#000000;
}

p a:hover {
	color:#0167bb;
	text-decoration:none;
}

.error {
	color:#990000;
}

.errorBgColor {
	background-color:#FFCC66;
}

.bold {
	font-weight:bold;
}
.noBorder {
	border:none;
}
.black {
	color:#000000;
}
.alignC {
	text-align:center;
}
.italic {
	font-style:italic;
}
.link {
	font-weight:bold;
	color:#0167bb;
	cursor:pointer;
	text-decoration:underline;
}
	.link:hover {
		text-decoration:none;
	}

.nsize {
	font-size:12px;
	line-height:24px;
}

li {
	color:#29261d;
	font-size:1.2em;
	line-height:1.8em;
}