/* Global styles */
body {
	background-color:#F6F6F6;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #464646;
}
td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #464646;
}
select {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #464646;
	border:1px solid #CCCCCC;
}
select:hover, select:active {
	border:1px solid #BBD6E9;
}
option {
	padding:2px;
}
div {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #464646;
}
span {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #464646;
}
input {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #464646;
	cursor:pointer;
	border:1px solid #CCCCCC;
	padding:2px;
}
input:hover, input:active {
	border:1px solid #BBD6E9;
}
button {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #464646;
	cursor:pointer;
}
textarea {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #464646;
	border:1px solid #CCCCCC;
	padding:2px;
}
textarea:hover, textarea:active {
	border:1px solid #BBD6E9;
}
p {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #464646;
}
a {
	color: #41658b;
	text-decoration: underline;
}
a:hover {
	color: #41658b;
	text-decoration: none;
}
h1 {
	position: relative;
	float: left;
	clear: both;
	font-weight: bold;
	font-size: 16px;
	color: #001C52;
	width:770px;
	margin-bottom:15px;	
	margin-top:10px;
}
h2 {
	position: relative;
	float: left;
	clear: both;
	font-weight: bold;
	font-size: 14px;
	color: #001C52;
	width:770px;
	margin-bottom:15px;	
	margin-top:10px;
}
h3 {
	position: relative;
	float: left;
	clear: both;
	font-weight: bold;
	font-size: 12px;
	color: #001C52;
	width:770px;
	margin-bottom:15px;	
	margin-top:10px;
}

/*Buttons*/
input[type=submit], input[type=button], button, .button {
	border: 1px solid #77d5f7;
	background: #41658b url(images/ui-bg_glass_45_41658b_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 120px;
	padding:2px;
	display: block;
	text-align: center;
}
input[type=submit]:hover, input[type=button]:hover, button:hover, .button:hover {
	border: 1px solid #77d5f7;
	background: #41658b url(images/ui-bg_glass_45_41658b_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 120px;
	padding:2px;
	display: block;
	text-align: center;
}
/*input[type=submit], input[type=button], button, .button {
	border: 1px solid #d79056;
	background: #0B285A;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	cursor: default;
	width: 120px;
	padding:2px;
	display: block;
	text-align: center;
}*/
/*input[type=submit]:hover, input[type=button]:hover, button:hover, .button:hover {
	border: 1px solid #001c52;
	background: #0B285A;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	cursor: pointer;
	width: 120px;
	padding:2px;
    display: block;
	text-align: center;
}*/