body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#013473;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

a{
	color: white;
	text-decoration: underline;
}

.gem_table{
	color: black;
	
}

.gem_table thead th{
	background-repeat: repeat-x;
}

a:hover{
	color: red;
	text-decoration: underline;
}


.title_section {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #023672;*/
	color:#FFFFFF;
	font-size:110%;
	font-weight: bold;
	padding:23px 0px 23px 33px;
}

.title_section_outer {
	padding-bottom: 5px;
}

div.navigation {
	background-color: #DAF5FF;
	width: 120px;
	text-align: left;
	margin: 0px;
	height: auto;
	padding: 0px;
	border: 1px solid #0099FF;
	
}

div.login {
	float: left;
	width: 40px;
	height: 15px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#login_buttons ul {
	list-style-type: none;
	height: 15px;
	width: 40px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#login_buttons li {
	font-size:  smaller;
	
	display: block;
	list-style-type: none;
	height: 15px;
	width: 40px;
	text-align: center;
	
}
#login_buttons li a {
	color: #00418F;
	background-color:transparent;
	text-decoration: none;
	display: block;
	height: 15px;
	width: 40px;

}
	
html>body #login_buttons li a {
	width: auto;
	}
	
#login_buttons li a:hover {
	list-style-type: none;
	color: #E69400;
	text-decoration: none;
	display: block;
	width: 40px;
	height: 15px;
}

/* Custom client CSS */

.menu_right{
	float: right;
}

