strong, b {
		font-weight: bold;
		}

em, i {
		font-style: italic;
		}

img {
		display: block;
		}

.inline { /* used on images that need to be inline do class = inline */	
		display: inline;
		}

h1 {
		color: #003366;
		font-size: 12px;
		padding: 0px;
		margin: 0px;
		}
		

/* ---------------- FORM ELEMENTS ---------------- */

		
.form_submit {
		height: 25px;
		line-height: 25px;
		margin: 5px auto 0px auto;
		text-align: center;
		}			

.input_text {
		border: solid 1px #333;
		font-family: verdana, geneva, arial, helvetica, sans-serif;
		font-size: 11px;
		color: #666;
		width: 190px;
		height: 16px;
		vertical-align: middle;
		padding: 1px;
		}		
		

.input_textarea {
		border: solid 1px #333;
		font-family: verdana, geneva, arial, helvetica, sans-serif;
		font-size: 11px;
		color: #666;
		width: 400px;
		height: 80px;
		padding: 1px;
		margin-top: 5px;
		margin-bottom: 5px;
		}		
		
.input_submit {
		border: solid 1px #333;
		color: #666;
		width: 150px;
		font-size: 12px;
		line-height: 12px;
		height: 25px;
		text-align: center;
		cursor: pointer;
		}	
		

