a { color: #8e8e8e; font-weight: bolder; font-size: 12px; font-family: Geneva, Helvetica, Arial, "Times New Roman", Times, Georgia, Swiss, SunSans-Regular; text-decoration: none }
h1 { color: #000; font-size: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h2 { color: #b0b0b0; font-size: 13pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h3 { color: #888; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h4 { color: #000; font-style: normal; font-weight: lighter; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; vertical-align: top; margin-top: 0px; margin-bottom: 0pt; padding: 4px; height: 0px }
td {
	color: #000;
	font-size: 12pt;
	font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular;
	line-height: 15pt;
	background-color: #ffffFF;
}

.title { font-size: 20pt; font-weight: 400; font-style: normal; text-align: left; font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular }
.subtitle { font-size: 14pt; font-weight: 200; font-style: italic; text-align: left; font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular  ; }

.quotes { color: #004274; font-size: smaller; font-style: italic; line-height: normal; }
.quote_reference { color: #004274; font-size: smaller; font-weight: bolder; line-height: normal; }

.menu  { color: #7b9bb4; font-size: 11px; font-family: sans-serif; font-weight: 700; text-decoration: none; padding-right: 8px; padding-left: 8px }
a:link   { color: #7b9bb4; font-size: 11px; font-family: sans-serif; font-weight: 700; text-decoration: none; display: block }
a:visited  { color: #7b9bb4; font-size: 11px; font-family: sans-serif; font-weight: 700; text-decoration: none; display: block }
a:hover  { color: #004274; font-size: 11px; font-family: sans-serif; font-weight: 700; text-decoration: none; display: block }
a:active  { color: #7b9bb4; font-size: 11px; font-family: sans-serif; font-weight: 700; text-decoration: none; display: block }


body {
    margin: 0;
    padding: 0;
    background: #fff;
	font-family:arial;	
	font-size:12px;
}

body img {
	border:none;
}

#container {
    width: 900px;
    padding: 0;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}

/* ---------------------------- */
.boxed {
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.65);
    -moz-box-shadow: 0 4px 12px rgba(0,0,0,0.65);
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.65);
    margin: 2px;
    padding: 7px;
    font-size: 14px;
    margin-bottom: 10px;
}

.ext-ie .boxed {
    border: 1px solid #ccc;
    background-color: #fff;  
	zoom: 1;  
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=3);
}

.ext-ie .boxed-inner {
    position:relative;
    font-size: 14px;
}

.boxed h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	/* text-decoration:underline; */
	/*padding-bottom:10px; */
	padding-top:10px;
	border-top: 1px solid #ddd;
	margin-bottom: 8px;
	margin-top: 8px;
}

ul {
	list-style-type:square;
}

th {
	text-align:right;
	vertical-align:top;
	color: #444;
}
 
/* ---------------------------- */

