@charset "utf-8";
/* CSS Document */

.bold_text {
font-weight:bold;
}

.bold_larger_text {
font-weight:bold;
font-size:110%;
}

.larger_text {
font-size:110%;
}

.red_bold_text {
color:#F00;
font-weight:bold;
}

.center {
text-align:center;
}

.image_center {
text-align: center;
margin:0px auto;
padding:10px;
}

.image_right {
float:right;
padding:10px;
}

.image_left {
float:left;
padding:10px;
}

.table_half_size {
margin-top: 10px;
border: 1px solid black;
border-collapse:collapse;
}

.table_half_size td {
border: 1px solid black;
padding:4px 4px 4px 4px;
}

.table_half_size th {
border: 1px solid black;
padding:4px 4px 4px 4px;
width: 115px;
font-weight: bold;
color:#000;
background-color:#FFD148;
text-align:left;
}

.table_full_size {
margin-top: 20px;
border: 1px solid black;
border-collapse:collapse;
width:530px;
}

.table_full_size td {
border: 1px solid black;
padding:4px 4px 4px 4px;
}

.table_full_size th {
border: 1px solid black;
padding:4px 4px 4px 4px;
width: 115px;
font-weight: bold;
color:#000;
background-color:#FFD148;
text-align:left;
}


.table_custom_size {
margin-top: 20px;
background-color:#000;
}

.column_heading_colour1 {
width: 115px;
font-weight: bold;
color:#000;
background-color:#87D6DB;
}

.column_heading_colour2 {
width: 115px;
font-weight: bold;
color:#000;
background-color:#FAB8C4;
}

.column_data {
background-color:#FFFFFF;
}

h3 {
color: #0079B1;
}


h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 135%;
 font-weight: bold;
 color: #FFF;
 background-color:#0079B1;
 padding:4px;
 padding-left:8px;
}

.h2_black {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 135%;
 font-weight: bold;
 color: #FFF;
 background-color:#1D2F36;
 padding:4px;
 padding-left:8px;
}

.heading2_black {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 105%;
 font-weight: bold;
 color: #000;

}

.table_heading {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 110%;
 font-weight: bold;
 color: #FFF;
 background-color:#F60;
 width:170px;
 margin-right:20px;
}

.link_btn_blue {
font-weight:bold;
background-color:#BCE9EB;
background-image:url(/images/green_arrow_boxed.png);
background-position: center right;
background-repeat:no-repeat;
padding: 5px 24px 5px 8px;
font-size:110%;

}

.link_btn_blue:link { color: #0079B1; text-decoration: none; }
.link_btn_blue:visited {color: #0079B1; text-decoration: none; }
.link_btn_blue:hover { text-decoration: none; color:#BCE9EB; background-color:#0079B1;}
.link_btn_blue:active { color: #0079B1; text-decoration: none; }


ul { list-style-image: url("/images/greenbox_bullet.jpg"); } 
