/* CSS Document */
<!--
.style1 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
a.anchors:link{
	font-size:14px;
	color: #004284;
}
a.anchors:visited{
	font-size:14px;
	color: #004284;
}
a.anchors:hover{
	font-size:14px;
	color: #2C6FB9;
}
a.anchors:active{
	font-size:14px;
	color: #004284;
}
ul{
text-align:left;
}

a:link {
	color: #004284;
}
a:visited {
	color: #2C6FB9;
}
a:hover {
	color: #2C6FB9;
}
a:active {
	color: #7FB3EF;
}
h1 {
	font-size: 16px;
	color: #004284;
}
h2 {
	font-size: 12px;
	color: #004284;
}
h3 {
	font-size: 18px;
	color: #004284;
}
.pullquote {
	width: 20%;
	float:right;
	font-size:125%;
	color: #004284;
	line-height:140%;
	margin:10px;
	background: url(../images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding: 0px 25px 5px 0px;
}
.pullquote:first-letter {
	background: url(../images/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 40px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

.pullquote2:first-letter {
	background: url(../images/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 40px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

.pullquote2 {
	width: 35%;
	float:right;
	font-size:125%;
	color: #004284;
	line-height:140%;
	margin:10px;
	background: url(../images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding: 0px 25px 5px 0px;
}


/*table code */
#datatable {
}

th{
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;

}
tr{
text-align:left;
}
tr.zebra2{
background-color:#ffffff;


}
tr.zebra1{
background-color:#ecf1f6;

}
td.ttabsblank{
background-color:#ffffff;
}

td.ttabs{
color:#FFFFFF;
background:url(../images/bg_header.jpg) no-repeat left top !important;
}

-->


