body { 
	margin: 10px auto; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
   background-color: White;
   font-size: 9pt;
	color: #000000;
	width: 900px;
	
	}

p { 	
margin-bottom: 4px;	
margin-top: 2px;	
margin-right: 10px;	
margin-left: 10px;	
text-align: left; 
}
/* these are the DIVs */
.center {
	text-align: center;
	}		
.sm {
	font-size: 7pt;
	}	
.smIndent {
	font-size: 8pt;
	margin-left: 20px;}		

.bdTitle {
	font-size: 8pt;
	margin-left: 40px;
	font-weight: bold;
	}	
.frmTitle {
	font-size: 8pt;
	margin-left: 20px;
	font-weight: bold;
	}	
.block {
	margin-left: 20px; 
	margin-right: 20px; 
}
.firstLine {
	text-indent: 20px;
	text-align: justify;
}
.right {
	text-align: right; 
}
.blockWide {
	margin-left: 60px; 
	margin-right: 80px; 
}
.indent {
	margin-left: 30px; 
	margin-right: 20px; 
	text-align: left;
	text-indent: -20px;
}	
.box { 
	margin-left: 20px; 
	margin-right: 20px;
 	border: 1px solid Navy; 
 	padding: 2px; 
 	font-size: 8pt;
	font-weight: bold;
	text-align: center; 
	width: 90%; 
	background-color: #d6d6d6;
}	
.connectBox {
	margin-left: 10%; 
	margin-right: 10%;
 	border: 1px solid Navy; 
 	padding: 4pt; 
 	font-size: 8pt;
	text-align: left; 
	width: 80%; 
	background-color: #ffffff;
}	
.justify {
	text-align: justify;
	margin-bottom: 3px;
	text-indent: 0px;
}	
.caption {
	text-indent: 0px;
	margin: 0; 
	font-size: 7pt;
	text-align: center;
}	 	
.centerB { 
	text-align: center; 
	font-weight: bold; 
	padding: 4px;
}	
.rightB { 
	text-align: right; 
	margin-right: 10px; 
	font-weight: bold; 
}	
.footer { 
	color: #8b95af; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 	
	text-indent: 0; 
}
.cite {
	font-family: Times New Roman; 
	font-size: 11pt;
	font-style: italic;
	text-align: right;
	margin-right: 30px;
}	 	
.tag {
	font-size: 13pt; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;	
	font-weight: bold; 
	color: #bc252d; 
	text-align: right; 
	margin: 10px;
}	
.tag2 {
	font-size: 1.5em; 
	font-family: "Times New Roman", Times, serif;
	font-style: italic;	
	font-weight: bold; 
	color: #bc252d; 
	text-align: right; 
	margin: 10px;
}	

div#frontPage {
	text-align: center;
	margin-bottom: 2px; margin-top: 2px; margin-left: 10px; margin-right: 10px;
	text-indent: 0px;
	color: #8b95af;
	font-size: 8pt; font-weight: bold;
}	
div#frontPageL {
	text-align: left;
	margin-bottom: 2px; margin-top: 2px; margin-left: 20px; margin-right: 10px;
	text-indent: 0px;
	color: #afbcdc;
	font-size: 8pt; font-weight: bold;
}		
div#frontPageR {
	text-align: right;
	margin-bottom: 2px; margin-top: 2px; margin-left: 10px; margin-right: 20px;
	text-indent: 0px;
	color: #afbcdc;
	font-size: 8pt; font-weight: bold;
}		
/* for the content switchers */
div#switch {
	text-align: left; margin-left: 50px; 
	font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold;
	color: Navy; 
	}
div#content {
	text-align: left; margin-left: 80px; margin-right: 30px;
	font-family: "MS Sans Serif", Geneva, sans-serif; font-size: 9pt;
	background-color: #d6d6d6; padding: 8pt;
}

/* these are the colors */
.red {
	color: #bc252d; 
	}	
.blue {
	color: #5c5cd6;
}		
/* multi-columns */
div#sideLeft {
	margin-left: 10px; 
	padding: 4px; float: left; 
	width: 45%; font-size: 8pt; 
	text-align: justify;
	display: block;
}
div#sideRight {
	margin-right: 10px; 
	padding: 4px; float: right; 
	width: 45%; font-size: 8pt; 
	text-align: justify;
	display: block;
}
div#boxRight {
	margin-right: 10px; 
	padding: 4px; float: right; 
	width: 175px; height: 200px; 
		display: block; 
		border: 1px solid gray;
}
div#boxLeft {
	margin-left: 10px;
	margin-right: 20px;
	width: 260px; 
	padding: 4px; float: left; 
		display: block; 
		text-align: center;
}

	
 /* these are the link styles */
