.titles{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#023d83;
font-weight:bold;

}

.titles2{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#ff8a34;
font-weight:bold;

}

.tableFormat {
background-color:#e9e9e9;
margin-bottom:5px;

	
}

.tableFormat td {
padding: 5px;
	
}

.inner_table{
border: 1px solid #cccccc;
background-color:#ffffff;
padding:0px;

}

.indexText{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#023d83;
font-weight:bold;

}

.bodytext {
	font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#023d83;
}


.bodytext_lightblue {
	font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#0099FF;
}


.bodytext_darkblue{
	font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000066;
}

.bodytext_black{
	font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

.bodytext_red {
	font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FF0000;

}
.bodytext_green {
	font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#00CC33;
}

.bodytext_yellow {
	font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFF00;
}

.bodytext_brown {
	font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#663300;
}


table.textTable {
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
	border-collapse: collapse;
}
table.textTable th {
	border-width: 1px;	
	border-style: solid;
	border-color: #aaaaaa;	
}
table.textTable td {
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
}


.redtitle{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#fe5555;

}

a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#ff8a34;
font-weight:bold;

}

a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#023d83;

}

.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fe5555;
}

a.largelink{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#ff8a34;
font-weight:bold;

}

a.largelink:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#023d83;

}

a.largerlink{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#ff8a34;
font-weight:normal;

}

a.largerlink:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#023d83;

}

a.largerlink{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color:#ff8a34;
font-weight:normal;

}

a.largerlink2:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color:#023d83;

}

a.largerlink3{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color:#ff8a34;
font-weight:normal;

}

a.largerlink3:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color:#ff8a34;

}


/** VIRTUAL PAGINATION STYLES *******************************************************************/

/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle a{ /*Pagination links style*/
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#ff8a34;
font-weight:bold;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#023d83;
}