/* CSS definition file containing site wide stylesheets */

.grey_cell {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	background-color: rgb(234,237,239);
 	padding-left: 10px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.table_title {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(51,56,147);
 	font-weight: bold;
 	background-image: url( "../assets/images/grey_bar_slice.jpg" )
}

.title_text {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 16px;
 	color: rgb(0,0,128);
 	font-weight: bold;
 	border-bottom: 2px solid rgb(51,56,147)
}

.goto_button {
	background-image: url( "../assets/images/grey_bar_slice2.jpg" );
 	border-left: 1px solid rgb(24,39,81);
 	border-top: 1px solid rgb(24,39,81);
 	border-bottom: 1px solid rgb(24,39,81)
}

.side_menu {
	font-size: 13px;
 	color: rgb(37,56,135);
 	text-decoration: none ;
 	font-variant: small-caps;
 	text-align: left;
 	text-indent: 10px;
 	background-image: url( "../assets/images/1px_menu2.jpg" );
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.links {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 16px;
 	color: rgb(51,56,147);
 	font-weight: bold;
 	text-decoration: none ;
 	background-image: url( "../assets/images/grey_bar_slice21.jpg" );
 	padding: 3px
}

.footer {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10px;
 	color: rgb(24,39,81);
 	background-color: rgb(242,242,242);
 	padding-bottom: 10px
}

.menu_top {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 13px;
 	color: rgb(24,39,81);
 	font-variant: small-caps;
 	text-align: center;
 	background-image: url( "../assets/images/1px_menu.jpg" )
}

.arrow {
	background-image: url( "../assets/images/arrow3_small_flipped.jpg" );
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.title_text_sub {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 14px;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	background-color: rgb(51,56,147);
 	background-repeat: no-repeat;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.inverted_grey {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(51,56,147);
 	font-weight: bold;
 	background-image: url( "../assets/images/grey_bar_slice21.jpg" );
 	background-repeat: repeat-x;
 	border-bottom: 2px solid rgb(51,56,147)
}

.textboxblueborder {
	border-left: 1px solid rgb(24,39,81);
 	border-bottom: 1px solid rgb(24,39,81)
}

.body_text {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	text-align: justify
}

.image_holder {
	text-decoration: none ;
 	background-color: rgb(234,237,239);
 	border: 2px solid rgb(50,57,147)
}

.white_cell {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	text-align: left;
 	clear: none;
 	padding-left: 10px
}