/* Global Styles */

body {
	margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
background-position:inherit;
}
	body,td,th {
	
  font-family: "museo-sans-rounded",sans-serif;
}

	
.h1 {
  font-family: "museo-sans-rounded",sans-serif;
 	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	color:rgba(35,61,157,1);
  }
  .address {
  font-family: "museo-sans-rounded",sans-serif;
 	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	color:rgba(35,61,157,1);
	text-align:center;
  }
 

	
a {
	color: #233D9D;
	text-decoration: none;
	}
	
a:hover {
	color: #CCC;text-decoration: none;
	}

/* ID Styles */

div.shadow {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	border-radius: 0px 20px 20px 20px;
	}
	
	div.shadowNoCorners {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	}
	.rgbaopacity { background:rgba(192, 192, 192, 0.7); 
	border-radius-bottom-right: 10px;
	border-radius-bottom-left: 10px;
	font-size: 14px;
	text-align: left;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	}
	div.shadowTransparent {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	border-radius-bottom-right: 20px;
	border-radius-bottom-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
	border-radius: 0px 0px 20px 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	}



/* Class Styles */
	
.bodytext {
	border-top: solid thin #233D9D;
	color: #666;
	line-height: 22px;
	letter-spacing: -0.1pt;
	text-align: left;
	padding: 10px;
	font-family: "museo-sans-rounded",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	background-color: #FFF;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	background-repeat: no-repeat;
	background-position: bottom;	
	}
.table {
	color: #666;
	line-height: 22px;
	letter-spacing: -0.1pt;
	text-align: center;
	font-family: "museo-sans-rounded",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	background: none;
	}	

	
	
	
.subHeader {
	color: #666;
	line-height:30px;
	letter-spacing:-.2pt;
font-family: "museo-sans-rounded",sans-serif;
font-style: normal;
font-weight: 700;
	font-size: 11px;
	font-weight: normal;
	}

.footer {
	border-top:solid thin #233D9D;
	color:#666;
	line-height: 22px;
	letter-spacing: -0.1pt;
	text-align: center;
	padding: 5px 10px 10px 10px;
	font-family: "museo-sans-rounded",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	background-color: #FFF;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	border-radius-bottom-right: 20px;
	border-radius-bottom-left: 20px;
	border-radius: 0px 0px 20px 20px;
	}
	
