@charset "utf-8";
/* CSS Document */
body {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	margin: 0px;
 	*margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
}

h1 {
	vertical-align: middle;
	color: #400A24;
	font: 1.35rem Helvetica, Arial, sans-serif;	
	font-weight: lighter;
	font-style: normal;
	clear: both;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

h2 {
	/**margin-top:-5px;*/
/*font-weight: 300;*/
        margin-top: 25px;
        margin-bottom: 5px;
	color: #400A24;
	font: 16px Helvetica, Arial, sans-serif;	
	letter-spacing: -0em;
	line-height: 15px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	clear: both;
}

img {
  max-width:100%;
  max-height:100%;
}


h3 {
	/**margin-top:-5px;*/
/*font-weight: 300;*/
        margin-top: 20px;
        margin-left: 12px;
        margin-bottom: 5px;
	color: #400A24;
	font: 14px Helvetica, Arial, sans-serif;	/*color:#0038A6;*/	/*letter-spacing:.03em;*/
	letter-spacing: -0em;
	line-height: 15px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	clear: both;
}


h4 {
	font-size: 16px;
	/*font-weight: bold;*/
	color: #400A24;
	letter-spacing: 0em;
	font-weight: bold;
}

p {
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: 300;
	vertical-align:middle;
	color:#000;
	line-height: 130%;
}


hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	padding: 0px;
}
	
blockquote {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	line-height:1.2em;
	text-align:center;
	font: 16px bold Helvetica, Arial, sans-serif;
	color:#0038A6;
	display:block;
	background-color:#FFFFFF;
	border-top: 2px solid #0038A6;
	border-bottom: 2px solid #0038A6;
}	

/* Anchor Tags */
/* link colors */

a:link {
	text-decoration: none;
	/* color: #03F; */
        //color: #3361b8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CAE4FF;
}


a:active {
	text-decoration: none;
	/* color: #03F; */
        color: #3361b8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CAE4FF;
}


a {
	text-decoration: none;
	/* color: #03F; */
        //color: #3361b8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CAE4FF;
}
a.smalllink {
font-size: 85%;
}
a:visited {

	text-decoration: none;
	/* color: #03F; */
	color: #3361b8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CAE4FF;

}

a:hover {
	color: #333333;
	//background-color:  #DFEFFF;
	border-bottom-width: 1px;
	//border-bottom-style: dotted;
	//border-bottom-color: #09C;
}

a img {
border: none !important;
/* display: block; */
}

a:hover img {
border: none !important;
/* display: block; */
}

pre {
    font-family: "Courier New", Courier, monospace;	
    padding: 8px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 300;
    color:#294635;
    line-height: 100%;   
}

.redline {
 color: red;   
}

