/* CSS Document */
p {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}


a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.menulink:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
} 

.menulink:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
} 

.menulink:hover {
	text-decoration: none;
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
} 

.green:link {
    text-decoration: none;
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}

.green:visited {
    text-decoration: none;
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;}

.green:hover {
   text-decoration: underline;
	color: #343f0d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
 
.red:link, .red:visited, .red:hover, .red:active {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	list-style-image: url(Images/bullet.gif);

}

ol li {
	list-style-type: decimal;
	list-style-image: none;
}

h4 {
	font-family: Arial, sans-serif;
  font-size: 12pt;
  color: #996600;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003300;
}
h7 {
	font-family: "Times New Roman";
	font-size: 11pt;
	font-weight: bold;
}

.menubg {
	background-repeat: no-repeat;
	background-image: url(Images/menu.jpg);
}
.orgtype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CC0000;
}
.greentype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #343f0d;
}
.tab {
	background-attachment: scroll;
	background-image: url(Images/tab.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-position: bottom;
}
.orgtab {
	background-image: url(Images/orgtab.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
}
.whttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.orgsmtype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: center;
}

.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: center;
	color: #FFFF00;
	font-weight: bold;
}
.tableborder {
	border: thin dotted #C7B988;
}
.tableborder2 {
	border: 1px solid #000000;
	background-repeat: no-repeat;
	padding: 5px;
	background-color: #FFFFFF;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.menubdr {
	background-image: url(Images/quicklink.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.feature {
	background: url(Images/featurespecimen.jpg) no-repeat top left;

}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.bold {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #fffde4;
	margin: 0px;
}

.orgbg {
	background-color: #996600;
}
.footnote {
	font-size: 9px;
}
.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 5px;
}

#quick_app fieldset {
	display: block;
	position: relative;
    margin-bottom: 20px;
	padding: 0px;
	width: 475px;
	border: none;
	}

#quick_app legend {
	font: bold 10pt Arial, Helvetica, sans-serif;
	color: #996600;
	margin-bottom: 20px;
	}

#textfield {
	width: 200px;
	padding: 2px;
	margin: 0;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	}
	
textarea {
	width: 200px;
	height: 100px;
	}
	
#quick_app {
	margin: 10px;
        }
	
#app_form {
    margin-left: 15px;
	width: 220px;
	float: left;
	display: inline;
	}
	
#app_checkbox {
	padding: 0 .5em;
	}
	
#submit {
	float: right;
	}