a, a:link, a:active, a:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 9pt; 
	color: #5c5cd6;
	margin-top: 2px; 
	margin-bottom: 2px;
	text-decoration: none;}	
a:hover {
	color: #FFFFFF;
	}
	
a.text, a:link.text, a:active.text, a:visited.text { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 9pt; 
	color: Black;
	text-decoration: none;}	
a:hover.text {
	color: #bc252d;
	}		
	
a.sm, a:link.sm, a:active.sm, a:visited.sm { 
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 8pt; 
	color: #d6d6d6;
	text-decoration: none;}	
a:hover.sm {
	color: #ffffff;
	font-size: 8pt;
		}

a.foot, a:link.foot, a:active.foot, a:visited.foot { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 7pt; 
	color: #8b95af;
	text-decoration: none;	}		
a:hover.foot {
color: #5c5cd6;
font-size: 7pt;	
}
a.pix, a:link.pix, a:active.pix, a:visited.pix {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 8pt; 
	color: Black;
	text-decoration: none;	
}
a:hover.pix {
	color: #5c5cd6;
}
/* these are the header styles */
h1 { 	
   font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000; 
	font-size: 18pt; 
	text-align: left;
	font-weight: lighter;
	margin-left: 10px; 
	margin-top: 4px; 
	margin-bottom: 4px;
	}
	
h2 {font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000; 
	font-size: 15pt; 
	text-align: left;
	font-weight: lighter;
	margin-left: 10px; 
	margin-top: 4px; 
	margin-bottom: 4px;
	}	

h3 {font-family: "Times New Roman", Times, serif;
	color: #000000; 
	font-size: 15pt; 	
	font-weight: bold; 
	font-style: italic;
	text-align: left;
	margin-left: 10px; 
	margin-top: 4px; 
	margin-bottom: 4px;
	}
	
h4 {font-family: "Times New Roman", Times, serif;
	color: #000000; 
	font-size: 13pt; 	font-weight: bold; 
	text-align: left;
	margin-left: 10px; 
	margin-top: 4px; 
	margin-bottom: 4px;
	}
/* ----------these are the table styles--------------------- */		
table#dotted	{
border: 1px dotted Gray; 
}	

table#dottedG	{
border: 1px dotted #ffffff; 
}	


table#borderA	{
border: 2px solid #5C5CD6;
}	

table#borderB {
border: 2px solid #5c5cd6;
}

table#form {
	border: 1px solid #8B95AF; padding: 4px;
	background-color: #dfe4ef;
}
table#calendar {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 8pt;
}
form#snug {
	margin-top: 0px; margin-bottom: 0px;
}
/* -----------------directory styles---------- */
th#office {
	text-align: center; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #d6d6d6; padding: 2pt;
}
td#foto {
	text-align: center;
	padding: 2pt;
	vertical-align: top;
	white-space: nowrap;
}
table#directory {
	border: 1px solid Gray;
}

/* form box styles */	
td#frmR	{
	text-align:right; 
	font: 9pt Arial, Verdana, "Sans Serif", bold; 
	color:#000000;
   font-weight: bold;
	 vertical-align: middle;
	 padding-right: 6px;	
	 padding-top: 2px; padding-bottom: 2px;
	 }
	
td#frmL	{
	text-align: left; 
	font: 9pt Arial, Verdana, "Sans Serif";
	font-weight: bold; 
	color:#000000;	
	 vertical-align: middle;
	 padding-left: 6px;
	  padding-top: 2px; 
	  padding-bottom: 2px;
	  }
	 
td#frmC	{
	text-align: center; 
	font: 9pt Arial, Verdana, "Sans Serif";
	font-weight: bold; 
	color:#000000;	
vertical-align: middle;
	 padding: 2px; 
	 }	 	
	 
/* optional form box styles */
	
input { vertical-align: middle;
}	

select { vertical-align: middle;
}	

checkbox { vertical-align: middle;
}

option { vertical-align: middle;
}

/* miscellaneous styles */
hr {
	text-align: center; width: 65%; color: #5C5CD6;
	}
	
#directory p {
	font-size: 90%;
}