@CHARSET "UTF-8";

html {
  width: 100%;
  height: 100%;
  margin: 0;
  paddin: 0;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 15px;
	background-color: #EDEDED;
}

a { 
	color: #003366;
}

a:hover { 
	text-decoration: none;
}

h1 { 
	font-size: 25px;
	/* font-weight:bold; */
	text-decoration: none;
}

h2 {
	font-size: 20px;
	/* font-weight: bold; */
	text-decoration: none;
}

h3 {
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}

table h3 {
	margin-bottom: 2px;
}

input, textarea, select, button, .button, .selectize-input, .selectize-dropdown { 
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 15px;
	text-decoration: none;
	background: #FFFFFF;
    border: 1px #D9D9D9 solid;
    margin: 1px;
    padding: 2px;
} 

input:disabled, button:disabled, .button:disabled {
	color: #CCCCCC;
}

input:read-only {
	background: #DDDDDD;
}

input:hover, textarea:hover, select:hover, button:hover, .button:hover {
	border: 1px #B9B9B9 solid;
}

input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus, button:focus, .button:focus {
    border: 1px #4D90FE solid;
}
