body {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.style2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	
}
.style3 {
	color: #006699;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.nav_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: underline;
}
.nav_header {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.blue_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006699;
	font-weight: bold;
}
.style4 {color: #FFFFFF}
.style5 {font-size: 13px}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.normal_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006699;
}
.red_link {
}
.li_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.header {
	background: #005A8E;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.report_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #005A8E;
	height: 25px;
}
a.print:active, a.print:link, a.print:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #005A8E;
	text-decoration: none;
	padding: 2px;
}
a.print:hover {
	background-color: #B5E2F7;
	color: #666666;
}
.content_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FBDD63;
}
/* BUTTONS */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#005A8E;
    border:1px solid #DEDEDE;
    border-top:1px solid #DEDEDE;
    border-left:1px solid #DEDEDE;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color: #FFFFFF;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
input.btn {
	color:#FFFFFF;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:15px;
	font-weight:normal;
	background-color:#005A8E;
	border:1px solid;
	border-top-color:#DEDEDE;
	border-left-color:#DEDEDE;
	border-right-color:#DEDEDE;
	border-bottom-color:#DEDEDE;
}
.page_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #005A8E;
}
.page_transaction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
h3 {
	font-size: 16px;
}