body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 10pt Verdana, Arial, Helvetica, sans-serif;
}
table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
input {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;}
select {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
form { display:inline;}

/* -----------------------------------*/
/* ---------- PAGE CONTAINER -----------*/
/* -----------------------------------*/


#page_container{
    text-align:left;
    background:#ffffff;
    border:1px solid #51B848;
}
.box{
	padding: 5px;
	background-color: #FFFFFF;
	border: solid 1px #003366;
	font-family: Verdena, Arial, Helvetica;
	}
table.body{
	padding: 5px;
	background-color: #FFFFFF;
	border-left: solid 1px #AFC6EB;
	border-top: 1px solid #FFFFFF;
	font-family: Verdena, Arial, Helvetica;
	}
table.body td{
	border-right: solid 1px #AFC6EB;
	border-bottom: 1px solid #AFC6EB;
	padding: 3px;
	}
table.body th{
	background-color: #cccccc;
	padding: 3px;
	border-right: solid 1px #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	}
.header_box {
	font-size: 12px;
	background-color:#51B848;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left:  0px solid #FFFFFF;
	border-right:  0px solid #FFFFFF;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	padding: 10px;
}
.subheader_box {
	font-size: 13px;
	background-color: #51B848;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	padding: 5px;
}
.subheader2_box {
	font-size: 12px;
	background-color:#cccccc;
	text-align: left;
	font-weight: normal;
	border-top: solid 0px #FFFFFF;
	border-right: solid 1px #AFC6EB;
}
.alternating_row_color1 {
	background-color: #FFFFFF;
	}
.alternating_row_color2 {
	background-color: #EAEAEA;
}

input.btn{
   cursor: pointer;
   border:1px solid;
   background-color:#FFFFFF;
	  }
.footer {
	font-size: 10pt;
	background-color:#51B848;
	text-align: left;
	font-weight: normal;
	color: #FFFFFF;
}
.calloutA {
	border: 1px dotted #FF0000;
	background-color: #FFFFFF;
}
.calloutB {
	border: 1px dotted #FF0000;
	background-color: #FFFFCC;
}
.style1 {color: #FF0000; font-weight: bold;}
.style2 {font-size: 14px; font-weight: bold;}
.style3 {font-size: 10px}
.style4 {color: #FFFFFF; font-weight: normal;}
.style5 {color: #FFFFFF;}
.text_title_header {
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	vertical-align: text-bottom;
}
.text_title_subheader {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: text-bottom;
	color: #000000;
}
.text_title_subheader2 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: text-bottom;
	color: #000000;
}
a {color: #0000FF; text-decoration: none;}
a:link{color: #006600;}
a:visited{color: #006600;}
a:active { color: #006600;}
a:hover {color: #CC0000; text-decoration: underline;}
a.menu_linkA:link{color: #FFFF00;}
a.menu_linkA:visited{color: #FFFF00;}
a.menu_linkA:hover{color: #FFFF00;}
a.menu_linkA:active{color: #FFFF00;}
a.menu_linkB:link{color: #FFFFFF;}
a.menu_linkB:visited{color: #FFFFFF;}
a.menu_linkB:hover{color: #FFFF00;}
a.menu_linkB:active{color: #FFFF00;}

hr {
	color: #666666;
	border: dotted;
}
ol {
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
}
.editor_box{
	background-color: #D1E3F6;
	padding: 3px;
	border: solid 1px #AFC6EB;
	}