/*@charset "utf-8";*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	padding:0; margin:0; border:0;
	font-family:Minion Pro, Baskerville Old Face, Times New Roman, serif;
	text-align:left;
	color:#616265;
	line-height:1.4em;
	font-size:0.9em;
}

img {}

hr { border:1px dotted #999999; }
div.hr { border:1px dotted #999999; }
div.hr hr { display:none; }

/******* hyperlink and anchor tag styles *******/
a:link { background-color:transparent; color:#0C6D8E; text-decoration:none; }
a:visited { background-color:transparent; color:#0C6D8E; text-decoration:none; }
a:hover { background-color:transparent; color:#0C6D8E; text-decoration: underline; }
a:active { background-color:transparent; color:#0C6D8E; text-decoration:none; }

/************** header tag styles **************/
h1 {
	font-family:Minion Pro, Baskerville Old Face, Times New Roman, serif;
	margin:0;
	margin-left:5px;
	padding:0;
	font-size:1.8em;
	line-height:1.8em;
	margin-bottom:15px;
	color:#5B91C5;
}
h2 {
	font-family:Minion Pro, Baskerville Old Face, Times New Roman, serif;
	margin:0;
	padding:0;
	font-size:1.2em;
}
h3 {
	background:#FFFFFF;
	font-family:Minion Pro, Baskerville Old Face, Times New Roman, serif;
	color: #41678D;
	font-size:1.1em;
	text-align:left;
	line-height:1.2em;
	border-bottom:2px solid #5B91C5;	
	margin:0;
	padding:10px 0 5px 0;
}
h4 {
	background:#FFFFFF;
	font-family:Minion Pro, Baskerville Old Face, Times New Roman, serif;
	color:#98B97F;
	font-size:1.4em;
	font-weight:bold;
	text-align:left;
	line-height:1.6em;
	margin:0;
	padding:0 0 5px 0;
}

h2 a:link { color:#235B9C; }
h2 a:hover { color:#000066; }
h2 a:visited { color:#235B9C; }

acronym { cursor:help; border:0px; border-bottom:1px dashed black; }
table {font-size:1em;}
td { vertical-align:top;}

/* These are standard sIFR styles... do not modify */

