@import url('https://fonts.googleapis.com/css?family=Roboto:400,500|Roboto+Slab');


html, body, p, h1, form, input, textarea, select, object, a {
	 font-family: 'Roboto Slab', Georgia; font-size: 11.5pt; color: #555;
	 font-weight: 400;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
	 margin-left: 0px;
 }

a:active {
	font-size: 0.9em;
}

a {
	text-transform: uppercase !important;
}

table {
	width: 100%;
}

h1 {
	color: white;
	text-transform: uppercase !important;
	font-size: 15pt;
	text-decoration: none !important;
}
.ltitle { font-family: 'Roboto Slab', Georgia; color: black; font-size: 13pt; line-height: 13pt; margin: 0px;}
.stitle { color: #444; font-size: 22px; font-weight: normal; font-family: Helvetica, Arial, Geneva, Verdana, 'Courier New', mono; line-height: 28px; margin: 0px; letter-spacing: normal; word-spacing: normal}

input, textarea, select, object {
	border: 2px solid black;
	background-color: #EEE;
	background: whitesmoke;
	color: black;
	vertical-align:middle;
	padding:3pt;
	width: 100%;
}

input:active, input:focus, textarea:focus {
	color: black;
	background: white;
	border: 2px solid gray;
}

input[type='submit'] {
	border: 2px solid black;
	color: black;
}
