
/* CSS Document */

/* GLOBAL */

body, td {
	font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; line-height: 20px; font-family:Arial, sans-serif;  margin-left:5px;  }
a{
	color: #336699;
}

a:hover{
color: #8A0F23; text-decoration: none

}

.smallcopy   { font-family: arial; font-size: 11px }
.title        { font-family: Arial; font-size: 12pt; color: #006699; font-weight: bold; text-align:left
}


/*	-------------------------------------------------------
	FOOTER
	------------------------------------------------------- */

.footer    { font-family: arial; font-size: 11px }

/*	-------------------------------------------------------
	FORM
	------------------------------------------------------- */



.formfield {
	font-family: Arial;
	font-size: 12px;
	background-color: #EFEFEF;
	border: 1px solid #333333;
	color: #333333; height:20px; vertical-align:middle
}

.formfieldtextarea {
	font-family: Arial;
	font-size: 12px;
	background-color: #EFEFEF;
	border: 1px solid #333333;
	color: #333333; height:100px; vertical-align:middle
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333; height:20px;
	background-color: #EFEFEF;
	border: 1px solid #333333;
	font-size: 12px;
	padding: 1px
}



/* IMAGE DROP SHADOW  */

.img-shadow {
background: url('images/trans-shadow.png') no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}

.img-shadow img {
	display: block;
	position: relative;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #cecece;
	margin: -4px 4px 4px -4px;

}



hr {
	border: 0px none;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC; width:500px
}
