body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight : normal;
    font-style: normal;
}

h1 {
	font-family:Arial, sans-serif;
	font-size: 16px;
	color: #ADCFD6;
	text-decoration: none;
	font-weight : bold;
    font-style: normal;
}

h2 {
	font-family:Arial, sans-serif;
	font-size: 14px;
	color: black;
	text-decoration: none;
	font-weight : bold;
    font-style: normal;
}

#footer {
    font-size: 11px;
    color: #000000;
    text-align: left;
}

#copyright {
    font-size: 10px;
    color: #000000;
    text-align: left;
}

table.bagrid {
	border-collapse: collapse;
}

table.bagrid td {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 5px;
	font-size: 12px;
} 

table.bagrid tr.odd {
	background-color: #E6E6E6;
} 

table.bagrid tr.even {
	background-color: #FFFFFF; 
} 

table.baclear {
	border-collapse: collapse;
}
table.baclear td {
	border-style: solid;
	border-width: 0px;
	padding: 5px;
	font-size: 12px;
} 

table.baclear tr.odd {
	background-color: #E6E6E6;
} 

table.baclear tr.even {
	background-color: #FFFFFF; 
} 

table.baoutline {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	border-collapse: collapse;
	padding: 10px;
	font-size: 12px;
}

table.baoutline td {
	border-style: none;
	padding: 5px;
	font-size: 12px;
} 

#search {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

/* new*/
table.side {
	border-left-style: solid;
	border-left-color: #DEEBEF;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #DEEBEF;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEEBEF;
	border-bottom-width: 15px;
	font-size: 12px;
}

table.side td {
	border-top-style: solid;
	border-top-color: #DEEBEF;
	border-top-width: 15px;
	padding: 5px;
	text-align: left;
    font-size: 12px;
}


#rolloverbutton a{
	text-align:center;
	color: #666666;
	line-height:22px;
	background-image:url('images/submit.jpg');
	height:24px;
	width:57px;
	display:block;
}

#rolloverbutton a:hover{
	color: #666666;
	text-decoration:none;
	line-height:22px;
	background-image:url(images/submit_on.jpg);
}
#rolloverbutton a:visited{
	color: #666666;
	text-decoration:none;
}


.table {
    border: 1px solid #ccc;
    border-spacing: 0px;
    border-collapse: collapse;
	margin-bottom: 0px;
}

.table_head 
{
    text-align:center;
}

.table_item
{
    text-align:left;
}

.tableup {
	border-right:4px solid #ccc;
	border-top: 5px solid #ccc;
	border-bottom:2px solid #ccc;
	border-spacing:0px;
	border-collapse:collapse;}

.tableuplast {
	border-top: 5px solid #ccc;
	border-bottom:2px solid #ccc;
	border-spacing:0px;
	border-collapse:collapse;}

.textintable{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	font-weight:bold;
	}

.tablecontent{
	text-align:center;
	border-right-style:hidden;
	border-right-color:#f4f9f7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:black;
}





