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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
}

#content {
	color:#333;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold;
}

h1, h2 {
	color:#0044aa;
	font-size:1.5em;
	line-height:1.5em;
	margin-bottom:1em;
}
h3 {
	color:#0044aa;
	font-size:1.0em;
	line-height:1.0em;
	margin-bottom:1em;
}
h4 {
	color:#0044aa;
	font-size:1.3em;
	line-height:1.0em;
	margin-bottom:1em;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.2em;
	margin-bottom:0.8em;
	font-size:1.0em;
}


a {
	text-decoration:none;
	color:#3399ff;
}


.error {
	color:#ff0000;
	font-weight:bold
}

.darkblue {
	color:#0044AA;
}
	
.darkbluebold {
	color:#0044AA;
	font-weight:bold
}


.foottext {
	color:#0044aa;
	font-size:10px;
	font-weight:bold;
}

