@charset "utf-8";
/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	font-size: 15px;
	line-height: 120%;
	color:#000000;
	background-color: #312718;
}

a:link {text-decoration: underline; color:#788946}
a:visited {text-decoration: underline; color:#788946}
a:hover {text-decoration: underline; color:#788946}
a:active {text-decoration: underline; color:#788946}

.topnav {font-family: Georgia, "Times New Roman", Times, serif;	font-size: 17px; color: #FFFFFF; text-decoration: none;}

.nav {font-size:17px;}
.nav a:link {text-decoration: none; color:#FFFFFF}
.nav a:visited {text-decoration: none; color:#FFFFFF}
.nav a:hover {text-decoration: underline; color:#FFFFFF}
.nav a:active {text-decoration: none; color:#FFFFFF}

.sr {font-size:17px;}
.sr a:link {text-decoration: none; color:#000000}
.sr a:visited {text-decoration: none; color:#000000}
.sr a:hover {text-decoration: underline; color:#000000}
.sr a:active {text-decoration: none; color:#000000}

.headert {font-size:17px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; color:#9FB6CE; margin-top:5px;}

.header2 {font-size:17px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; color:#788946}

.style1 {font-size: 10px; color: #9FB6CE;}
.style3 {color: #FFFFFF; font-size: 14px;}
.style5 {color: #000000;}

/* Styles for the Inspection App */

.main-sections {font-size:18px; color:#000000;}
.error {color: #FF0000}
.save {font-size:20px; color:#FF0000;}
.button-green {font-size:20px; color:#788946;}
.button-blue {font-size:14px; color:#003366;}
.saved-state {background-color:#788946;}
.unsaved-state {background-color:#F4F4F4;}